Shades of Drover #FFF1A0
Tints of Drover #FFF1A0
RGB
CMYK
RGB Variations
Color information
#FFF1A0 (or 0xFFF1A0) is known color: Drover. HEX triplet: FF, F1 and A0. RGB value is (255,241,160). Sum of RGB (Red+Green+Blue) = 255+241+160=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 160 (62.89% from 255 or 24.39% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF1A0 is #000E5F. Grayscale: #ECECEC. Windows color (decimal): -3680 or 10547711. OLE color: 10547711.
HSL color Cylindrical-coordinate representation of color #FFF1A0: hue angle of 51.16º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFF1A0 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 160 | - |
| CMYK | 0 | 0.05 | 0.37 | 0 |
| HSL | 51.16º | 1% | 0.81% | - |
| HSV(B) | 51.16º | 0.37% | 1% | - |
| XYZ | 79.04 | 86.71 | 45.83 | - |
| YUV | 235.95 | 85.14 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 160 | 0 | 0.05 | 0.37 | 0 | 51.16 | 1 | 0.81 |
| Hex | FF | F1 | A0 | 0 | 5 | 25 | 0 | 33 | 64 | 51 |
| Octal | 377 | 361 | 240 | 0 | 5 | 45 | 0 | 63 | 144 | 121 |
| Binary | 11111111 | 11110001 | 10100000 | 0 | 101 | 100101 | 0 | 110011 | 1100100 | 1010001 |
Color Harmonies of #FFF1A0
Complementary color
Monochromatic Colors of #FFF1A0
Black with #FFF1A0
Text Example
Text Example
White with #FFF1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1A0; }
p { color: rgb(255,241,160); }
H1.HeaderClassName
{
color: #FFF1A0;
}
.AnyTagClassName
{
color: #FFF1A0;
}
</style>
background-color css
<style>
a { background-color: #FFF1A0; }
a { background-color: rgb(255,241,160); }
div.DivClassName
{
background-color: #FFF1A0;
}
.BgClassName
{
background-color: #FFF1A0;
}
</style>
border-color css
<style>
span { border-color: #FFF1A0; }
span { border-color: rgb(255,241,160); }
td.TdClassName
{
border-color: #FFF1A0;
}
.TagClassName
{
border-color: #FFF1A0;
}
</style>