Shades of Tacao #F2AA85
Tints of Tacao #F2AA85
RGB
CMYK
RGB Variations
Color information
#F2AA85 (or 0xF2AA85) is known color: Tacao. HEX triplet: F2, AA and 85. RGB value is (242,170,133). Sum of RGB (Red+Green+Blue) = 242+170+133=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AA85 is #0D557A. Grayscale: #BBBBBB. Windows color (decimal): -873851 or 8760050. OLE color: 8760050.
HSL color Cylindrical-coordinate representation of color #F2AA85: hue angle of 20.37º 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 #F2AA85 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 133 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.05 |
| HSL | 20.37º | 0.81% | 0.74% | - |
| HSV(B) | 20.37º | 0.45% | 0.95% | - |
| XYZ | 55.23 | 49.32 | 28.8 | - |
| YUV | 187.31 | 97.35 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 133 | 0 | 0.30 | 0.45 | 0.05 | 20.37 | 0.81 | 0.74 |
| Hex | F2 | AA | 85 | 0 | 1E | 2D | 5 | 14 | 51 | 4A |
| Octal | 362 | 252 | 205 | 0 | 36 | 55 | 5 | 24 | 121 | 112 |
| Binary | 11110010 | 10101010 | 10000101 | 0 | 11110 | 101101 | 101 | 10100 | 1010001 | 1001010 |
Color Harmonies of #F2AA85
Complementary color
Monochromatic Colors of #F2AA85
Black with #F2AA85
Text Example
Text Example
White with #F2AA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AA85; }
p { color: rgb(242,170,133); }
H1.HeaderClassName
{
color: #F2AA85;
}
.AnyTagClassName
{
color: #F2AA85;
}
</style>
background-color css
<style>
a { background-color: #F2AA85; }
a { background-color: rgb(242,170,133); }
div.DivClassName
{
background-color: #F2AA85;
}
.BgClassName
{
background-color: #F2AA85;
}
</style>
border-color css
<style>
span { border-color: #F2AA85; }
span { border-color: rgb(242,170,133); }
td.TdClassName
{
border-color: #F2AA85;
}
.TagClassName
{
border-color: #F2AA85;
}
</style>