Shades of Tacao #FCB072
Tints of Tacao #FCB072
RGB
CMYK
RGB Variations
Color information
#FCB072 (or 0xFCB072) is known color: Tacao. HEX triplet: FC, B0 and 72. RGB value is (252,176,114). Sum of RGB (Red+Green+Blue) = 252+176+114=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB072 is #034F8D. Grayscale: #BFBFBF. Windows color (decimal): -216974 or 7516412. OLE color: 7516412.
HSL color Cylindrical-coordinate representation of color #FCB072: hue angle of 26.96º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FCB072 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 114 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.01 |
| HSL | 26.96º | 0.96% | 0.72% | - |
| HSV(B) | 26.96º | 0.55% | 0.99% | - |
| XYZ | 58.71 | 52.96 | 23.05 | - |
| YUV | 191.66 | 84.18 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 114 | 0 | 0.30 | 0.55 | 0.01 | 26.96 | 0.96 | 0.72 |
| Hex | FC | B0 | 72 | 0 | 1E | 37 | 1 | 1B | 60 | 48 |
| Octal | 374 | 260 | 162 | 0 | 36 | 67 | 1 | 33 | 140 | 110 |
| Binary | 11111100 | 10110000 | 1110010 | 0 | 11110 | 110111 | 1 | 11011 | 1100000 | 1001000 |
Color Harmonies of #FCB072
Complementary color
Monochromatic Colors of #FCB072
Black with #FCB072
Text Example
Text Example
White with #FCB072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB072; }
p { color: rgb(252,176,114); }
H1.HeaderClassName
{
color: #FCB072;
}
.AnyTagClassName
{
color: #FCB072;
}
</style>
background-color css
<style>
a { background-color: #FCB072; }
a { background-color: rgb(252,176,114); }
div.DivClassName
{
background-color: #FCB072;
}
.BgClassName
{
background-color: #FCB072;
}
</style>
border-color css
<style>
span { border-color: #FCB072; }
span { border-color: rgb(252,176,114); }
td.TdClassName
{
border-color: #FCB072;
}
.TagClassName
{
border-color: #FCB072;
}
</style>