Shades of Drover #FFF0A0
Tints of Drover #FFF0A0
RGB
CMYK
RGB Variations
Color information
#FFF0A0 (or 0xFFF0A0) is known color: Drover. HEX triplet: FF, F0 and A0. RGB value is (255,240,160). Sum of RGB (Red+Green+Blue) = 255+240+160=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 240 (94.14% from 255 or 36.64% from 655); Blue value is 160 (62.89% from 255 or 24.43% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF0A0 is #000F5F. Grayscale: #EBEBEB. Windows color (decimal): -3936 or 10547455. OLE color: 10547455.
HSL color Cylindrical-coordinate representation of color #FFF0A0: hue angle of 50.53º 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 #FFF0A0 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 160 | - |
| CMYK | 0 | 0.06 | 0.37 | 0 |
| HSL | 50.53º | 1% | 0.81% | - |
| HSV(B) | 50.53º | 0.37% | 1% | - |
| XYZ | 78.75 | 86.12 | 45.73 | - |
| YUV | 235.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 160 | 0 | 0.06 | 0.37 | 0 | 50.53 | 1 | 0.81 |
| Hex | FF | F0 | A0 | 0 | 6 | 25 | 0 | 33 | 64 | 51 |
| Octal | 377 | 360 | 240 | 0 | 6 | 45 | 0 | 63 | 144 | 121 |
| Binary | 11111111 | 11110000 | 10100000 | 0 | 110 | 100101 | 0 | 110011 | 1100100 | 1010001 |
Color Harmonies of #FFF0A0
Complementary color
Monochromatic Colors of #FFF0A0
Black with #FFF0A0
Text Example
Text Example
White with #FFF0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0A0; }
p { color: rgb(255,240,160); }
H1.HeaderClassName
{
color: #FFF0A0;
}
.AnyTagClassName
{
color: #FFF0A0;
}
</style>
background-color css
<style>
a { background-color: #FFF0A0; }
a { background-color: rgb(255,240,160); }
div.DivClassName
{
background-color: #FFF0A0;
}
.BgClassName
{
background-color: #FFF0A0;
}
</style>
border-color css
<style>
span { border-color: #FFF0A0; }
span { border-color: rgb(255,240,160); }
td.TdClassName
{
border-color: #FFF0A0;
}
.TagClassName
{
border-color: #FFF0A0;
}
</style>