Shades of Tacao #F7AA81
Tints of Tacao #F7AA81
RGB
CMYK
RGB Variations
Color information
#F7AA81 (or 0xF7AA81) is known color: Tacao. HEX triplet: F7, AA and 81. RGB value is (247,170,129). Sum of RGB (Red+Green+Blue) = 247+170+129=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 129 (50.78% from 255 or 23.63% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AA81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AA81 is #08557E. Grayscale: #BCBCBC. Windows color (decimal): -546175 or 8497911. OLE color: 8497911.
HSL color Cylindrical-coordinate representation of color #F7AA81: hue angle of 20.85º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F7AA81 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 170 | 129 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.03 |
| HSL | 20.85º | 0.88% | 0.74% | - |
| HSV(B) | 20.85º | 0.48% | 0.97% | - |
| XYZ | 56.69 | 50.11 | 27.45 | - |
| YUV | 188.35 | 94.51 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 170 | 129 | 0 | 0.31 | 0.48 | 0.03 | 20.85 | 0.88 | 0.74 |
| Hex | F7 | AA | 81 | 0 | 1F | 30 | 3 | 15 | 58 | 4A |
| Octal | 367 | 252 | 201 | 0 | 37 | 60 | 3 | 25 | 130 | 112 |
| Binary | 11110111 | 10101010 | 10000001 | 0 | 11111 | 110000 | 11 | 10101 | 1011000 | 1001010 |
Color Harmonies of #F7AA81
Complementary color
Monochromatic Colors of #F7AA81
Black with #F7AA81
Text Example
Text Example
White with #F7AA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AA81; }
p { color: rgb(247,170,129); }
H1.HeaderClassName
{
color: #F7AA81;
}
.AnyTagClassName
{
color: #F7AA81;
}
</style>
background-color css
<style>
a { background-color: #F7AA81; }
a { background-color: rgb(247,170,129); }
div.DivClassName
{
background-color: #F7AA81;
}
.BgClassName
{
background-color: #F7AA81;
}
</style>
border-color css
<style>
span { border-color: #F7AA81; }
span { border-color: rgb(247,170,129); }
td.TdClassName
{
border-color: #F7AA81;
}
.TagClassName
{
border-color: #F7AA81;
}
</style>