Shades of Tacao #F4AA6E
Tints of Tacao #F4AA6E
RGB
CMYK
RGB Variations
Color information
#F4AA6E (or 0xF4AA6E) is known color: Tacao. HEX triplet: F4, AA and 6E. RGB value is (244,170,110). Sum of RGB (Red+Green+Blue) = 244+170+110=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AA6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4AA6E is #0B5591. Grayscale: #B9B9B9. Windows color (decimal): -742802 or 7252724. OLE color: 7252724.
HSL color Cylindrical-coordinate representation of color #F4AA6E: hue angle of 26.87º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4AA6E is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 170 | 110 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.04 |
| HSL | 26.87º | 0.86% | 0.69% | - |
| HSV(B) | 26.87º | 0.55% | 0.96% | - |
| XYZ | 54.5 | 49.11 | 21.36 | - |
| YUV | 185.29 | 85.52 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 170 | 110 | 0 | 0.30 | 0.55 | 0.04 | 26.87 | 0.86 | 0.69 |
| Hex | F4 | AA | 6E | 0 | 1E | 37 | 4 | 1B | 56 | 45 |
| Octal | 364 | 252 | 156 | 0 | 36 | 67 | 4 | 33 | 126 | 105 |
| Binary | 11110100 | 10101010 | 1101110 | 0 | 11110 | 110111 | 100 | 11011 | 1010110 | 1000101 |
Color Harmonies of #F4AA6E
Complementary color
Monochromatic Colors of #F4AA6E
Black with #F4AA6E
Text Example
Text Example
White with #F4AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AA6E; }
p { color: rgb(244,170,110); }
H1.HeaderClassName
{
color: #F4AA6E;
}
.AnyTagClassName
{
color: #F4AA6E;
}
</style>
background-color css
<style>
a { background-color: #F4AA6E; }
a { background-color: rgb(244,170,110); }
div.DivClassName
{
background-color: #F4AA6E;
}
.BgClassName
{
background-color: #F4AA6E;
}
</style>
border-color css
<style>
span { border-color: #F4AA6E; }
span { border-color: rgb(244,170,110); }
td.TdClassName
{
border-color: #F4AA6E;
}
.TagClassName
{
border-color: #F4AA6E;
}
</style>