Shades of Tacao #F0A86E
Tints of Tacao #F0A86E
RGB
CMYK
RGB Variations
Color information
#F0A86E (or 0xF0A86E) is known color: Tacao. HEX triplet: F0, A8 and 6E. RGB value is (240,168,110). Sum of RGB (Red+Green+Blue) = 240+168+110=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A86E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A86E is #0F5791. Grayscale: #B7B7B7. Windows color (decimal): -1005458 or 7252208. OLE color: 7252208.
HSL color Cylindrical-coordinate representation of color #F0A86E: hue angle of 26.77º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0A86E is Cyan = 0, Magento = 0.3, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 110 | - |
| CMYK | 0 | 0.3 | 0.54 | 0.06 |
| HSL | 26.77º | 0.81% | 0.69% | - |
| HSV(B) | 26.77º | 0.54% | 0.94% | - |
| XYZ | 52.75 | 47.66 | 21.17 | - |
| YUV | 182.92 | 86.85 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 110 | 0 | 0.3 | 0.54 | 0.06 | 26.77 | 0.81 | 0.69 |
| Hex | F0 | A8 | 6E | 0 | 1E | 36 | 6 | 1B | 51 | 45 |
| Octal | 360 | 250 | 156 | 0 | 36 | 66 | 6 | 33 | 121 | 105 |
| Binary | 11110000 | 10101000 | 1101110 | 0 | 11110 | 110110 | 110 | 11011 | 1010001 | 1000101 |
Color Harmonies of #F0A86E
Complementary color
Monochromatic Colors of #F0A86E
Black with #F0A86E
Text Example
Text Example
White with #F0A86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A86E; }
p { color: rgb(240,168,110); }
H1.HeaderClassName
{
color: #F0A86E;
}
.AnyTagClassName
{
color: #F0A86E;
}
</style>
background-color css
<style>
a { background-color: #F0A86E; }
a { background-color: rgb(240,168,110); }
div.DivClassName
{
background-color: #F0A86E;
}
.BgClassName
{
background-color: #F0A86E;
}
</style>
border-color css
<style>
span { border-color: #F0A86E; }
span { border-color: rgb(240,168,110); }
td.TdClassName
{
border-color: #F0A86E;
}
.TagClassName
{
border-color: #F0A86E;
}
</style>