Shades of Tacao #FBAB77
Tints of Tacao #FBAB77
RGB
CMYK
RGB Variations
Color information
#FBAB77 (or 0xFBAB77) is known color: Tacao. HEX triplet: FB, AB and 77. RGB value is (251,171,119). Sum of RGB (Red+Green+Blue) = 251+171+119=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 119 (46.88% from 255 or 22.00% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB77 is #045488. Grayscale: #BDBDBD. Windows color (decimal): -283785 or 7842811. OLE color: 7842811.
HSL color Cylindrical-coordinate representation of color #FBAB77: hue angle of 23.64º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FBAB77 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 119 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.02 |
| HSL | 23.64º | 0.94% | 0.73% | - |
| HSV(B) | 23.64º | 0.53% | 0.98% | - |
| XYZ | 57.68 | 50.97 | 24.25 | - |
| YUV | 188.99 | 88.5 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 119 | 0 | 0.32 | 0.53 | 0.02 | 23.64 | 0.94 | 0.73 |
| Hex | FB | AB | 77 | 0 | 20 | 35 | 2 | 18 | 5E | 49 |
| Octal | 373 | 253 | 167 | 0 | 40 | 65 | 2 | 30 | 136 | 111 |
| Binary | 11111011 | 10101011 | 1110111 | 0 | 100000 | 110101 | 10 | 11000 | 1011110 | 1001001 |
Color Harmonies of #FBAB77
Complementary color
Monochromatic Colors of #FBAB77
Black with #FBAB77
Text Example
Text Example
White with #FBAB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB77; }
p { color: rgb(251,171,119); }
H1.HeaderClassName
{
color: #FBAB77;
}
.AnyTagClassName
{
color: #FBAB77;
}
</style>
background-color css
<style>
a { background-color: #FBAB77; }
a { background-color: rgb(251,171,119); }
div.DivClassName
{
background-color: #FBAB77;
}
.BgClassName
{
background-color: #FBAB77;
}
</style>
border-color css
<style>
span { border-color: #FBAB77; }
span { border-color: rgb(251,171,119); }
td.TdClassName
{
border-color: #FBAB77;
}
.TagClassName
{
border-color: #FBAB77;
}
</style>