Shades of Tacao #FBAB73
Tints of Tacao #FBAB73
RGB
CMYK
RGB Variations
Color information
#FBAB73 (or 0xFBAB73) is known color: Tacao. HEX triplet: FB, AB and 73. RGB value is (251,171,115). Sum of RGB (Red+Green+Blue) = 251+171+115=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB73 is #04548C. Grayscale: #BCBCBC. Windows color (decimal): -283789 or 7580667. OLE color: 7580667.
HSL color Cylindrical-coordinate representation of color #FBAB73: hue angle of 24.71º degrees, saturation: 0.94, 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 #FBAB73 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 115 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.02 |
| HSL | 24.71º | 0.94% | 0.72% | - |
| HSV(B) | 24.71º | 0.54% | 0.98% | - |
| XYZ | 57.44 | 50.87 | 23.01 | - |
| YUV | 188.54 | 86.5 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 115 | 0 | 0.32 | 0.54 | 0.02 | 24.71 | 0.94 | 0.72 |
| Hex | FB | AB | 73 | 0 | 20 | 36 | 2 | 19 | 5E | 48 |
| Octal | 373 | 253 | 163 | 0 | 40 | 66 | 2 | 31 | 136 | 110 |
| Binary | 11111011 | 10101011 | 1110011 | 0 | 100000 | 110110 | 10 | 11001 | 1011110 | 1001000 |
Color Harmonies of #FBAB73
Complementary color
Monochromatic Colors of #FBAB73
Black with #FBAB73
Text Example
Text Example
White with #FBAB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB73; }
p { color: rgb(251,171,115); }
H1.HeaderClassName
{
color: #FBAB73;
}
.AnyTagClassName
{
color: #FBAB73;
}
</style>
background-color css
<style>
a { background-color: #FBAB73; }
a { background-color: rgb(251,171,115); }
div.DivClassName
{
background-color: #FBAB73;
}
.BgClassName
{
background-color: #FBAB73;
}
</style>
border-color css
<style>
span { border-color: #FBAB73; }
span { border-color: rgb(251,171,115); }
td.TdClassName
{
border-color: #FBAB73;
}
.TagClassName
{
border-color: #FBAB73;
}
</style>