Shades of Tacao #FCAB75
Tints of Tacao #FCAB75
RGB
CMYK
RGB Variations
Color information
#FCAB75 (or 0xFCAB75) is known color: Tacao. HEX triplet: FC, AB and 75. RGB value is (252,171,117). Sum of RGB (Red+Green+Blue) = 252+171+117=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 117 (46.09% from 255 or 21.67% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB75 is #03548A. Grayscale: #BDBDBD. Windows color (decimal): -218251 or 7711740. OLE color: 7711740.
HSL color Cylindrical-coordinate representation of color #FCAB75: hue angle of 24º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCAB75 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 117 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.01 |
| HSL | 24º | 0.96% | 0.72% | - |
| HSV(B) | 24º | 0.54% | 0.99% | - |
| XYZ | 57.92 | 51.11 | 23.64 | - |
| YUV | 189.06 | 87.34 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 117 | 0 | 0.32 | 0.54 | 0.01 | 24 | 0.96 | 0.72 |
| Hex | FC | AB | 75 | 0 | 20 | 36 | 1 | 18 | 60 | 48 |
| Octal | 374 | 253 | 165 | 0 | 40 | 66 | 1 | 30 | 140 | 110 |
| Binary | 11111100 | 10101011 | 1110101 | 0 | 100000 | 110110 | 1 | 11000 | 1100000 | 1001000 |
Color Harmonies of #FCAB75
Complementary color
Monochromatic Colors of #FCAB75
Black with #FCAB75
Text Example
Text Example
White with #FCAB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB75; }
p { color: rgb(252,171,117); }
H1.HeaderClassName
{
color: #FCAB75;
}
.AnyTagClassName
{
color: #FCAB75;
}
</style>
background-color css
<style>
a { background-color: #FCAB75; }
a { background-color: rgb(252,171,117); }
div.DivClassName
{
background-color: #FCAB75;
}
.BgClassName
{
background-color: #FCAB75;
}
</style>
border-color css
<style>
span { border-color: #FCAB75; }
span { border-color: rgb(252,171,117); }
td.TdClassName
{
border-color: #FCAB75;
}
.TagClassName
{
border-color: #FCAB75;
}
</style>