Shades of Drover #FDF298
Tints of Drover #FDF298
RGB
CMYK
RGB Variations
Color information
#FDF298 (or 0xFDF298) is known color: Drover. HEX triplet: FD, F2 and 98. RGB value is (253,242,152). Sum of RGB (Red+Green+Blue) = 253+242+152=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 152 (59.77% from 255 or 23.49% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF298 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF298 is #020D67. Grayscale: #EBEBEB. Windows color (decimal): -134504 or 10023677. OLE color: 10023677.
HSL color Cylindrical-coordinate representation of color #FDF298: hue angle of 53.47º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDF298 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 152 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.01 |
| HSL | 53.47º | 0.96% | 0.79% | - |
| HSV(B) | 53.47º | 0.4% | 0.99% | - |
| XYZ | 77.93 | 86.65 | 42.32 | - |
| YUV | 235.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 152 | 0 | 0.04 | 0.40 | 0.01 | 53.47 | 0.96 | 0.79 |
| Hex | FD | F2 | 98 | 0 | 4 | 28 | 1 | 35 | 60 | 4F |
| Octal | 375 | 362 | 230 | 0 | 4 | 50 | 1 | 65 | 140 | 117 |
| Binary | 11111101 | 11110010 | 10011000 | 0 | 100 | 101000 | 1 | 110101 | 1100000 | 1001111 |
Color Harmonies of #FDF298
Complementary color
Monochromatic Colors of #FDF298
Black with #FDF298
Text Example
Text Example
White with #FDF298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF298; }
p { color: rgb(253,242,152); }
H1.HeaderClassName
{
color: #FDF298;
}
.AnyTagClassName
{
color: #FDF298;
}
</style>
background-color css
<style>
a { background-color: #FDF298; }
a { background-color: rgb(253,242,152); }
div.DivClassName
{
background-color: #FDF298;
}
.BgClassName
{
background-color: #FDF298;
}
</style>
border-color css
<style>
span { border-color: #FDF298; }
span { border-color: rgb(253,242,152); }
td.TdClassName
{
border-color: #FDF298;
}
.TagClassName
{
border-color: #FDF298;
}
</style>