Shades of Tacao #F5AA7F
Tints of Tacao #F5AA7F
RGB
CMYK
RGB Variations
Color information
#F5AA7F (or 0xF5AA7F) is known color: Tacao. HEX triplet: F5, AA and 7F. RGB value is (245,170,127). Sum of RGB (Red+Green+Blue) = 245+170+127=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AA7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AA7F is #0A5580. Grayscale: #BBBBBB. Windows color (decimal): -677249 or 8366837. OLE color: 8366837.
HSL color Cylindrical-coordinate representation of color #F5AA7F: hue angle of 21.86º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5AA7F is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 170 | 127 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.04 |
| HSL | 21.86º | 0.86% | 0.73% | - |
| HSV(B) | 21.86º | 0.48% | 0.96% | - |
| XYZ | 55.86 | 49.69 | 26.73 | - |
| YUV | 187.52 | 93.85 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 170 | 127 | 0 | 0.31 | 0.48 | 0.04 | 21.86 | 0.86 | 0.73 |
| Hex | F5 | AA | 7F | 0 | 1F | 30 | 4 | 16 | 56 | 49 |
| Octal | 365 | 252 | 177 | 0 | 37 | 60 | 4 | 26 | 126 | 111 |
| Binary | 11110101 | 10101010 | 1111111 | 0 | 11111 | 110000 | 100 | 10110 | 1010110 | 1001001 |
Color Harmonies of #F5AA7F
Complementary color
Monochromatic Colors of #F5AA7F
Black with #F5AA7F
Text Example
Text Example
White with #F5AA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AA7F; }
p { color: rgb(245,170,127); }
H1.HeaderClassName
{
color: #F5AA7F;
}
.AnyTagClassName
{
color: #F5AA7F;
}
</style>
background-color css
<style>
a { background-color: #F5AA7F; }
a { background-color: rgb(245,170,127); }
div.DivClassName
{
background-color: #F5AA7F;
}
.BgClassName
{
background-color: #F5AA7F;
}
</style>
border-color css
<style>
span { border-color: #F5AA7F; }
span { border-color: rgb(245,170,127); }
td.TdClassName
{
border-color: #F5AA7F;
}
.TagClassName
{
border-color: #F5AA7F;
}
</style>