Shades of Tacao #FAAA73
Tints of Tacao #FAAA73
RGB
CMYK
RGB Variations
Color information
#FAAA73 (or 0xFAAA73) is known color: Tacao. HEX triplet: FA, AA and 73. RGB value is (250,170,115). Sum of RGB (Red+Green+Blue) = 250+170+115=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA73 is #05558C. Grayscale: #BBBBBB. Windows color (decimal): -349581 or 7580410. OLE color: 7580410.
HSL color Cylindrical-coordinate representation of color #FAAA73: hue angle of 24.44º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAAA73 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 115 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.02 |
| HSL | 24.44º | 0.93% | 0.72% | - |
| HSV(B) | 24.44º | 0.54% | 0.98% | - |
| XYZ | 56.89 | 50.31 | 22.93 | - |
| YUV | 187.65 | 87 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 115 | 0 | 0.32 | 0.54 | 0.02 | 24.44 | 0.93 | 0.72 |
| Hex | FA | AA | 73 | 0 | 20 | 36 | 2 | 18 | 5D | 48 |
| Octal | 372 | 252 | 163 | 0 | 40 | 66 | 2 | 30 | 135 | 110 |
| Binary | 11111010 | 10101010 | 1110011 | 0 | 100000 | 110110 | 10 | 11000 | 1011101 | 1001000 |
Color Harmonies of #FAAA73
Complementary color
Monochromatic Colors of #FAAA73
Black with #FAAA73
Text Example
Text Example
White with #FAAA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA73; }
p { color: rgb(250,170,115); }
H1.HeaderClassName
{
color: #FAAA73;
}
.AnyTagClassName
{
color: #FAAA73;
}
</style>
background-color css
<style>
a { background-color: #FAAA73; }
a { background-color: rgb(250,170,115); }
div.DivClassName
{
background-color: #FAAA73;
}
.BgClassName
{
background-color: #FAAA73;
}
</style>
border-color css
<style>
span { border-color: #FAAA73; }
span { border-color: rgb(250,170,115); }
td.TdClassName
{
border-color: #FAAA73;
}
.TagClassName
{
border-color: #FAAA73;
}
</style>