Shades of Tacao #F5A77E
Tints of Tacao #F5A77E
RGB
CMYK
RGB Variations
Color information
#F5A77E (or 0xF5A77E) is known color: Tacao. HEX triplet: F5, A7 and 7E. RGB value is (245,167,126). Sum of RGB (Red+Green+Blue) = 245+167+126=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A77E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A77E is #0A5881. Grayscale: #B9B9B9. Windows color (decimal): -678018 or 8300533. OLE color: 8300533.
HSL color Cylindrical-coordinate representation of color #F5A77E: hue angle of 20.67º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5A77E is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 167 | 126 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.04 |
| HSL | 20.67º | 0.86% | 0.73% | - |
| HSV(B) | 20.67º | 0.49% | 0.96% | - |
| XYZ | 55.24 | 48.56 | 26.2 | - |
| YUV | 185.65 | 94.34 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 167 | 126 | 0 | 0.32 | 0.49 | 0.04 | 20.67 | 0.86 | 0.73 |
| Hex | F5 | A7 | 7E | 0 | 20 | 31 | 4 | 15 | 56 | 49 |
| Octal | 365 | 247 | 176 | 0 | 40 | 61 | 4 | 25 | 126 | 111 |
| Binary | 11110101 | 10100111 | 1111110 | 0 | 100000 | 110001 | 100 | 10101 | 1010110 | 1001001 |
Color Harmonies of #F5A77E
Complementary color
Monochromatic Colors of #F5A77E
Black with #F5A77E
Text Example
Text Example
White with #F5A77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A77E; }
p { color: rgb(245,167,126); }
H1.HeaderClassName
{
color: #F5A77E;
}
.AnyTagClassName
{
color: #F5A77E;
}
</style>
background-color css
<style>
a { background-color: #F5A77E; }
a { background-color: rgb(245,167,126); }
div.DivClassName
{
background-color: #F5A77E;
}
.BgClassName
{
background-color: #F5A77E;
}
</style>
border-color css
<style>
span { border-color: #F5A77E; }
span { border-color: rgb(245,167,126); }
td.TdClassName
{
border-color: #F5A77E;
}
.TagClassName
{
border-color: #F5A77E;
}
</style>