Shades of Tacao #FCB178
Tints of Tacao #FCB178
RGB
CMYK
RGB Variations
Color information
#FCB178 (or 0xFCB178) is known color: Tacao. HEX triplet: FC, B1 and 78. RGB value is (252,177,120). Sum of RGB (Red+Green+Blue) = 252+177+120=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB178 is #034E87. Grayscale: #C1C1C1. Windows color (decimal): -216712 or 7909884. OLE color: 7909884.
HSL color Cylindrical-coordinate representation of color #FCB178: hue angle of 25.91º 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 #FCB178 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 120 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.01 |
| HSL | 25.91º | 0.96% | 0.73% | - |
| HSV(B) | 25.91º | 0.52% | 0.99% | - |
| XYZ | 59.26 | 53.5 | 24.97 | - |
| YUV | 192.93 | 86.85 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 120 | 0 | 0.30 | 0.52 | 0.01 | 25.91 | 0.96 | 0.73 |
| Hex | FC | B1 | 78 | 0 | 1E | 34 | 1 | 1A | 60 | 49 |
| Octal | 374 | 261 | 170 | 0 | 36 | 64 | 1 | 32 | 140 | 111 |
| Binary | 11111100 | 10110001 | 1111000 | 0 | 11110 | 110100 | 1 | 11010 | 1100000 | 1001001 |
Color Harmonies of #FCB178
Complementary color
Monochromatic Colors of #FCB178
Black with #FCB178
Text Example
Text Example
White with #FCB178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB178; }
p { color: rgb(252,177,120); }
H1.HeaderClassName
{
color: #FCB178;
}
.AnyTagClassName
{
color: #FCB178;
}
</style>
background-color css
<style>
a { background-color: #FCB178; }
a { background-color: rgb(252,177,120); }
div.DivClassName
{
background-color: #FCB178;
}
.BgClassName
{
background-color: #FCB178;
}
</style>
border-color css
<style>
span { border-color: #FCB178; }
span { border-color: rgb(252,177,120); }
td.TdClassName
{
border-color: #FCB178;
}
.TagClassName
{
border-color: #FCB178;
}
</style>