Shades of Tacao #F2AA6D
Tints of Tacao #F2AA6D
RGB
CMYK
RGB Variations
Color information
#F2AA6D (or 0xF2AA6D) is known color: Tacao. HEX triplet: F2, AA and 6D. RGB value is (242,170,109). Sum of RGB (Red+Green+Blue) = 242+170+109=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AA6D is #0D5592. Grayscale: #B8B8B8. Windows color (decimal): -873875 or 7187186. OLE color: 7187186.
HSL color Cylindrical-coordinate representation of color #F2AA6D: hue angle of 27.52º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2AA6D is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 109 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.05 |
| HSL | 27.52º | 0.84% | 0.69% | - |
| HSV(B) | 27.52º | 0.55% | 0.95% | - |
| XYZ | 53.75 | 48.73 | 21.04 | - |
| YUV | 184.57 | 85.35 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 109 | 0 | 0.30 | 0.55 | 0.05 | 27.52 | 0.84 | 0.69 |
| Hex | F2 | AA | 6D | 0 | 1E | 37 | 5 | 1C | 54 | 45 |
| Octal | 362 | 252 | 155 | 0 | 36 | 67 | 5 | 34 | 124 | 105 |
| Binary | 11110010 | 10101010 | 1101101 | 0 | 11110 | 110111 | 101 | 11100 | 1010100 | 1000101 |
Color Harmonies of #F2AA6D
Complementary color
Monochromatic Colors of #F2AA6D
Black with #F2AA6D
Text Example
Text Example
White with #F2AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AA6D; }
p { color: rgb(242,170,109); }
H1.HeaderClassName
{
color: #F2AA6D;
}
.AnyTagClassName
{
color: #F2AA6D;
}
</style>
background-color css
<style>
a { background-color: #F2AA6D; }
a { background-color: rgb(242,170,109); }
div.DivClassName
{
background-color: #F2AA6D;
}
.BgClassName
{
background-color: #F2AA6D;
}
</style>
border-color css
<style>
span { border-color: #F2AA6D; }
span { border-color: rgb(242,170,109); }
td.TdClassName
{
border-color: #F2AA6D;
}
.TagClassName
{
border-color: #F2AA6D;
}
</style>