Shades of Drover #FDF299
Tints of Drover #FDF299
RGB
CMYK
RGB Variations
Color information
#FDF299 (or 0xFDF299) is known color: Drover. HEX triplet: FD, F2 and 99. RGB value is (253,242,153). Sum of RGB (Red+Green+Blue) = 253+242+153=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 153 (60.16% from 255 or 23.61% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF299 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF299 is #020D66. Grayscale: #EBEBEB. Windows color (decimal): -134503 or 10089213. OLE color: 10089213.
HSL color Cylindrical-coordinate representation of color #FDF299: hue angle of 53.4º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDF299 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 153 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.01 |
| HSL | 53.4º | 0.96% | 0.8% | - |
| HSV(B) | 53.4º | 0.4% | 0.99% | - |
| XYZ | 78.01 | 86.69 | 42.76 | - |
| YUV | 235.14 | 81.64 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 153 | 0 | 0.04 | 0.40 | 0.01 | 53.4 | 0.96 | 0.8 |
| Hex | FD | F2 | 99 | 0 | 4 | 28 | 1 | 35 | 60 | 50 |
| Octal | 375 | 362 | 231 | 0 | 4 | 50 | 1 | 65 | 140 | 120 |
| Binary | 11111101 | 11110010 | 10011001 | 0 | 100 | 101000 | 1 | 110101 | 1100000 | 1010000 |
Color Harmonies of #FDF299
Complementary color
Monochromatic Colors of #FDF299
Black with #FDF299
Text Example
Text Example
White with #FDF299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF299; }
p { color: rgb(253,242,153); }
H1.HeaderClassName
{
color: #FDF299;
}
.AnyTagClassName
{
color: #FDF299;
}
</style>
background-color css
<style>
a { background-color: #FDF299; }
a { background-color: rgb(253,242,153); }
div.DivClassName
{
background-color: #FDF299;
}
.BgClassName
{
background-color: #FDF299;
}
</style>
border-color css
<style>
span { border-color: #FDF299; }
span { border-color: rgb(253,242,153); }
td.TdClassName
{
border-color: #FDF299;
}
.TagClassName
{
border-color: #FDF299;
}
</style>