Shades of Tacao #F2AA86
Tints of Tacao #F2AA86
RGB
CMYK
RGB Variations
Color information
#F2AA86 (or 0xF2AA86) is known color: Tacao. HEX triplet: F2, AA and 86. RGB value is (242,170,134). Sum of RGB (Red+Green+Blue) = 242+170+134=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 134 (52.73% from 255 or 24.54% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AA86 is #0D5579. Grayscale: #BBBBBB. Windows color (decimal): -873850 or 8825586. OLE color: 8825586.
HSL color Cylindrical-coordinate representation of color #F2AA86: hue angle of 20º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2AA86 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 134 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.05 |
| HSL | 20º | 0.81% | 0.74% | - |
| HSV(B) | 20º | 0.45% | 0.95% | - |
| XYZ | 55.3 | 49.35 | 29.16 | - |
| YUV | 187.42 | 97.85 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 134 | 0 | 0.30 | 0.45 | 0.05 | 20 | 0.81 | 0.74 |
| Hex | F2 | AA | 86 | 0 | 1E | 2D | 5 | 14 | 51 | 4A |
| Octal | 362 | 252 | 206 | 0 | 36 | 55 | 5 | 24 | 121 | 112 |
| Binary | 11110010 | 10101010 | 10000110 | 0 | 11110 | 101101 | 101 | 10100 | 1010001 | 1001010 |
Color Harmonies of #F2AA86
Complementary color
Monochromatic Colors of #F2AA86
Black with #F2AA86
Text Example
Text Example
White with #F2AA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AA86; }
p { color: rgb(242,170,134); }
H1.HeaderClassName
{
color: #F2AA86;
}
.AnyTagClassName
{
color: #F2AA86;
}
</style>
background-color css
<style>
a { background-color: #F2AA86; }
a { background-color: rgb(242,170,134); }
div.DivClassName
{
background-color: #F2AA86;
}
.BgClassName
{
background-color: #F2AA86;
}
</style>
border-color css
<style>
span { border-color: #F2AA86; }
span { border-color: rgb(242,170,134); }
td.TdClassName
{
border-color: #F2AA86;
}
.TagClassName
{
border-color: #F2AA86;
}
</style>