Shades of Tacao #F4A57A
Tints of Tacao #F4A57A
RGB
CMYK
RGB Variations
Color information
#F4A57A (or 0xF4A57A) is known color: Tacao. HEX triplet: F4, A5 and 7A. RGB value is (244,165,122). Sum of RGB (Red+Green+Blue) = 244+165+122=531 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.95% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A57A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A57A is #0B5A85. Grayscale: #B7B7B7. Windows color (decimal): -744070 or 8037876. OLE color: 8037876.
HSL color Cylindrical-coordinate representation of color #F4A57A: hue angle of 21.15º 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 #F4A57A is Cyan = 0, Magento = 0.32, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 165 | 122 | - |
| CMYK | 0 | 0.32 | 0.5 | 0.04 |
| HSL | 21.15º | 0.85% | 0.72% | - |
| HSV(B) | 21.15º | 0.5% | 0.96% | - |
| XYZ | 54.28 | 47.55 | 24.73 | - |
| YUV | 183.72 | 93.17 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 165 | 122 | 0 | 0.32 | 0.5 | 0.04 | 21.15 | 0.85 | 0.72 |
| Hex | F4 | A5 | 7A | 0 | 20 | 32 | 4 | 15 | 55 | 48 |
| Octal | 364 | 245 | 172 | 0 | 40 | 62 | 4 | 25 | 125 | 110 |
| Binary | 11110100 | 10100101 | 1111010 | 0 | 100000 | 110010 | 100 | 10101 | 1010101 | 1001000 |
Color Harmonies of #F4A57A
Complementary color
Monochromatic Colors of #F4A57A
Black with #F4A57A
Text Example
Text Example
White with #F4A57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A57A; }
p { color: rgb(244,165,122); }
H1.HeaderClassName
{
color: #F4A57A;
}
.AnyTagClassName
{
color: #F4A57A;
}
</style>
background-color css
<style>
a { background-color: #F4A57A; }
a { background-color: rgb(244,165,122); }
div.DivClassName
{
background-color: #F4A57A;
}
.BgClassName
{
background-color: #F4A57A;
}
</style>
border-color css
<style>
span { border-color: #F4A57A; }
span { border-color: rgb(244,165,122); }
td.TdClassName
{
border-color: #F4A57A;
}
.TagClassName
{
border-color: #F4A57A;
}
</style>