Shades of Drover #FCF0A1
Tints of Drover #FCF0A1
RGB
CMYK
RGB Variations
Color information
#FCF0A1 (or 0xFCF0A1) is known color: Drover. HEX triplet: FC, F0 and A1. RGB value is (252,240,161). Sum of RGB (Red+Green+Blue) = 252+240+161=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 161 (63.28% from 255 or 24.66% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF0A1 is #030F5E. Grayscale: #EAEAEA. Windows color (decimal): -200543 or 10612988. OLE color: 10612988.
HSL color Cylindrical-coordinate representation of color #FCF0A1: hue angle of 52.09º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCF0A1 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 161 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.01 |
| HSL | 52.09º | 0.94% | 0.81% | - |
| HSV(B) | 52.09º | 0.36% | 0.99% | - |
| XYZ | 77.74 | 85.59 | 46.14 | - |
| YUV | 234.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 161 | 0 | 0.05 | 0.36 | 0.01 | 52.09 | 0.94 | 0.81 |
| Hex | FC | F0 | A1 | 0 | 5 | 24 | 1 | 34 | 5E | 51 |
| Octal | 374 | 360 | 241 | 0 | 5 | 44 | 1 | 64 | 136 | 121 |
| Binary | 11111100 | 11110000 | 10100001 | 0 | 101 | 100100 | 1 | 110100 | 1011110 | 1010001 |
Color Harmonies of #FCF0A1
Complementary color
Monochromatic Colors of #FCF0A1
Black with #FCF0A1
Text Example
Text Example
White with #FCF0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0A1; }
p { color: rgb(252,240,161); }
H1.HeaderClassName
{
color: #FCF0A1;
}
.AnyTagClassName
{
color: #FCF0A1;
}
</style>
background-color css
<style>
a { background-color: #FCF0A1; }
a { background-color: rgb(252,240,161); }
div.DivClassName
{
background-color: #FCF0A1;
}
.BgClassName
{
background-color: #FCF0A1;
}
</style>
border-color css
<style>
span { border-color: #FCF0A1; }
span { border-color: rgb(252,240,161); }
td.TdClassName
{
border-color: #FCF0A1;
}
.TagClassName
{
border-color: #FCF0A1;
}
</style>