Shades of Tacao #F5AF7A
Tints of Tacao #F5AF7A
RGB
CMYK
RGB Variations
Color information
#F5AF7A (or 0xF5AF7A) is known color: Tacao. HEX triplet: F5, AF and 7A. RGB value is (245,175,122). Sum of RGB (Red+Green+Blue) = 245+175+122=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF7A is #0A5085. Grayscale: #BEBEBE. Windows color (decimal): -675974 or 8040437. OLE color: 8040437.
HSL color Cylindrical-coordinate representation of color #F5AF7A: hue angle of 25.85º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5AF7A is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 122 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.04 |
| HSL | 25.85º | 0.86% | 0.72% | - |
| HSV(B) | 25.85º | 0.5% | 0.96% | - |
| XYZ | 56.5 | 51.48 | 25.37 | - |
| YUV | 189.89 | 89.69 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 122 | 0 | 0.29 | 0.50 | 0.04 | 25.85 | 0.86 | 0.72 |
| Hex | F5 | AF | 7A | 0 | 1D | 32 | 4 | 1A | 56 | 48 |
| Octal | 365 | 257 | 172 | 0 | 35 | 62 | 4 | 32 | 126 | 110 |
| Binary | 11110101 | 10101111 | 1111010 | 0 | 11101 | 110010 | 100 | 11010 | 1010110 | 1001000 |
Color Harmonies of #F5AF7A
Complementary color
Monochromatic Colors of #F5AF7A
Black with #F5AF7A
Text Example
Text Example
White with #F5AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF7A; }
p { color: rgb(245,175,122); }
H1.HeaderClassName
{
color: #F5AF7A;
}
.AnyTagClassName
{
color: #F5AF7A;
}
</style>
background-color css
<style>
a { background-color: #F5AF7A; }
a { background-color: rgb(245,175,122); }
div.DivClassName
{
background-color: #F5AF7A;
}
.BgClassName
{
background-color: #F5AF7A;
}
</style>
border-color css
<style>
span { border-color: #F5AF7A; }
span { border-color: rgb(245,175,122); }
td.TdClassName
{
border-color: #F5AF7A;
}
.TagClassName
{
border-color: #F5AF7A;
}
</style>