Shades of Tacao #FCAB76
Tints of Tacao #FCAB76
RGB
CMYK
RGB Variations
Color information
#FCAB76 (or 0xFCAB76) is known color: Tacao. HEX triplet: FC, AB and 76. RGB value is (252,171,118). Sum of RGB (Red+Green+Blue) = 252+171+118=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB76 is #035489. Grayscale: #BDBDBD. Windows color (decimal): -218250 or 7777276. OLE color: 7777276.
HSL color Cylindrical-coordinate representation of color #FCAB76: hue angle of 23.73º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCAB76 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 118 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.01 |
| HSL | 23.73º | 0.96% | 0.73% | - |
| HSV(B) | 23.73º | 0.53% | 0.99% | - |
| XYZ | 57.98 | 51.13 | 23.95 | - |
| YUV | 189.18 | 87.84 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 118 | 0 | 0.32 | 0.53 | 0.01 | 23.73 | 0.96 | 0.73 |
| Hex | FC | AB | 76 | 0 | 20 | 35 | 1 | 18 | 60 | 49 |
| Octal | 374 | 253 | 166 | 0 | 40 | 65 | 1 | 30 | 140 | 111 |
| Binary | 11111100 | 10101011 | 1110110 | 0 | 100000 | 110101 | 1 | 11000 | 1100000 | 1001001 |
Color Harmonies of #FCAB76
Complementary color
Monochromatic Colors of #FCAB76
Black with #FCAB76
Text Example
Text Example
White with #FCAB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB76; }
p { color: rgb(252,171,118); }
H1.HeaderClassName
{
color: #FCAB76;
}
.AnyTagClassName
{
color: #FCAB76;
}
</style>
background-color css
<style>
a { background-color: #FCAB76; }
a { background-color: rgb(252,171,118); }
div.DivClassName
{
background-color: #FCAB76;
}
.BgClassName
{
background-color: #FCAB76;
}
</style>
border-color css
<style>
span { border-color: #FCAB76; }
span { border-color: rgb(252,171,118); }
td.TdClassName
{
border-color: #FCAB76;
}
.TagClassName
{
border-color: #FCAB76;
}
</style>