Shades of Tacao #F0A96D
Tints of Tacao #F0A96D
RGB
CMYK
RGB Variations
Color information
#F0A96D (or 0xF0A96D) is known color: Tacao. HEX triplet: F0, A9 and 6D. RGB value is (240,169,109). Sum of RGB (Red+Green+Blue) = 240+169+109=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A96D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A96D is #0F5692. Grayscale: #B7B7B7. Windows color (decimal): -1005203 or 7186928. OLE color: 7186928.
HSL color Cylindrical-coordinate representation of color #F0A96D: hue angle of 27.48º 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 #F0A96D is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 169 | 109 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.06 |
| HSL | 27.48º | 0.81% | 0.68% | - |
| HSV(B) | 27.48º | 0.55% | 0.94% | - |
| XYZ | 52.88 | 48.01 | 20.95 | - |
| YUV | 183.39 | 86.02 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 109 | 0 | 0.30 | 0.55 | 0.06 | 27.48 | 0.81 | 0.68 |
| Hex | F0 | A9 | 6D | 0 | 1E | 37 | 6 | 1B | 51 | 44 |
| Octal | 360 | 251 | 155 | 0 | 36 | 67 | 6 | 33 | 121 | 104 |
| Binary | 11110000 | 10101001 | 1101101 | 0 | 11110 | 110111 | 110 | 11011 | 1010001 | 1000100 |
Color Harmonies of #F0A96D
Complementary color
Monochromatic Colors of #F0A96D
Black with #F0A96D
Text Example
Text Example
White with #F0A96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A96D; }
p { color: rgb(240,169,109); }
H1.HeaderClassName
{
color: #F0A96D;
}
.AnyTagClassName
{
color: #F0A96D;
}
</style>
background-color css
<style>
a { background-color: #F0A96D; }
a { background-color: rgb(240,169,109); }
div.DivClassName
{
background-color: #F0A96D;
}
.BgClassName
{
background-color: #F0A96D;
}
</style>
border-color css
<style>
span { border-color: #F0A96D; }
span { border-color: rgb(240,169,109); }
td.TdClassName
{
border-color: #F0A96D;
}
.TagClassName
{
border-color: #F0A96D;
}
</style>