FFAB00 Color Hex

#FFAB00 Color Hex

#FFAB00 Color Information

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

#FFAB00 Color Conversion

Hex ffab00 #ffab00
RGB Decimal 255, 171, 0 rgb(255, 171, 0)
RGB Percent 100, 67.06, 0 rgb(100%, 67.06%, 0%)
HSL 40°,100%,50% hsl(40°,100%,50%)
CMYK 0, 0.33, 1, 0
HSV (or HSB) 40°, 11%, 11%,
YUV 177, 27, 183
XYZ 55.803, 50.386, 6.784
CIE-LAB 76.305, 20.806, 79.859

#ffab00 border color

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

Css background gradient color with #FFAB00

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

#ffab00 Color Preview on Black Background

Sample font with color #ffab00 on background of color black

#ffab00 Color Preview on White Background

Sample font with color #ffab00 on background of color white

#ffab00 background color

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

Contrast color with #ffab00 color is #000000