Shades of Tacao #F0AA6D
Tints of Tacao #F0AA6D
RGB
CMYK
RGB Variations
Color information
#F0AA6D (or 0xF0AA6D) is known color: Tacao. HEX triplet: F0, AA and 6D. RGB value is (240,170,109). Sum of RGB (Red+Green+Blue) = 240+170+109=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AA6D is #0F5592. Grayscale: #B8B8B8. Windows color (decimal): -1004947 or 7187184. OLE color: 7187184.
HSL color Cylindrical-coordinate representation of color #F0AA6D: hue angle of 27.94º 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 #F0AA6D is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 109 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.06 |
| HSL | 27.94º | 0.81% | 0.68% | - |
| HSV(B) | 27.94º | 0.55% | 0.94% | - |
| XYZ | 53.07 | 48.38 | 21.01 | - |
| YUV | 183.98 | 85.69 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 109 | 0 | 0.29 | 0.55 | 0.06 | 27.94 | 0.81 | 0.68 |
| Hex | F0 | AA | 6D | 0 | 1D | 37 | 6 | 1C | 51 | 44 |
| Octal | 360 | 252 | 155 | 0 | 35 | 67 | 6 | 34 | 121 | 104 |
| Binary | 11110000 | 10101010 | 1101101 | 0 | 11101 | 110111 | 110 | 11100 | 1010001 | 1000100 |
Color Harmonies of #F0AA6D
Complementary color
Monochromatic Colors of #F0AA6D
Black with #F0AA6D
Text Example
Text Example
White with #F0AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AA6D; }
p { color: rgb(240,170,109); }
H1.HeaderClassName
{
color: #F0AA6D;
}
.AnyTagClassName
{
color: #F0AA6D;
}
</style>
background-color css
<style>
a { background-color: #F0AA6D; }
a { background-color: rgb(240,170,109); }
div.DivClassName
{
background-color: #F0AA6D;
}
.BgClassName
{
background-color: #F0AA6D;
}
</style>
border-color css
<style>
span { border-color: #F0AA6D; }
span { border-color: rgb(240,170,109); }
td.TdClassName
{
border-color: #F0AA6D;
}
.TagClassName
{
border-color: #F0AA6D;
}
</style>