Shades of Tacao #FCAC74
Tints of Tacao #FCAC74
RGB
CMYK
RGB Variations
Color information
#FCAC74 (or 0xFCAC74) is known color: Tacao. HEX triplet: FC, AC and 74. RGB value is (252,172,116). Sum of RGB (Red+Green+Blue) = 252+172+116=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC74 is #03538B. Grayscale: #BDBDBD. Windows color (decimal): -217996 or 7646460. OLE color: 7646460.
HSL color Cylindrical-coordinate representation of color #FCAC74: hue angle of 24.71º 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 #FCAC74 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 116 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.01 |
| HSL | 24.71º | 0.96% | 0.72% | - |
| HSV(B) | 24.71º | 0.54% | 0.99% | - |
| XYZ | 58.05 | 51.46 | 23.4 | - |
| YUV | 189.54 | 86.5 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 116 | 0 | 0.32 | 0.54 | 0.01 | 24.71 | 0.96 | 0.72 |
| Hex | FC | AC | 74 | 0 | 20 | 36 | 1 | 19 | 60 | 48 |
| Octal | 374 | 254 | 164 | 0 | 40 | 66 | 1 | 31 | 140 | 110 |
| Binary | 11111100 | 10101100 | 1110100 | 0 | 100000 | 110110 | 1 | 11001 | 1100000 | 1001000 |
Color Harmonies of #FCAC74
Complementary color
Monochromatic Colors of #FCAC74
Black with #FCAC74
Text Example
Text Example
White with #FCAC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC74; }
p { color: rgb(252,172,116); }
H1.HeaderClassName
{
color: #FCAC74;
}
.AnyTagClassName
{
color: #FCAC74;
}
</style>
background-color css
<style>
a { background-color: #FCAC74; }
a { background-color: rgb(252,172,116); }
div.DivClassName
{
background-color: #FCAC74;
}
.BgClassName
{
background-color: #FCAC74;
}
</style>
border-color css
<style>
span { border-color: #FCAC74; }
span { border-color: rgb(252,172,116); }
td.TdClassName
{
border-color: #FCAC74;
}
.TagClassName
{
border-color: #FCAC74;
}
</style>