Shades of Drover #FDF09C
Tints of Drover #FDF09C
RGB
CMYK
RGB Variations
Color information
#FDF09C (or 0xFDF09C) is known color: Drover. HEX triplet: FD, F0 and 9C. RGB value is (253,240,156). Sum of RGB (Red+Green+Blue) = 253+240+156=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 156 (61.33% from 255 or 24.04% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF09C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF09C is #020F63. Grayscale: #EAEAEA. Windows color (decimal): -135012 or 10285309. OLE color: 10285309.
HSL color Cylindrical-coordinate representation of color #FDF09C: hue angle of 51.96º degrees, saturation: 0.96, 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 #FDF09C is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 156 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.01 |
| HSL | 51.96º | 0.96% | 0.8% | - |
| HSV(B) | 51.96º | 0.38% | 0.99% | - |
| XYZ | 77.67 | 85.6 | 43.88 | - |
| YUV | 234.31 | 83.81 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 156 | 0 | 0.05 | 0.38 | 0.01 | 51.96 | 0.96 | 0.8 |
| Hex | FD | F0 | 9C | 0 | 5 | 26 | 1 | 34 | 60 | 50 |
| Octal | 375 | 360 | 234 | 0 | 5 | 46 | 1 | 64 | 140 | 120 |
| Binary | 11111101 | 11110000 | 10011100 | 0 | 101 | 100110 | 1 | 110100 | 1100000 | 1010000 |
Color Harmonies of #FDF09C
Complementary color
Monochromatic Colors of #FDF09C
Black with #FDF09C
Text Example
Text Example
White with #FDF09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF09C; }
p { color: rgb(253,240,156); }
H1.HeaderClassName
{
color: #FDF09C;
}
.AnyTagClassName
{
color: #FDF09C;
}
</style>
background-color css
<style>
a { background-color: #FDF09C; }
a { background-color: rgb(253,240,156); }
div.DivClassName
{
background-color: #FDF09C;
}
.BgClassName
{
background-color: #FDF09C;
}
</style>
border-color css
<style>
span { border-color: #FDF09C; }
span { border-color: rgb(253,240,156); }
td.TdClassName
{
border-color: #FDF09C;
}
.TagClassName
{
border-color: #FDF09C;
}
</style>