Shades of Tacao #F9AA82
Tints of Tacao #F9AA82
RGB
CMYK
RGB Variations
Color information
#F9AA82 (or 0xF9AA82) is known color: Tacao. HEX triplet: F9, AA and 82. RGB value is (249,170,130). Sum of RGB (Red+Green+Blue) = 249+170+130=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AA82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AA82 is #06557D. Grayscale: #BDBDBD. Windows color (decimal): -415102 or 8563449. OLE color: 8563449.
HSL color Cylindrical-coordinate representation of color #F9AA82: hue angle of 20.17º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F9AA82 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 170 | 130 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.02 |
| HSL | 20.17º | 0.91% | 0.74% | - |
| HSV(B) | 20.17º | 0.48% | 0.98% | - |
| XYZ | 57.47 | 50.5 | 27.84 | - |
| YUV | 189.06 | 94.67 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 130 | 0 | 0.32 | 0.48 | 0.02 | 20.17 | 0.91 | 0.74 |
| Hex | F9 | AA | 82 | 0 | 20 | 30 | 2 | 14 | 5B | 4A |
| Octal | 371 | 252 | 202 | 0 | 40 | 60 | 2 | 24 | 133 | 112 |
| Binary | 11111001 | 10101010 | 10000010 | 0 | 100000 | 110000 | 10 | 10100 | 1011011 | 1001010 |
Color Harmonies of #F9AA82
Complementary color
Monochromatic Colors of #F9AA82
Black with #F9AA82
Text Example
Text Example
White with #F9AA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AA82; }
p { color: rgb(249,170,130); }
H1.HeaderClassName
{
color: #F9AA82;
}
.AnyTagClassName
{
color: #F9AA82;
}
</style>
background-color css
<style>
a { background-color: #F9AA82; }
a { background-color: rgb(249,170,130); }
div.DivClassName
{
background-color: #F9AA82;
}
.BgClassName
{
background-color: #F9AA82;
}
</style>
border-color css
<style>
span { border-color: #F9AA82; }
span { border-color: rgb(249,170,130); }
td.TdClassName
{
border-color: #F9AA82;
}
.TagClassName
{
border-color: #F9AA82;
}
</style>