Shades of Tacao #F6AA81
Tints of Tacao #F6AA81
RGB
CMYK
RGB Variations
Color information
#F6AA81 (or 0xF6AA81) is known color: Tacao. HEX triplet: F6, AA and 81. RGB value is (246,170,129). Sum of RGB (Red+Green+Blue) = 246+170+129=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 129 (50.78% from 255 or 23.67% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AA81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AA81 is #09557E. Grayscale: #BCBCBC. Windows color (decimal): -611711 or 8497910. OLE color: 8497910.
HSL color Cylindrical-coordinate representation of color #F6AA81: hue angle of 21.03º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6AA81 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 170 | 129 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.04 |
| HSL | 21.03º | 0.87% | 0.74% | - |
| HSV(B) | 21.03º | 0.48% | 0.96% | - |
| XYZ | 56.34 | 49.93 | 27.44 | - |
| YUV | 188.05 | 94.68 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 170 | 129 | 0 | 0.31 | 0.48 | 0.04 | 21.03 | 0.87 | 0.74 |
| Hex | F6 | AA | 81 | 0 | 1F | 30 | 4 | 15 | 57 | 4A |
| Octal | 366 | 252 | 201 | 0 | 37 | 60 | 4 | 25 | 127 | 112 |
| Binary | 11110110 | 10101010 | 10000001 | 0 | 11111 | 110000 | 100 | 10101 | 1010111 | 1001010 |
Color Harmonies of #F6AA81
Complementary color
Monochromatic Colors of #F6AA81
Black with #F6AA81
Text Example
Text Example
White with #F6AA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AA81; }
p { color: rgb(246,170,129); }
H1.HeaderClassName
{
color: #F6AA81;
}
.AnyTagClassName
{
color: #F6AA81;
}
</style>
background-color css
<style>
a { background-color: #F6AA81; }
a { background-color: rgb(246,170,129); }
div.DivClassName
{
background-color: #F6AA81;
}
.BgClassName
{
background-color: #F6AA81;
}
</style>
border-color css
<style>
span { border-color: #F6AA81; }
span { border-color: rgb(246,170,129); }
td.TdClassName
{
border-color: #F6AA81;
}
.TagClassName
{
border-color: #F6AA81;
}
</style>