Shades of Tacao #F5AF7B
Tints of Tacao #F5AF7B
RGB
CMYK
RGB Variations
Color information
#F5AF7B (or 0xF5AF7B) is known color: Tacao. HEX triplet: F5, AF and 7B. RGB value is (245,175,123). Sum of RGB (Red+Green+Blue) = 245+175+123=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 123 (48.44% from 255 or 22.65% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF7B is #0A5084. Grayscale: #BEBEBE. Windows color (decimal): -675973 or 8105973. OLE color: 8105973.
HSL color Cylindrical-coordinate representation of color #F5AF7B: hue angle of 25.57º 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 #F5AF7B is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 123 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.04 |
| HSL | 25.57º | 0.86% | 0.72% | - |
| HSV(B) | 25.57º | 0.5% | 0.96% | - |
| XYZ | 56.56 | 51.5 | 25.7 | - |
| YUV | 190 | 90.19 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 123 | 0 | 0.29 | 0.50 | 0.04 | 25.57 | 0.86 | 0.72 |
| Hex | F5 | AF | 7B | 0 | 1D | 32 | 4 | 1A | 56 | 48 |
| Octal | 365 | 257 | 173 | 0 | 35 | 62 | 4 | 32 | 126 | 110 |
| Binary | 11110101 | 10101111 | 1111011 | 0 | 11101 | 110010 | 100 | 11010 | 1010110 | 1001000 |
Color Harmonies of #F5AF7B
Complementary color
Monochromatic Colors of #F5AF7B
Black with #F5AF7B
Text Example
Text Example
White with #F5AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF7B; }
p { color: rgb(245,175,123); }
H1.HeaderClassName
{
color: #F5AF7B;
}
.AnyTagClassName
{
color: #F5AF7B;
}
</style>
background-color css
<style>
a { background-color: #F5AF7B; }
a { background-color: rgb(245,175,123); }
div.DivClassName
{
background-color: #F5AF7B;
}
.BgClassName
{
background-color: #F5AF7B;
}
</style>
border-color css
<style>
span { border-color: #F5AF7B; }
span { border-color: rgb(245,175,123); }
td.TdClassName
{
border-color: #F5AF7B;
}
.TagClassName
{
border-color: #F5AF7B;
}
</style>