Shades of Drover #FCF0A4
Tints of Drover #FCF0A4
RGB
CMYK
RGB Variations
Color information
#FCF0A4 (or 0xFCF0A4) is known color: Drover. HEX triplet: FC, F0 and A4. RGB value is (252,240,164). Sum of RGB (Red+Green+Blue) = 252+240+164=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 164 (64.45% from 255 or 25% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF0A4 is #030F5B. Grayscale: #EBEBEB. Windows color (decimal): -200540 or 10809596. OLE color: 10809596.
HSL color Cylindrical-coordinate representation of color #FCF0A4: hue angle of 51.82º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCF0A4 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 164 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.01 |
| HSL | 51.82º | 0.94% | 0.82% | - |
| HSV(B) | 51.82º | 0.35% | 0.99% | - |
| XYZ | 78.01 | 85.7 | 47.55 | - |
| YUV | 234.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 164 | 0 | 0.05 | 0.35 | 0.01 | 51.82 | 0.94 | 0.82 |
| Hex | FC | F0 | A4 | 0 | 5 | 23 | 1 | 34 | 5E | 52 |
| Octal | 374 | 360 | 244 | 0 | 5 | 43 | 1 | 64 | 136 | 122 |
| Binary | 11111100 | 11110000 | 10100100 | 0 | 101 | 100011 | 1 | 110100 | 1011110 | 1010010 |
Color Harmonies of #FCF0A4
Complementary color
Monochromatic Colors of #FCF0A4
Black with #FCF0A4
Text Example
Text Example
White with #FCF0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0A4; }
p { color: rgb(252,240,164); }
H1.HeaderClassName
{
color: #FCF0A4;
}
.AnyTagClassName
{
color: #FCF0A4;
}
</style>
background-color css
<style>
a { background-color: #FCF0A4; }
a { background-color: rgb(252,240,164); }
div.DivClassName
{
background-color: #FCF0A4;
}
.BgClassName
{
background-color: #FCF0A4;
}
</style>
border-color css
<style>
span { border-color: #FCF0A4; }
span { border-color: rgb(252,240,164); }
td.TdClassName
{
border-color: #FCF0A4;
}
.TagClassName
{
border-color: #FCF0A4;
}
</style>