Shades of Tacao #F0A86D
Tints of Tacao #F0A86D
RGB
CMYK
RGB Variations
Color information
#F0A86D (or 0xF0A86D) is known color: Tacao. HEX triplet: F0, A8 and 6D. RGB value is (240,168,109). Sum of RGB (Red+Green+Blue) = 240+168+109=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A86D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A86D is #0F5792. Grayscale: #B7B7B7. Windows color (decimal): -1005459 or 7186672. OLE color: 7186672.
HSL color Cylindrical-coordinate representation of color #F0A86D: hue angle of 27.02º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0A86D is Cyan = 0, Magento = 0.3, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 109 | - |
| CMYK | 0 | 0.3 | 0.55 | 0.06 |
| HSL | 27.02º | 0.81% | 0.68% | - |
| HSV(B) | 27.02º | 0.55% | 0.94% | - |
| XYZ | 52.7 | 47.63 | 20.88 | - |
| YUV | 182.8 | 86.35 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 109 | 0 | 0.3 | 0.55 | 0.06 | 27.02 | 0.81 | 0.68 |
| Hex | F0 | A8 | 6D | 0 | 1E | 37 | 6 | 1B | 51 | 44 |
| Octal | 360 | 250 | 155 | 0 | 36 | 67 | 6 | 33 | 121 | 104 |
| Binary | 11110000 | 10101000 | 1101101 | 0 | 11110 | 110111 | 110 | 11011 | 1010001 | 1000100 |
Color Harmonies of #F0A86D
Complementary color
Monochromatic Colors of #F0A86D
Black with #F0A86D
Text Example
Text Example
White with #F0A86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A86D; }
p { color: rgb(240,168,109); }
H1.HeaderClassName
{
color: #F0A86D;
}
.AnyTagClassName
{
color: #F0A86D;
}
</style>
background-color css
<style>
a { background-color: #F0A86D; }
a { background-color: rgb(240,168,109); }
div.DivClassName
{
background-color: #F0A86D;
}
.BgClassName
{
background-color: #F0A86D;
}
</style>
border-color css
<style>
span { border-color: #F0A86D; }
span { border-color: rgb(240,168,109); }
td.TdClassName
{
border-color: #F0A86D;
}
.TagClassName
{
border-color: #F0A86D;
}
</style>