Shades of Tacao #FAAA74
Tints of Tacao #FAAA74
RGB
CMYK
RGB Variations
Color information
#FAAA74 (or 0xFAAA74) is known color: Tacao. HEX triplet: FA, AA and 74. RGB value is (250,170,116). Sum of RGB (Red+Green+Blue) = 250+170+116=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA74 is #05558B. Grayscale: #BCBCBC. Windows color (decimal): -349580 or 7645946. OLE color: 7645946.
HSL color Cylindrical-coordinate representation of color #FAAA74: hue angle of 24.18º 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 #FAAA74 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 116 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.02 |
| HSL | 24.18º | 0.93% | 0.72% | - |
| HSV(B) | 24.18º | 0.54% | 0.98% | - |
| XYZ | 56.95 | 50.33 | 23.24 | - |
| YUV | 187.76 | 87.5 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 116 | 0 | 0.32 | 0.54 | 0.02 | 24.18 | 0.93 | 0.72 |
| Hex | FA | AA | 74 | 0 | 20 | 36 | 2 | 18 | 5D | 48 |
| Octal | 372 | 252 | 164 | 0 | 40 | 66 | 2 | 30 | 135 | 110 |
| Binary | 11111010 | 10101010 | 1110100 | 0 | 100000 | 110110 | 10 | 11000 | 1011101 | 1001000 |
Color Harmonies of #FAAA74
Complementary color
Monochromatic Colors of #FAAA74
Black with #FAAA74
Text Example
Text Example
White with #FAAA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA74; }
p { color: rgb(250,170,116); }
H1.HeaderClassName
{
color: #FAAA74;
}
.AnyTagClassName
{
color: #FAAA74;
}
</style>
background-color css
<style>
a { background-color: #FAAA74; }
a { background-color: rgb(250,170,116); }
div.DivClassName
{
background-color: #FAAA74;
}
.BgClassName
{
background-color: #FAAA74;
}
</style>
border-color css
<style>
span { border-color: #FAAA74; }
span { border-color: rgb(250,170,116); }
td.TdClassName
{
border-color: #FAAA74;
}
.TagClassName
{
border-color: #FAAA74;
}
</style>