Shades of Tacao #FAAA80
Tints of Tacao #FAAA80
RGB
CMYK
RGB Variations
Color information
#FAAA80 (or 0xFAAA80) is known color: Tacao. HEX triplet: FA, AA and 80. RGB value is (250,170,128). Sum of RGB (Red+Green+Blue) = 250+170+128=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAA80 is #05557F. Grayscale: #BDBDBD. Windows color (decimal): -349568 or 8432378. OLE color: 8432378.
HSL color Cylindrical-coordinate representation of color #FAAA80: hue angle of 20.66º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAAA80 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 128 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.02 |
| HSL | 20.66º | 0.92% | 0.74% | - |
| HSV(B) | 20.66º | 0.49% | 0.98% | - |
| XYZ | 57.7 | 50.63 | 27.15 | - |
| YUV | 189.13 | 93.5 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 128 | 0 | 0.32 | 0.49 | 0.02 | 20.66 | 0.92 | 0.74 |
| Hex | FA | AA | 80 | 0 | 20 | 31 | 2 | 15 | 5C | 4A |
| Octal | 372 | 252 | 200 | 0 | 40 | 61 | 2 | 25 | 134 | 112 |
| Binary | 11111010 | 10101010 | 10000000 | 0 | 100000 | 110001 | 10 | 10101 | 1011100 | 1001010 |
Color Harmonies of #FAAA80
Complementary color
Monochromatic Colors of #FAAA80
Black with #FAAA80
Text Example
Text Example
White with #FAAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA80; }
p { color: rgb(250,170,128); }
H1.HeaderClassName
{
color: #FAAA80;
}
.AnyTagClassName
{
color: #FAAA80;
}
</style>
background-color css
<style>
a { background-color: #FAAA80; }
a { background-color: rgb(250,170,128); }
div.DivClassName
{
background-color: #FAAA80;
}
.BgClassName
{
background-color: #FAAA80;
}
</style>
border-color css
<style>
span { border-color: #FAAA80; }
span { border-color: rgb(250,170,128); }
td.TdClassName
{
border-color: #FAAA80;
}
.TagClassName
{
border-color: #FAAA80;
}
</style>