Shades of Tacao #FCAC76
Tints of Tacao #FCAC76
RGB
CMYK
RGB Variations
Color information
#FCAC76 (or 0xFCAC76) is known color: Tacao. HEX triplet: FC, AC and 76. RGB value is (252,172,118). Sum of RGB (Red+Green+Blue) = 252+172+118=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC76 is #035389. Grayscale: #BEBEBE. Windows color (decimal): -217994 or 7777532. OLE color: 7777532.
HSL color Cylindrical-coordinate representation of color #FCAC76: hue angle of 24.18º 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 #FCAC76 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 118 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.01 |
| HSL | 24.18º | 0.96% | 0.73% | - |
| HSV(B) | 24.18º | 0.53% | 0.99% | - |
| XYZ | 58.17 | 51.51 | 24.02 | - |
| YUV | 189.76 | 87.5 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 118 | 0 | 0.32 | 0.53 | 0.01 | 24.18 | 0.96 | 0.73 |
| Hex | FC | AC | 76 | 0 | 20 | 35 | 1 | 18 | 60 | 49 |
| Octal | 374 | 254 | 166 | 0 | 40 | 65 | 1 | 30 | 140 | 111 |
| Binary | 11111100 | 10101100 | 1110110 | 0 | 100000 | 110101 | 1 | 11000 | 1100000 | 1001001 |
Color Harmonies of #FCAC76
Complementary color
Monochromatic Colors of #FCAC76
Black with #FCAC76
Text Example
Text Example
White with #FCAC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC76; }
p { color: rgb(252,172,118); }
H1.HeaderClassName
{
color: #FCAC76;
}
.AnyTagClassName
{
color: #FCAC76;
}
</style>
background-color css
<style>
a { background-color: #FCAC76; }
a { background-color: rgb(252,172,118); }
div.DivClassName
{
background-color: #FCAC76;
}
.BgClassName
{
background-color: #FCAC76;
}
</style>
border-color css
<style>
span { border-color: #FCAC76; }
span { border-color: rgb(252,172,118); }
td.TdClassName
{
border-color: #FCAC76;
}
.TagClassName
{
border-color: #FCAC76;
}
</style>