Shades of Drover #FCE9A0
Tints of Drover #FCE9A0
RGB
CMYK
RGB Variations
Color information
#FCE9A0 (or 0xFCE9A0) is known color: Drover. HEX triplet: FC, E9 and A0. RGB value is (252,233,160). Sum of RGB (Red+Green+Blue) = 252+233+160=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 233 (91.41% from 255 or 36.12% from 645); Blue value is 160 (62.89% from 255 or 24.81% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE9A0 is #03165F. Grayscale: #E6E6E6. Windows color (decimal): -202336 or 10545660. OLE color: 10545660.
HSL color Cylindrical-coordinate representation of color #FCE9A0: hue angle of 47.61º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCE9A0 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 160 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.01 |
| HSL | 47.61º | 0.94% | 0.81% | - |
| HSV(B) | 47.61º | 0.37% | 0.99% | - |
| XYZ | 75.63 | 81.51 | 45 | - |
| YUV | 230.36 | 88.29 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 160 | 0 | 0.08 | 0.37 | 0.01 | 47.61 | 0.94 | 0.81 |
| Hex | FC | E9 | A0 | 0 | 8 | 25 | 1 | 30 | 5E | 51 |
| Octal | 374 | 351 | 240 | 0 | 10 | 45 | 1 | 60 | 136 | 121 |
| Binary | 11111100 | 11101001 | 10100000 | 0 | 1000 | 100101 | 1 | 110000 | 1011110 | 1010001 |
Color Harmonies of #FCE9A0
Complementary color
Monochromatic Colors of #FCE9A0
Black with #FCE9A0
Text Example
Text Example
White with #FCE9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE9A0; }
p { color: rgb(252,233,160); }
H1.HeaderClassName
{
color: #FCE9A0;
}
.AnyTagClassName
{
color: #FCE9A0;
}
</style>
background-color css
<style>
a { background-color: #FCE9A0; }
a { background-color: rgb(252,233,160); }
div.DivClassName
{
background-color: #FCE9A0;
}
.BgClassName
{
background-color: #FCE9A0;
}
</style>
border-color css
<style>
span { border-color: #FCE9A0; }
span { border-color: rgb(252,233,160); }
td.TdClassName
{
border-color: #FCE9A0;
}
.TagClassName
{
border-color: #FCE9A0;
}
</style>