Shades of Tacao #F5AA76
Tints of Tacao #F5AA76
RGB
CMYK
RGB Variations
Color information
#F5AA76 (or 0xF5AA76) is known color: Tacao. HEX triplet: F5, AA and 76. RGB value is (245,170,118). Sum of RGB (Red+Green+Blue) = 245+170+118=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AA76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AA76 is #0A5589. Grayscale: #BABABA. Windows color (decimal): -677258 or 7777013. OLE color: 7777013.
HSL color Cylindrical-coordinate representation of color #F5AA76: hue angle of 24.57º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5AA76 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 170 | 118 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.04 |
| HSL | 24.57º | 0.86% | 0.71% | - |
| HSV(B) | 24.57º | 0.52% | 0.96% | - |
| XYZ | 55.3 | 49.47 | 23.77 | - |
| YUV | 186.5 | 89.35 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 170 | 118 | 0 | 0.31 | 0.52 | 0.04 | 24.57 | 0.86 | 0.71 |
| Hex | F5 | AA | 76 | 0 | 1F | 34 | 4 | 19 | 56 | 47 |
| Octal | 365 | 252 | 166 | 0 | 37 | 64 | 4 | 31 | 126 | 107 |
| Binary | 11110101 | 10101010 | 1110110 | 0 | 11111 | 110100 | 100 | 11001 | 1010110 | 1000111 |
Color Harmonies of #F5AA76
Complementary color
Monochromatic Colors of #F5AA76
Black with #F5AA76
Text Example
Text Example
White with #F5AA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AA76; }
p { color: rgb(245,170,118); }
H1.HeaderClassName
{
color: #F5AA76;
}
.AnyTagClassName
{
color: #F5AA76;
}
</style>
background-color css
<style>
a { background-color: #F5AA76; }
a { background-color: rgb(245,170,118); }
div.DivClassName
{
background-color: #F5AA76;
}
.BgClassName
{
background-color: #F5AA76;
}
</style>
border-color css
<style>
span { border-color: #F5AA76; }
span { border-color: rgb(245,170,118); }
td.TdClassName
{
border-color: #F5AA76;
}
.TagClassName
{
border-color: #F5AA76;
}
</style>