Shades of Tacao #F4A47A
Tints of Tacao #F4A47A
RGB
CMYK
RGB Variations
Color information
#F4A47A (or 0xF4A47A) is known color: Tacao. HEX triplet: F4, A4 and 7A. RGB value is (244,164,122). Sum of RGB (Red+Green+Blue) = 244+164+122=530 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.04% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A47A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A47A is #0B5B85. Grayscale: #B7B7B7. Windows color (decimal): -744326 or 8037620. OLE color: 8037620.
HSL color Cylindrical-coordinate representation of color #F4A47A: hue angle of 20.66º 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 #F4A47A is Cyan = 0, Magento = 0.33, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 164 | 122 | - |
| CMYK | 0 | 0.33 | 0.5 | 0.04 |
| HSL | 20.66º | 0.85% | 0.72% | - |
| HSV(B) | 20.66º | 0.5% | 0.96% | - |
| XYZ | 54.1 | 47.19 | 24.67 | - |
| YUV | 183.13 | 93.5 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 164 | 122 | 0 | 0.33 | 0.5 | 0.04 | 20.66 | 0.85 | 0.72 |
| Hex | F4 | A4 | 7A | 0 | 21 | 32 | 4 | 15 | 55 | 48 |
| Octal | 364 | 244 | 172 | 0 | 41 | 62 | 4 | 25 | 125 | 110 |
| Binary | 11110100 | 10100100 | 1111010 | 0 | 100001 | 110010 | 100 | 10101 | 1010101 | 1001000 |
Color Harmonies of #F4A47A
Complementary color
Monochromatic Colors of #F4A47A
Black with #F4A47A
Text Example
Text Example
White with #F4A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A47A; }
p { color: rgb(244,164,122); }
H1.HeaderClassName
{
color: #F4A47A;
}
.AnyTagClassName
{
color: #F4A47A;
}
</style>
background-color css
<style>
a { background-color: #F4A47A; }
a { background-color: rgb(244,164,122); }
div.DivClassName
{
background-color: #F4A47A;
}
.BgClassName
{
background-color: #F4A47A;
}
</style>
border-color css
<style>
span { border-color: #F4A47A; }
span { border-color: rgb(244,164,122); }
td.TdClassName
{
border-color: #F4A47A;
}
.TagClassName
{
border-color: #F4A47A;
}
</style>