Shades of Tacao #FAAB77
Tints of Tacao #FAAB77
RGB
CMYK
RGB Variations
Color information
#FAAB77 (or 0xFAAB77) is known color: Tacao. HEX triplet: FA, AB and 77. RGB value is (250,171,119). Sum of RGB (Red+Green+Blue) = 250+171+119=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 119 (46.88% from 255 or 22.04% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB77 is #055488. Grayscale: #BCBCBC. Windows color (decimal): -349321 or 7842810. OLE color: 7842810.
HSL color Cylindrical-coordinate representation of color #FAAB77: hue angle of 23.82º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAAB77 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 119 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.02 |
| HSL | 23.82º | 0.93% | 0.72% | - |
| HSV(B) | 23.82º | 0.52% | 0.98% | - |
| XYZ | 57.32 | 50.78 | 24.23 | - |
| YUV | 188.69 | 88.67 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 119 | 0 | 0.32 | 0.52 | 0.02 | 23.82 | 0.93 | 0.72 |
| Hex | FA | AB | 77 | 0 | 20 | 34 | 2 | 18 | 5D | 48 |
| Octal | 372 | 253 | 167 | 0 | 40 | 64 | 2 | 30 | 135 | 110 |
| Binary | 11111010 | 10101011 | 1110111 | 0 | 100000 | 110100 | 10 | 11000 | 1011101 | 1001000 |
Color Harmonies of #FAAB77
Complementary color
Monochromatic Colors of #FAAB77
Black with #FAAB77
Text Example
Text Example
White with #FAAB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB77; }
p { color: rgb(250,171,119); }
H1.HeaderClassName
{
color: #FAAB77;
}
.AnyTagClassName
{
color: #FAAB77;
}
</style>
background-color css
<style>
a { background-color: #FAAB77; }
a { background-color: rgb(250,171,119); }
div.DivClassName
{
background-color: #FAAB77;
}
.BgClassName
{
background-color: #FAAB77;
}
</style>
border-color css
<style>
span { border-color: #FAAB77; }
span { border-color: rgb(250,171,119); }
td.TdClassName
{
border-color: #FAAB77;
}
.TagClassName
{
border-color: #FAAB77;
}
</style>