Shades of Tacao #F4AF7B
Tints of Tacao #F4AF7B
RGB
CMYK
RGB Variations
Color information
#F4AF7B (or 0xF4AF7B) is known color: Tacao. HEX triplet: F4, AF and 7B. RGB value is (244,175,123). Sum of RGB (Red+Green+Blue) = 244+175+123=542 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.02% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AF7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4AF7B is #0B5084. Grayscale: #BDBDBD. Windows color (decimal): -741509 or 8105972. OLE color: 8105972.
HSL color Cylindrical-coordinate representation of color #F4AF7B: hue angle of 25.79º degrees, saturation: 0.85, 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 #F4AF7B is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 175 | 123 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.04 |
| HSL | 25.79º | 0.85% | 0.72% | - |
| HSV(B) | 25.79º | 0.5% | 0.96% | - |
| XYZ | 56.21 | 51.32 | 25.68 | - |
| YUV | 189.7 | 90.36 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 175 | 123 | 0 | 0.28 | 0.50 | 0.04 | 25.79 | 0.85 | 0.72 |
| Hex | F4 | AF | 7B | 0 | 1C | 32 | 4 | 1A | 55 | 48 |
| Octal | 364 | 257 | 173 | 0 | 34 | 62 | 4 | 32 | 125 | 110 |
| Binary | 11110100 | 10101111 | 1111011 | 0 | 11100 | 110010 | 100 | 11010 | 1010101 | 1001000 |
Color Harmonies of #F4AF7B
Complementary color
Monochromatic Colors of #F4AF7B
Black with #F4AF7B
Text Example
Text Example
White with #F4AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AF7B; }
p { color: rgb(244,175,123); }
H1.HeaderClassName
{
color: #F4AF7B;
}
.AnyTagClassName
{
color: #F4AF7B;
}
</style>
background-color css
<style>
a { background-color: #F4AF7B; }
a { background-color: rgb(244,175,123); }
div.DivClassName
{
background-color: #F4AF7B;
}
.BgClassName
{
background-color: #F4AF7B;
}
</style>
border-color css
<style>
span { border-color: #F4AF7B; }
span { border-color: rgb(244,175,123); }
td.TdClassName
{
border-color: #F4AF7B;
}
.TagClassName
{
border-color: #F4AF7B;
}
</style>