Shades of Tacao #F7AF7B
Tints of Tacao #F7AF7B
RGB
CMYK
RGB Variations
Color information
#F7AF7B (or 0xF7AF7B) is known color: Tacao. HEX triplet: F7, AF and 7B. RGB value is (247,175,123). Sum of RGB (Red+Green+Blue) = 247+175+123=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 123 (48.44% from 255 or 22.57% from 545); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AF7B is #085084. Grayscale: #BEBEBE. Windows color (decimal): -544901 or 8105975. OLE color: 8105975.
HSL color Cylindrical-coordinate representation of color #F7AF7B: hue angle of 25.16º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F7AF7B is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 175 | 123 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.03 |
| HSL | 25.16º | 0.89% | 0.73% | - |
| HSV(B) | 25.16º | 0.5% | 0.97% | - |
| XYZ | 57.26 | 51.86 | 25.73 | - |
| YUV | 190.6 | 89.85 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 175 | 123 | 0 | 0.29 | 0.50 | 0.03 | 25.16 | 0.89 | 0.73 |
| Hex | F7 | AF | 7B | 0 | 1D | 32 | 3 | 19 | 59 | 49 |
| Octal | 367 | 257 | 173 | 0 | 35 | 62 | 3 | 31 | 131 | 111 |
| Binary | 11110111 | 10101111 | 1111011 | 0 | 11101 | 110010 | 11 | 11001 | 1011001 | 1001001 |
Color Harmonies of #F7AF7B
Complementary color
Monochromatic Colors of #F7AF7B
Black with #F7AF7B
Text Example
Text Example
White with #F7AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AF7B; }
p { color: rgb(247,175,123); }
H1.HeaderClassName
{
color: #F7AF7B;
}
.AnyTagClassName
{
color: #F7AF7B;
}
</style>
background-color css
<style>
a { background-color: #F7AF7B; }
a { background-color: rgb(247,175,123); }
div.DivClassName
{
background-color: #F7AF7B;
}
.BgClassName
{
background-color: #F7AF7B;
}
</style>
border-color css
<style>
span { border-color: #F7AF7B; }
span { border-color: rgb(247,175,123); }
td.TdClassName
{
border-color: #F7AF7B;
}
.TagClassName
{
border-color: #F7AF7B;
}
</style>