Shades of Tacao #FAAB73
Tints of Tacao #FAAB73
RGB
CMYK
RGB Variations
Color information
#FAAB73 (or 0xFAAB73) is known color: Tacao. HEX triplet: FA, AB and 73. RGB value is (250,171,115). Sum of RGB (Red+Green+Blue) = 250+171+115=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB73 is #05548C. Grayscale: #BCBCBC. Windows color (decimal): -349325 or 7580666. OLE color: 7580666.
HSL color Cylindrical-coordinate representation of color #FAAB73: hue angle of 24.89º 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 #FAAB73 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 115 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.02 |
| HSL | 24.89º | 0.93% | 0.72% | - |
| HSV(B) | 24.89º | 0.54% | 0.98% | - |
| XYZ | 57.08 | 50.69 | 22.99 | - |
| YUV | 188.24 | 86.67 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 115 | 0 | 0.32 | 0.54 | 0.02 | 24.89 | 0.93 | 0.72 |
| Hex | FA | AB | 73 | 0 | 20 | 36 | 2 | 19 | 5D | 48 |
| Octal | 372 | 253 | 163 | 0 | 40 | 66 | 2 | 31 | 135 | 110 |
| Binary | 11111010 | 10101011 | 1110011 | 0 | 100000 | 110110 | 10 | 11001 | 1011101 | 1001000 |
Color Harmonies of #FAAB73
Complementary color
Monochromatic Colors of #FAAB73
Black with #FAAB73
Text Example
Text Example
White with #FAAB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB73; }
p { color: rgb(250,171,115); }
H1.HeaderClassName
{
color: #FAAB73;
}
.AnyTagClassName
{
color: #FAAB73;
}
</style>
background-color css
<style>
a { background-color: #FAAB73; }
a { background-color: rgb(250,171,115); }
div.DivClassName
{
background-color: #FAAB73;
}
.BgClassName
{
background-color: #FAAB73;
}
</style>
border-color css
<style>
span { border-color: #FAAB73; }
span { border-color: rgb(250,171,115); }
td.TdClassName
{
border-color: #FAAB73;
}
.TagClassName
{
border-color: #FAAB73;
}
</style>