Shades of Tacao #FAAB78
Tints of Tacao #FAAB78
RGB
CMYK
RGB Variations
Color information
#FAAB78 (or 0xFAAB78) is known color: Tacao. HEX triplet: FA, AB and 78. RGB value is (250,171,120). Sum of RGB (Red+Green+Blue) = 250+171+120=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB78 is #055487. Grayscale: #BDBDBD. Windows color (decimal): -349320 or 7908346. OLE color: 7908346.
HSL color Cylindrical-coordinate representation of color #FAAB78: hue angle of 23.54º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAAB78 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 120 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.02 |
| HSL | 23.54º | 0.93% | 0.73% | - |
| HSV(B) | 23.54º | 0.52% | 0.98% | - |
| XYZ | 57.38 | 50.81 | 24.55 | - |
| YUV | 188.81 | 89.17 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 120 | 0 | 0.32 | 0.52 | 0.02 | 23.54 | 0.93 | 0.73 |
| Hex | FA | AB | 78 | 0 | 20 | 34 | 2 | 18 | 5D | 49 |
| Octal | 372 | 253 | 170 | 0 | 40 | 64 | 2 | 30 | 135 | 111 |
| Binary | 11111010 | 10101011 | 1111000 | 0 | 100000 | 110100 | 10 | 11000 | 1011101 | 1001001 |
Color Harmonies of #FAAB78
Complementary color
Monochromatic Colors of #FAAB78
Black with #FAAB78
Text Example
Text Example
White with #FAAB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB78; }
p { color: rgb(250,171,120); }
H1.HeaderClassName
{
color: #FAAB78;
}
.AnyTagClassName
{
color: #FAAB78;
}
</style>
background-color css
<style>
a { background-color: #FAAB78; }
a { background-color: rgb(250,171,120); }
div.DivClassName
{
background-color: #FAAB78;
}
.BgClassName
{
background-color: #FAAB78;
}
</style>
border-color css
<style>
span { border-color: #FAAB78; }
span { border-color: rgb(250,171,120); }
td.TdClassName
{
border-color: #FAAB78;
}
.TagClassName
{
border-color: #FAAB78;
}
</style>