Shades of Drover #FFF0A2
Tints of Drover #FFF0A2
RGB
CMYK
RGB Variations
Color information
#FFF0A2 (or 0xFFF0A2) is known color: Drover. HEX triplet: FF, F0 and A2. RGB value is (255,240,162). Sum of RGB (Red+Green+Blue) = 255+240+162=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 162 (63.67% from 255 or 24.66% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF0A2 is #000F5D. Grayscale: #EBEBEB. Windows color (decimal): -3934 or 10678527. OLE color: 10678527.
HSL color Cylindrical-coordinate representation of color #FFF0A2: hue angle of 50.32º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFF0A2 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 162 | - |
| CMYK | 0 | 0.06 | 0.36 | 0 |
| HSL | 50.32º | 1% | 0.82% | - |
| HSV(B) | 50.32º | 0.36% | 1% | - |
| XYZ | 78.92 | 86.19 | 46.66 | - |
| YUV | 235.59 | 86.47 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 162 | 0 | 0.06 | 0.36 | 0 | 50.32 | 1 | 0.82 |
| Hex | FF | F0 | A2 | 0 | 6 | 24 | 0 | 32 | 64 | 52 |
| Octal | 377 | 360 | 242 | 0 | 6 | 44 | 0 | 62 | 144 | 122 |
| Binary | 11111111 | 11110000 | 10100010 | 0 | 110 | 100100 | 0 | 110010 | 1100100 | 1010010 |
Color Harmonies of #FFF0A2
Complementary color
Monochromatic Colors of #FFF0A2
Black with #FFF0A2
Text Example
Text Example
White with #FFF0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0A2; }
p { color: rgb(255,240,162); }
H1.HeaderClassName
{
color: #FFF0A2;
}
.AnyTagClassName
{
color: #FFF0A2;
}
</style>
background-color css
<style>
a { background-color: #FFF0A2; }
a { background-color: rgb(255,240,162); }
div.DivClassName
{
background-color: #FFF0A2;
}
.BgClassName
{
background-color: #FFF0A2;
}
</style>
border-color css
<style>
span { border-color: #FFF0A2; }
span { border-color: rgb(255,240,162); }
td.TdClassName
{
border-color: #FFF0A2;
}
.TagClassName
{
border-color: #FFF0A2;
}
</style>