Shades of Drover #FDF19E
Tints of Drover #FDF19E
RGB
CMYK
RGB Variations
Color information
#FDF19E (or 0xFDF19E) is known color: Drover. HEX triplet: FD, F1 and 9E. RGB value is (253,241,158). Sum of RGB (Red+Green+Blue) = 253+241+158=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 158 (62.11% from 255 or 24.23% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF19E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF19E is #020E61. Grayscale: #EBEBEB. Windows color (decimal): -134754 or 10416637. OLE color: 10416637.
HSL color Cylindrical-coordinate representation of color #FDF19E: hue angle of 52.42º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDF19E is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 158 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.01 |
| HSL | 52.42º | 0.96% | 0.81% | - |
| HSV(B) | 52.42º | 0.38% | 0.99% | - |
| XYZ | 78.13 | 86.26 | 44.88 | - |
| YUV | 235.13 | 84.48 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 158 | 0 | 0.05 | 0.38 | 0.01 | 52.42 | 0.96 | 0.81 |
| Hex | FD | F1 | 9E | 0 | 5 | 26 | 1 | 34 | 60 | 51 |
| Octal | 375 | 361 | 236 | 0 | 5 | 46 | 1 | 64 | 140 | 121 |
| Binary | 11111101 | 11110001 | 10011110 | 0 | 101 | 100110 | 1 | 110100 | 1100000 | 1010001 |
Color Harmonies of #FDF19E
Complementary color
Monochromatic Colors of #FDF19E
Black with #FDF19E
Text Example
Text Example
White with #FDF19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF19E; }
p { color: rgb(253,241,158); }
H1.HeaderClassName
{
color: #FDF19E;
}
.AnyTagClassName
{
color: #FDF19E;
}
</style>
background-color css
<style>
a { background-color: #FDF19E; }
a { background-color: rgb(253,241,158); }
div.DivClassName
{
background-color: #FDF19E;
}
.BgClassName
{
background-color: #FDF19E;
}
</style>
border-color css
<style>
span { border-color: #FDF19E; }
span { border-color: rgb(253,241,158); }
td.TdClassName
{
border-color: #FDF19E;
}
.TagClassName
{
border-color: #FDF19E;
}
</style>