Shades of Tacao #FCAA77
Tints of Tacao #FCAA77
RGB
CMYK
RGB Variations
Color information
#FCAA77 (or 0xFCAA77) is known color: Tacao. HEX triplet: FC, AA and 77. RGB value is (252,170,119). Sum of RGB (Red+Green+Blue) = 252+170+119=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 119 (46.88% from 255 or 22.00% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA77 is #035588. Grayscale: #BCBCBC. Windows color (decimal): -218505 or 7842556. OLE color: 7842556.
HSL color Cylindrical-coordinate representation of color #FCAA77: hue angle of 23.01º 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 #FCAA77 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 119 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.01 |
| HSL | 23.01º | 0.96% | 0.73% | - |
| HSV(B) | 23.01º | 0.53% | 0.99% | - |
| XYZ | 57.85 | 50.78 | 24.2 | - |
| YUV | 188.7 | 88.67 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 119 | 0 | 0.33 | 0.53 | 0.01 | 23.01 | 0.96 | 0.73 |
| Hex | FC | AA | 77 | 0 | 21 | 35 | 1 | 17 | 60 | 49 |
| Octal | 374 | 252 | 167 | 0 | 41 | 65 | 1 | 27 | 140 | 111 |
| Binary | 11111100 | 10101010 | 1110111 | 0 | 100001 | 110101 | 1 | 10111 | 1100000 | 1001001 |
Color Harmonies of #FCAA77
Complementary color
Monochromatic Colors of #FCAA77
Black with #FCAA77
Text Example
Text Example
White with #FCAA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA77; }
p { color: rgb(252,170,119); }
H1.HeaderClassName
{
color: #FCAA77;
}
.AnyTagClassName
{
color: #FCAA77;
}
</style>
background-color css
<style>
a { background-color: #FCAA77; }
a { background-color: rgb(252,170,119); }
div.DivClassName
{
background-color: #FCAA77;
}
.BgClassName
{
background-color: #FCAA77;
}
</style>
border-color css
<style>
span { border-color: #FCAA77; }
span { border-color: rgb(252,170,119); }
td.TdClassName
{
border-color: #FCAA77;
}
.TagClassName
{
border-color: #FCAA77;
}
</style>