Shades of Drover #FCF09D
Tints of Drover #FCF09D
RGB
CMYK
RGB Variations
Color information
#FCF09D (or 0xFCF09D) is known color: Drover. HEX triplet: FC, F0 and 9D. RGB value is (252,240,157). Sum of RGB (Red+Green+Blue) = 252+240+157=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 157 (61.72% from 255 or 24.19% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF09D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF09D is #030F62. Grayscale: #EAEAEA. Windows color (decimal): -200547 or 10350844. OLE color: 10350844.
HSL color Cylindrical-coordinate representation of color #FCF09D: hue angle of 52.42º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCF09D is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 157 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.01 |
| HSL | 52.42º | 0.94% | 0.8% | - |
| HSV(B) | 52.42º | 0.38% | 0.99% | - |
| XYZ | 77.39 | 85.45 | 44.31 | - |
| YUV | 234.13 | 84.48 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 157 | 0 | 0.05 | 0.38 | 0.01 | 52.42 | 0.94 | 0.8 |
| Hex | FC | F0 | 9D | 0 | 5 | 26 | 1 | 34 | 5E | 50 |
| Octal | 374 | 360 | 235 | 0 | 5 | 46 | 1 | 64 | 136 | 120 |
| Binary | 11111100 | 11110000 | 10011101 | 0 | 101 | 100110 | 1 | 110100 | 1011110 | 1010000 |
Color Harmonies of #FCF09D
Complementary color
Monochromatic Colors of #FCF09D
Black with #FCF09D
Text Example
Text Example
White with #FCF09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF09D; }
p { color: rgb(252,240,157); }
H1.HeaderClassName
{
color: #FCF09D;
}
.AnyTagClassName
{
color: #FCF09D;
}
</style>
background-color css
<style>
a { background-color: #FCF09D; }
a { background-color: rgb(252,240,157); }
div.DivClassName
{
background-color: #FCF09D;
}
.BgClassName
{
background-color: #FCF09D;
}
</style>
border-color css
<style>
span { border-color: #FCF09D; }
span { border-color: rgb(252,240,157); }
td.TdClassName
{
border-color: #FCF09D;
}
.TagClassName
{
border-color: #FCF09D;
}
</style>