Shades of Tacao #F2AA84
Tints of Tacao #F2AA84
RGB
CMYK
RGB Variations
Color information
#F2AA84 (or 0xF2AA84) is known color: Tacao. HEX triplet: F2, AA and 84. RGB value is (242,170,132). Sum of RGB (Red+Green+Blue) = 242+170+132=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 132 (51.95% from 255 or 24.26% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AA84 is #0D557B. Grayscale: #BBBBBB. Windows color (decimal): -873852 or 8694514. OLE color: 8694514.
HSL color Cylindrical-coordinate representation of color #F2AA84: hue angle of 20.73º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2AA84 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 132 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.05 |
| HSL | 20.73º | 0.81% | 0.73% | - |
| HSV(B) | 20.73º | 0.45% | 0.95% | - |
| XYZ | 55.16 | 49.29 | 28.44 | - |
| YUV | 187.2 | 96.85 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 132 | 0 | 0.30 | 0.45 | 0.05 | 20.73 | 0.81 | 0.73 |
| Hex | F2 | AA | 84 | 0 | 1E | 2D | 5 | 15 | 51 | 49 |
| Octal | 362 | 252 | 204 | 0 | 36 | 55 | 5 | 25 | 121 | 111 |
| Binary | 11110010 | 10101010 | 10000100 | 0 | 11110 | 101101 | 101 | 10101 | 1010001 | 1001001 |
Color Harmonies of #F2AA84
Complementary color
Monochromatic Colors of #F2AA84
Black with #F2AA84
Text Example
Text Example
White with #F2AA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AA84; }
p { color: rgb(242,170,132); }
H1.HeaderClassName
{
color: #F2AA84;
}
.AnyTagClassName
{
color: #F2AA84;
}
</style>
background-color css
<style>
a { background-color: #F2AA84; }
a { background-color: rgb(242,170,132); }
div.DivClassName
{
background-color: #F2AA84;
}
.BgClassName
{
background-color: #F2AA84;
}
</style>
border-color css
<style>
span { border-color: #F2AA84; }
span { border-color: rgb(242,170,132); }
td.TdClassName
{
border-color: #F2AA84;
}
.TagClassName
{
border-color: #F2AA84;
}
</style>