Shades of Tacao #F2AA74
Tints of Tacao #F2AA74
RGB
CMYK
RGB Variations
Color information
#F2AA74 (or 0xF2AA74) is known color: Tacao. HEX triplet: F2, AA and 74. RGB value is (242,170,116). Sum of RGB (Red+Green+Blue) = 242+170+116=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AA74 is #0D558B. Grayscale: #B9B9B9. Windows color (decimal): -873868 or 7645938. OLE color: 7645938.
HSL color Cylindrical-coordinate representation of color #F2AA74: hue angle of 25.71º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2AA74 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 116 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.05 |
| HSL | 25.71º | 0.83% | 0.7% | - |
| HSV(B) | 25.71º | 0.52% | 0.95% | - |
| XYZ | 54.15 | 48.89 | 23.11 | - |
| YUV | 185.37 | 88.85 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 116 | 0 | 0.30 | 0.52 | 0.05 | 25.71 | 0.83 | 0.7 |
| Hex | F2 | AA | 74 | 0 | 1E | 34 | 5 | 1A | 53 | 46 |
| Octal | 362 | 252 | 164 | 0 | 36 | 64 | 5 | 32 | 123 | 106 |
| Binary | 11110010 | 10101010 | 1110100 | 0 | 11110 | 110100 | 101 | 11010 | 1010011 | 1000110 |
Color Harmonies of #F2AA74
Complementary color
Monochromatic Colors of #F2AA74
Black with #F2AA74
Text Example
Text Example
White with #F2AA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AA74; }
p { color: rgb(242,170,116); }
H1.HeaderClassName
{
color: #F2AA74;
}
.AnyTagClassName
{
color: #F2AA74;
}
</style>
background-color css
<style>
a { background-color: #F2AA74; }
a { background-color: rgb(242,170,116); }
div.DivClassName
{
background-color: #F2AA74;
}
.BgClassName
{
background-color: #F2AA74;
}
</style>
border-color css
<style>
span { border-color: #F2AA74; }
span { border-color: rgb(242,170,116); }
td.TdClassName
{
border-color: #F2AA74;
}
.TagClassName
{
border-color: #F2AA74;
}
</style>