Shades of Tacao #FCAC7A
Tints of Tacao #FCAC7A
RGB
CMYK
RGB Variations
Color information
#FCAC7A (or 0xFCAC7A) is known color: Tacao. HEX triplet: FC, AC and 7A. RGB value is (252,172,122). Sum of RGB (Red+Green+Blue) = 252+172+122=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 122 (48.05% from 255 or 22.34% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC7A is #035385. Grayscale: #BEBEBE. Windows color (decimal): -217990 or 8039676. OLE color: 8039676.
HSL color Cylindrical-coordinate representation of color #FCAC7A: hue angle of 23.08º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCAC7A is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 122 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.01 |
| HSL | 23.08º | 0.96% | 0.73% | - |
| HSV(B) | 23.08º | 0.52% | 0.99% | - |
| XYZ | 58.41 | 51.61 | 25.29 | - |
| YUV | 190.22 | 89.5 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 122 | 0 | 0.32 | 0.52 | 0.01 | 23.08 | 0.96 | 0.73 |
| Hex | FC | AC | 7A | 0 | 20 | 34 | 1 | 17 | 60 | 49 |
| Octal | 374 | 254 | 172 | 0 | 40 | 64 | 1 | 27 | 140 | 111 |
| Binary | 11111100 | 10101100 | 1111010 | 0 | 100000 | 110100 | 1 | 10111 | 1100000 | 1001001 |
Color Harmonies of #FCAC7A
Complementary color
Monochromatic Colors of #FCAC7A
Black with #FCAC7A
Text Example
Text Example
White with #FCAC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC7A; }
p { color: rgb(252,172,122); }
H1.HeaderClassName
{
color: #FCAC7A;
}
.AnyTagClassName
{
color: #FCAC7A;
}
</style>
background-color css
<style>
a { background-color: #FCAC7A; }
a { background-color: rgb(252,172,122); }
div.DivClassName
{
background-color: #FCAC7A;
}
.BgClassName
{
background-color: #FCAC7A;
}
</style>
border-color css
<style>
span { border-color: #FCAC7A; }
span { border-color: rgb(252,172,122); }
td.TdClassName
{
border-color: #FCAC7A;
}
.TagClassName
{
border-color: #FCAC7A;
}
</style>