Shades of Tacao #F4AF7C
Tints of Tacao #F4AF7C
RGB
CMYK
RGB Variations
Color information
#F4AF7C (or 0xF4AF7C) is known color: Tacao. HEX triplet: F4, AF and 7C. RGB value is (244,175,124). Sum of RGB (Red+Green+Blue) = 244+175+124=543 (71% of max value = 765). Red value is 244 (95.70% from 255 or 44.94% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AF7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4AF7C is #0B5083. Grayscale: #BEBEBE. Windows color (decimal): -741508 or 8171508. OLE color: 8171508.
HSL color Cylindrical-coordinate representation of color #F4AF7C: hue angle of 25.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F4AF7C is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 175 | 124 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.04 |
| HSL | 25.5º | 0.85% | 0.72% | - |
| HSV(B) | 25.5º | 0.49% | 0.96% | - |
| XYZ | 56.28 | 51.35 | 26.01 | - |
| YUV | 189.82 | 90.86 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 175 | 124 | 0 | 0.28 | 0.49 | 0.04 | 25.5 | 0.85 | 0.72 |
| Hex | F4 | AF | 7C | 0 | 1C | 31 | 4 | 1A | 55 | 48 |
| Octal | 364 | 257 | 174 | 0 | 34 | 61 | 4 | 32 | 125 | 110 |
| Binary | 11110100 | 10101111 | 1111100 | 0 | 11100 | 110001 | 100 | 11010 | 1010101 | 1001000 |
Color Harmonies of #F4AF7C
Complementary color
Monochromatic Colors of #F4AF7C
Black with #F4AF7C
Text Example
Text Example
White with #F4AF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AF7C; }
p { color: rgb(244,175,124); }
H1.HeaderClassName
{
color: #F4AF7C;
}
.AnyTagClassName
{
color: #F4AF7C;
}
</style>
background-color css
<style>
a { background-color: #F4AF7C; }
a { background-color: rgb(244,175,124); }
div.DivClassName
{
background-color: #F4AF7C;
}
.BgClassName
{
background-color: #F4AF7C;
}
</style>
border-color css
<style>
span { border-color: #F4AF7C; }
span { border-color: rgb(244,175,124); }
td.TdClassName
{
border-color: #F4AF7C;
}
.TagClassName
{
border-color: #F4AF7C;
}
</style>