Shades of Tacao #FAAB76
Tints of Tacao #FAAB76
RGB
CMYK
RGB Variations
Color information
#FAAB76 (or 0xFAAB76) is known color: Tacao. HEX triplet: FA, AB and 76. RGB value is (250,171,118). Sum of RGB (Red+Green+Blue) = 250+171+118=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB76 is #055489. Grayscale: #BCBCBC. Windows color (decimal): -349322 or 7777274. OLE color: 7777274.
HSL color Cylindrical-coordinate representation of color #FAAB76: hue angle of 24.09º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAAB76 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 118 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.02 |
| HSL | 24.09º | 0.93% | 0.72% | - |
| HSV(B) | 24.09º | 0.53% | 0.98% | - |
| XYZ | 57.26 | 50.76 | 23.92 | - |
| YUV | 188.58 | 88.17 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 118 | 0 | 0.32 | 0.53 | 0.02 | 24.09 | 0.93 | 0.72 |
| Hex | FA | AB | 76 | 0 | 20 | 35 | 2 | 18 | 5D | 48 |
| Octal | 372 | 253 | 166 | 0 | 40 | 65 | 2 | 30 | 135 | 110 |
| Binary | 11111010 | 10101011 | 1110110 | 0 | 100000 | 110101 | 10 | 11000 | 1011101 | 1001000 |
Color Harmonies of #FAAB76
Complementary color
Monochromatic Colors of #FAAB76
Black with #FAAB76
Text Example
Text Example
White with #FAAB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB76; }
p { color: rgb(250,171,118); }
H1.HeaderClassName
{
color: #FAAB76;
}
.AnyTagClassName
{
color: #FAAB76;
}
</style>
background-color css
<style>
a { background-color: #FAAB76; }
a { background-color: rgb(250,171,118); }
div.DivClassName
{
background-color: #FAAB76;
}
.BgClassName
{
background-color: #FAAB76;
}
</style>
border-color css
<style>
span { border-color: #FAAB76; }
span { border-color: rgb(250,171,118); }
td.TdClassName
{
border-color: #FAAB76;
}
.TagClassName
{
border-color: #FAAB76;
}
</style>