Shades of Tacao #F0AA7E
Tints of Tacao #F0AA7E
RGB
CMYK
RGB Variations
Color information
#F0AA7E (or 0xF0AA7E) is known color: Tacao. HEX triplet: F0, AA and 7E. RGB value is (240,170,126). Sum of RGB (Red+Green+Blue) = 240+170+126=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 126 (49.61% from 255 or 23.51% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AA7E is #0F5581. Grayscale: #BABABA. Windows color (decimal): -1004930 or 8301296. OLE color: 8301296.
HSL color Cylindrical-coordinate representation of color #F0AA7E: hue angle of 23.16º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0AA7E is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 126 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.06 |
| HSL | 23.16º | 0.79% | 0.72% | - |
| HSV(B) | 23.16º | 0.48% | 0.94% | - |
| XYZ | 54.08 | 48.78 | 26.3 | - |
| YUV | 185.91 | 94.19 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 126 | 0 | 0.29 | 0.48 | 0.06 | 23.16 | 0.79 | 0.72 |
| Hex | F0 | AA | 7E | 0 | 1D | 30 | 6 | 17 | 4F | 48 |
| Octal | 360 | 252 | 176 | 0 | 35 | 60 | 6 | 27 | 117 | 110 |
| Binary | 11110000 | 10101010 | 1111110 | 0 | 11101 | 110000 | 110 | 10111 | 1001111 | 1001000 |
Color Harmonies of #F0AA7E
Complementary color
Monochromatic Colors of #F0AA7E
Black with #F0AA7E
Text Example
Text Example
White with #F0AA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AA7E; }
p { color: rgb(240,170,126); }
H1.HeaderClassName
{
color: #F0AA7E;
}
.AnyTagClassName
{
color: #F0AA7E;
}
</style>
background-color css
<style>
a { background-color: #F0AA7E; }
a { background-color: rgb(240,170,126); }
div.DivClassName
{
background-color: #F0AA7E;
}
.BgClassName
{
background-color: #F0AA7E;
}
</style>
border-color css
<style>
span { border-color: #F0AA7E; }
span { border-color: rgb(240,170,126); }
td.TdClassName
{
border-color: #F0AA7E;
}
.TagClassName
{
border-color: #F0AA7E;
}
</style>