Shades of Tacao #FCB07C
Tints of Tacao #FCB07C
RGB
CMYK
RGB Variations
Color information
#FCB07C (or 0xFCB07C) is known color: Tacao. HEX triplet: FC, B0 and 7C. RGB value is (252,176,124). Sum of RGB (Red+Green+Blue) = 252+176+124=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB07C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB07C is #034F83. Grayscale: #C1C1C1. Windows color (decimal): -216964 or 8171772. OLE color: 8171772.
HSL color Cylindrical-coordinate representation of color #FCB07C: hue angle of 24.38º 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 #FCB07C is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 124 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.01 |
| HSL | 24.38º | 0.96% | 0.74% | - |
| HSV(B) | 24.38º | 0.51% | 0.99% | - |
| XYZ | 59.31 | 53.2 | 26.21 | - |
| YUV | 192.8 | 89.18 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 124 | 0 | 0.30 | 0.51 | 0.01 | 24.38 | 0.96 | 0.74 |
| Hex | FC | B0 | 7C | 0 | 1E | 33 | 1 | 18 | 60 | 4A |
| Octal | 374 | 260 | 174 | 0 | 36 | 63 | 1 | 30 | 140 | 112 |
| Binary | 11111100 | 10110000 | 1111100 | 0 | 11110 | 110011 | 1 | 11000 | 1100000 | 1001010 |
Color Harmonies of #FCB07C
Complementary color
Monochromatic Colors of #FCB07C
Black with #FCB07C
Text Example
Text Example
White with #FCB07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB07C; }
p { color: rgb(252,176,124); }
H1.HeaderClassName
{
color: #FCB07C;
}
.AnyTagClassName
{
color: #FCB07C;
}
</style>
background-color css
<style>
a { background-color: #FCB07C; }
a { background-color: rgb(252,176,124); }
div.DivClassName
{
background-color: #FCB07C;
}
.BgClassName
{
background-color: #FCB07C;
}
</style>
border-color css
<style>
span { border-color: #FCB07C; }
span { border-color: rgb(252,176,124); }
td.TdClassName
{
border-color: #FCB07C;
}
.TagClassName
{
border-color: #FCB07C;
}
</style>