Shades of Drover #FDF098
Tints of Drover #FDF098
RGB
CMYK
RGB Variations
Color information
#FDF098 (or 0xFDF098) is known color: Drover. HEX triplet: FD, F0 and 98. RGB value is (253,240,152). Sum of RGB (Red+Green+Blue) = 253+240+152=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 240 (94.14% from 255 or 37.21% from 645); Blue value is 152 (59.77% from 255 or 23.57% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF098 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF098 is #020F67. Grayscale: #EAEAEA. Windows color (decimal): -135016 or 10023165. OLE color: 10023165.
HSL color Cylindrical-coordinate representation of color #FDF098: hue angle of 52.28º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDF098 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 152 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.01 |
| HSL | 52.28º | 0.96% | 0.79% | - |
| HSV(B) | 52.28º | 0.4% | 0.99% | - |
| XYZ | 77.34 | 85.47 | 42.13 | - |
| YUV | 233.86 | 81.81 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 152 | 0 | 0.05 | 0.40 | 0.01 | 52.28 | 0.96 | 0.79 |
| Hex | FD | F0 | 98 | 0 | 5 | 28 | 1 | 34 | 60 | 4F |
| Octal | 375 | 360 | 230 | 0 | 5 | 50 | 1 | 64 | 140 | 117 |
| Binary | 11111101 | 11110000 | 10011000 | 0 | 101 | 101000 | 1 | 110100 | 1100000 | 1001111 |
Color Harmonies of #FDF098
Complementary color
Monochromatic Colors of #FDF098
Black with #FDF098
Text Example
Text Example
White with #FDF098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF098; }
p { color: rgb(253,240,152); }
H1.HeaderClassName
{
color: #FDF098;
}
.AnyTagClassName
{
color: #FDF098;
}
</style>
background-color css
<style>
a { background-color: #FDF098; }
a { background-color: rgb(253,240,152); }
div.DivClassName
{
background-color: #FDF098;
}
.BgClassName
{
background-color: #FDF098;
}
</style>
border-color css
<style>
span { border-color: #FDF098; }
span { border-color: rgb(253,240,152); }
td.TdClassName
{
border-color: #FDF098;
}
.TagClassName
{
border-color: #FDF098;
}
</style>