Shades of Tacao #FCB17C
Tints of Tacao #FCB17C
RGB
CMYK
RGB Variations
Color information
#FCB17C (or 0xFCB17C) is known color: Tacao. HEX triplet: FC, B1 and 7C. RGB value is (252,177,124). Sum of RGB (Red+Green+Blue) = 252+177+124=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 124 (48.83% from 255 or 22.42% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB17C is #034E83. Grayscale: #C1C1C1. Windows color (decimal): -216708 or 8172028. OLE color: 8172028.
HSL color Cylindrical-coordinate representation of color #FCB17C: hue angle of 24.84º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCB17C is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 124 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.01 |
| HSL | 24.84º | 0.96% | 0.74% | - |
| HSV(B) | 24.84º | 0.51% | 0.99% | - |
| XYZ | 59.51 | 53.59 | 26.28 | - |
| YUV | 193.38 | 88.85 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 124 | 0 | 0.30 | 0.51 | 0.01 | 24.84 | 0.96 | 0.74 |
| Hex | FC | B1 | 7C | 0 | 1E | 33 | 1 | 19 | 60 | 4A |
| Octal | 374 | 261 | 174 | 0 | 36 | 63 | 1 | 31 | 140 | 112 |
| Binary | 11111100 | 10110001 | 1111100 | 0 | 11110 | 110011 | 1 | 11001 | 1100000 | 1001010 |
Color Harmonies of #FCB17C
Complementary color
Monochromatic Colors of #FCB17C
Black with #FCB17C
Text Example
Text Example
White with #FCB17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB17C; }
p { color: rgb(252,177,124); }
H1.HeaderClassName
{
color: #FCB17C;
}
.AnyTagClassName
{
color: #FCB17C;
}
</style>
background-color css
<style>
a { background-color: #FCB17C; }
a { background-color: rgb(252,177,124); }
div.DivClassName
{
background-color: #FCB17C;
}
.BgClassName
{
background-color: #FCB17C;
}
</style>
border-color css
<style>
span { border-color: #FCB17C; }
span { border-color: rgb(252,177,124); }
td.TdClassName
{
border-color: #FCB17C;
}
.TagClassName
{
border-color: #FCB17C;
}
</style>