Shades of Tacao #FCA979
Tints of Tacao #FCA979
RGB
CMYK
RGB Variations
Color information
#FCA979 (or 0xFCA979) is known color: Tacao. HEX triplet: FC, A9 and 79. RGB value is (252,169,121). Sum of RGB (Red+Green+Blue) = 252+169+121=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 121 (47.66% from 255 or 22.32% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA979 is #035686. Grayscale: #BCBCBC. Windows color (decimal): -218759 or 7973372. OLE color: 7973372.
HSL color Cylindrical-coordinate representation of color #FCA979: hue angle of 21.98º 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 #FCA979 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 169 | 121 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.01 |
| HSL | 21.98º | 0.96% | 0.73% | - |
| HSV(B) | 21.98º | 0.52% | 0.99% | - |
| XYZ | 57.78 | 50.45 | 24.78 | - |
| YUV | 188.35 | 90 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 169 | 121 | 0 | 0.33 | 0.52 | 0.01 | 21.98 | 0.96 | 0.73 |
| Hex | FC | A9 | 79 | 0 | 21 | 34 | 1 | 16 | 60 | 49 |
| Octal | 374 | 251 | 171 | 0 | 41 | 64 | 1 | 26 | 140 | 111 |
| Binary | 11111100 | 10101001 | 1111001 | 0 | 100001 | 110100 | 1 | 10110 | 1100000 | 1001001 |
Color Harmonies of #FCA979
Complementary color
Monochromatic Colors of #FCA979
Black with #FCA979
Text Example
Text Example
White with #FCA979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA979; }
p { color: rgb(252,169,121); }
H1.HeaderClassName
{
color: #FCA979;
}
.AnyTagClassName
{
color: #FCA979;
}
</style>
background-color css
<style>
a { background-color: #FCA979; }
a { background-color: rgb(252,169,121); }
div.DivClassName
{
background-color: #FCA979;
}
.BgClassName
{
background-color: #FCA979;
}
</style>
border-color css
<style>
span { border-color: #FCA979; }
span { border-color: rgb(252,169,121); }
td.TdClassName
{
border-color: #FCA979;
}
.TagClassName
{
border-color: #FCA979;
}
</style>