Shades of Drover #FDF09A
Tints of Drover #FDF09A
RGB
CMYK
RGB Variations
Color information
#FDF09A (or 0xFDF09A) is known color: Drover. HEX triplet: FD, F0 and 9A. RGB value is (253,240,154). Sum of RGB (Red+Green+Blue) = 253+240+154=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 154 (60.55% from 255 or 23.80% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF09A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF09A is #020F65. Grayscale: #EAEAEA. Windows color (decimal): -135014 or 10154237. OLE color: 10154237.
HSL color Cylindrical-coordinate representation of color #FDF09A: hue angle of 52.12º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDF09A is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 154 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.01 |
| HSL | 52.12º | 0.96% | 0.8% | - |
| HSV(B) | 52.12º | 0.39% | 0.99% | - |
| XYZ | 77.5 | 85.54 | 43 | - |
| YUV | 234.08 | 82.81 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 154 | 0 | 0.05 | 0.39 | 0.01 | 52.12 | 0.96 | 0.8 |
| Hex | FD | F0 | 9A | 0 | 5 | 27 | 1 | 34 | 60 | 50 |
| Octal | 375 | 360 | 232 | 0 | 5 | 47 | 1 | 64 | 140 | 120 |
| Binary | 11111101 | 11110000 | 10011010 | 0 | 101 | 100111 | 1 | 110100 | 1100000 | 1010000 |
Color Harmonies of #FDF09A
Complementary color
Monochromatic Colors of #FDF09A
Black with #FDF09A
Text Example
Text Example
White with #FDF09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF09A; }
p { color: rgb(253,240,154); }
H1.HeaderClassName
{
color: #FDF09A;
}
.AnyTagClassName
{
color: #FDF09A;
}
</style>
background-color css
<style>
a { background-color: #FDF09A; }
a { background-color: rgb(253,240,154); }
div.DivClassName
{
background-color: #FDF09A;
}
.BgClassName
{
background-color: #FDF09A;
}
</style>
border-color css
<style>
span { border-color: #FDF09A; }
span { border-color: rgb(253,240,154); }
td.TdClassName
{
border-color: #FDF09A;
}
.TagClassName
{
border-color: #FDF09A;
}
</style>