Shades of Drover #FDF199
Tints of Drover #FDF199
RGB
CMYK
RGB Variations
Color information
#FDF199 (or 0xFDF199) is known color: Drover. HEX triplet: FD, F1 and 99. RGB value is (253,241,153). Sum of RGB (Red+Green+Blue) = 253+241+153=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 153 (60.16% from 255 or 23.65% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF199 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF199 is #020E66. Grayscale: #EAEAEA. Windows color (decimal): -134759 or 10088957. OLE color: 10088957.
HSL color Cylindrical-coordinate representation of color #FDF199: hue angle of 52.8º 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 #FDF199 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 153 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.01 |
| HSL | 52.8º | 0.96% | 0.8% | - |
| HSV(B) | 52.8º | 0.4% | 0.99% | - |
| XYZ | 77.71 | 86.09 | 42.66 | - |
| YUV | 234.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 153 | 0 | 0.05 | 0.40 | 0.01 | 52.8 | 0.96 | 0.8 |
| Hex | FD | F1 | 99 | 0 | 5 | 28 | 1 | 35 | 60 | 50 |
| Octal | 375 | 361 | 231 | 0 | 5 | 50 | 1 | 65 | 140 | 120 |
| Binary | 11111101 | 11110001 | 10011001 | 0 | 101 | 101000 | 1 | 110101 | 1100000 | 1010000 |
Color Harmonies of #FDF199
Complementary color
Monochromatic Colors of #FDF199
Black with #FDF199
Text Example
Text Example
White with #FDF199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF199; }
p { color: rgb(253,241,153); }
H1.HeaderClassName
{
color: #FDF199;
}
.AnyTagClassName
{
color: #FDF199;
}
</style>
background-color css
<style>
a { background-color: #FDF199; }
a { background-color: rgb(253,241,153); }
div.DivClassName
{
background-color: #FDF199;
}
.BgClassName
{
background-color: #FDF199;
}
</style>
border-color css
<style>
span { border-color: #FDF199; }
span { border-color: rgb(253,241,153); }
td.TdClassName
{
border-color: #FDF199;
}
.TagClassName
{
border-color: #FDF199;
}
</style>