Shades of Drover #FDF1A0
Tints of Drover #FDF1A0
RGB
CMYK
RGB Variations
Color information
#FDF1A0 (or 0xFDF1A0) is known color: Drover. HEX triplet: FD, F1 and A0. RGB value is (253,241,160). Sum of RGB (Red+Green+Blue) = 253+241+160=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 160 (62.89% from 255 or 24.46% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF1A0 is #020E5F. Grayscale: #EBEBEB. Windows color (decimal): -134752 or 10547709. OLE color: 10547709.
HSL color Cylindrical-coordinate representation of color #FDF1A0: hue angle of 52.26º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDF1A0 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 160 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.01 |
| HSL | 52.26º | 0.96% | 0.81% | - |
| HSV(B) | 52.26º | 0.37% | 0.99% | - |
| XYZ | 78.31 | 86.33 | 45.79 | - |
| YUV | 235.35 | 85.48 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 160 | 0 | 0.05 | 0.37 | 0.01 | 52.26 | 0.96 | 0.81 |
| Hex | FD | F1 | A0 | 0 | 5 | 25 | 1 | 34 | 60 | 51 |
| Octal | 375 | 361 | 240 | 0 | 5 | 45 | 1 | 64 | 140 | 121 |
| Binary | 11111101 | 11110001 | 10100000 | 0 | 101 | 100101 | 1 | 110100 | 1100000 | 1010001 |
Color Harmonies of #FDF1A0
Complementary color
Monochromatic Colors of #FDF1A0
Black with #FDF1A0
Text Example
Text Example
White with #FDF1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF1A0; }
p { color: rgb(253,241,160); }
H1.HeaderClassName
{
color: #FDF1A0;
}
.AnyTagClassName
{
color: #FDF1A0;
}
</style>
background-color css
<style>
a { background-color: #FDF1A0; }
a { background-color: rgb(253,241,160); }
div.DivClassName
{
background-color: #FDF1A0;
}
.BgClassName
{
background-color: #FDF1A0;
}
</style>
border-color css
<style>
span { border-color: #FDF1A0; }
span { border-color: rgb(253,241,160); }
td.TdClassName
{
border-color: #FDF1A0;
}
.TagClassName
{
border-color: #FDF1A0;
}
</style>