FFA000 Color Hex

#FFA000 Color Hex

#FFA000 Color Information

  • In the RGB color space, the color value #ffa000 is composed of 100% red, 62.75% green, and 0% blue.
  • In the CMYK color space, it consists of 0 cyan, 0.37 magenta, 1 yellow, and 0 black.
  • It has a color angle of 38 degrees, a saturation of 100%, and a luminance of 50%.
  • Contrast color of #ffa000 is #000000

#FFA000 Color Conversion

Hex ffa000 #ffa000
RGB Decimal 255, 160, 0 rgb(255, 160, 0)
RGB Percent 100, 62.75, 0 rgb(100%, 62.75%, 0%)
HSL 38°,100%,50% hsl(38°,100%,50%)
CMYK 0, 0.37, 1, 0
HSV (or HSB) 38°, 10%, 10%,
YUV 170, 31, 188
XYZ 53.811, 46.402, 6.12
CIE-LAB 73.805, 26.539, 78.224

#ffa000 border color

.css_border_solid{ border: 3px solid #ffa000 }
.css_border_dotted{ border: 3px dotted #ffa000 }
.css_border_dashed{ border: 3px dashed #ffa000 }
.css_border_double{ border: 3px double #ffa000 }

Css background gradient color with #FFA000

.box_css_gradient_with_ffa000{ 
	background-color: #ffa000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa000', endColorstr='#472d00');
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa000), to(#472d00));
	background-image: -webkit-linear-gradient(top, #ffa000, #472d00);
	background-image: -moz-linear-gradient(top, #ffa000, #472d00);
	background-image: -o-linear-gradient(top, #ffa000, #472d00);
	background-image: linear-gradient(to bottom, #ffa000, #472d00);}

#ffa000 Color Preview on Black Background

Sample font with color #ffa000 on background of color black

#ffa000 Color Preview on White Background

Sample font with color #ffa000 on background of color white

#ffa000 background color

The sample font has a contrasting color to the color #ffa000

Contrast color with #ffa000 color is #000000