Shades of Tacao #FCB079
Tints of Tacao #FCB079
RGB
CMYK
RGB Variations
Color information
#FCB079 (or 0xFCB079) is known color: Tacao. HEX triplet: FC, B0 and 79. RGB value is (252,176,121). Sum of RGB (Red+Green+Blue) = 252+176+121=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 121 (47.66% from 255 or 22.04% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB079 is #034F86. Grayscale: #C0C0C0. Windows color (decimal): -216967 or 7975164. OLE color: 7975164.
HSL color Cylindrical-coordinate representation of color #FCB079: hue angle of 25.19º 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 #FCB079 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 121 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.01 |
| HSL | 25.19º | 0.96% | 0.73% | - |
| HSV(B) | 25.19º | 0.52% | 0.99% | - |
| XYZ | 59.12 | 53.13 | 25.23 | - |
| YUV | 192.45 | 87.68 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 121 | 0 | 0.30 | 0.52 | 0.01 | 25.19 | 0.96 | 0.73 |
| Hex | FC | B0 | 79 | 0 | 1E | 34 | 1 | 19 | 60 | 49 |
| Octal | 374 | 260 | 171 | 0 | 36 | 64 | 1 | 31 | 140 | 111 |
| Binary | 11111100 | 10110000 | 1111001 | 0 | 11110 | 110100 | 1 | 11001 | 1100000 | 1001001 |
Color Harmonies of #FCB079
Complementary color
Monochromatic Colors of #FCB079
Black with #FCB079
Text Example
Text Example
White with #FCB079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB079; }
p { color: rgb(252,176,121); }
H1.HeaderClassName
{
color: #FCB079;
}
.AnyTagClassName
{
color: #FCB079;
}
</style>
background-color css
<style>
a { background-color: #FCB079; }
a { background-color: rgb(252,176,121); }
div.DivClassName
{
background-color: #FCB079;
}
.BgClassName
{
background-color: #FCB079;
}
</style>
border-color css
<style>
span { border-color: #FCB079; }
span { border-color: rgb(252,176,121); }
td.TdClassName
{
border-color: #FCB079;
}
.TagClassName
{
border-color: #FCB079;
}
</style>