Shades of Drover #FDF09D
Tints of Drover #FDF09D
RGB
CMYK
RGB Variations
Color information
#FDF09D (or 0xFDF09D) is known color: Drover. HEX triplet: FD, F0 and 9D. RGB value is (253,240,157). Sum of RGB (Red+Green+Blue) = 253+240+157=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 157 (61.72% from 255 or 24.15% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF09D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF09D is #020F62. Grayscale: #EAEAEA. Windows color (decimal): -135011 or 10350845. OLE color: 10350845.
HSL color Cylindrical-coordinate representation of color #FDF09D: hue angle of 51.88º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDF09D is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 157 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.01 |
| HSL | 51.88º | 0.96% | 0.8% | - |
| HSV(B) | 51.88º | 0.38% | 0.99% | - |
| XYZ | 77.75 | 85.64 | 44.33 | - |
| YUV | 234.43 | 84.31 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 157 | 0 | 0.05 | 0.38 | 0.01 | 51.88 | 0.96 | 0.8 |
| Hex | FD | F0 | 9D | 0 | 5 | 26 | 1 | 34 | 60 | 50 |
| Octal | 375 | 360 | 235 | 0 | 5 | 46 | 1 | 64 | 140 | 120 |
| Binary | 11111101 | 11110000 | 10011101 | 0 | 101 | 100110 | 1 | 110100 | 1100000 | 1010000 |
Color Harmonies of #FDF09D
Complementary color
Monochromatic Colors of #FDF09D
Black with #FDF09D
Text Example
Text Example
White with #FDF09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF09D; }
p { color: rgb(253,240,157); }
H1.HeaderClassName
{
color: #FDF09D;
}
.AnyTagClassName
{
color: #FDF09D;
}
</style>
background-color css
<style>
a { background-color: #FDF09D; }
a { background-color: rgb(253,240,157); }
div.DivClassName
{
background-color: #FDF09D;
}
.BgClassName
{
background-color: #FDF09D;
}
</style>
border-color css
<style>
span { border-color: #FDF09D; }
span { border-color: rgb(253,240,157); }
td.TdClassName
{
border-color: #FDF09D;
}
.TagClassName
{
border-color: #FDF09D;
}
</style>