Shades of Mustard #FCE256
Tints of Mustard #FCE256
RGB
CMYK
RGB Variations
Color information
#FCE256 (or 0xFCE256) is known color: Mustard. HEX triplet: FC, E2 and 56. RGB value is (252,226,86). Sum of RGB (Red+Green+Blue) = 252+226+86=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 86 (33.98% from 255 or 15.25% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE256 is #031DA9. Grayscale: #DADADA. Windows color (decimal): -204202 or 5694204. OLE color: 5694204.
HSL color Cylindrical-coordinate representation of color #FCE256: hue angle of 50.6º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCE256 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 86 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.01 |
| HSL | 50.6º | 0.97% | 0.66% | - |
| HSV(B) | 50.6º | 0.66% | 0.99% | - |
| XYZ | 69.02 | 75.76 | 19.79 | - |
| YUV | 217.81 | 53.61 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 86 | 0 | 0.10 | 0.66 | 0.01 | 50.6 | 0.97 | 0.66 |
| Hex | FC | E2 | 56 | 0 | A | 42 | 1 | 33 | 61 | 42 |
| Octal | 374 | 342 | 126 | 0 | 12 | 102 | 1 | 63 | 141 | 102 |
| Binary | 11111100 | 11100010 | 1010110 | 0 | 1010 | 1000010 | 1 | 110011 | 1100001 | 1000010 |
Color Harmonies of #FCE256
Complementary color
Monochromatic Colors of #FCE256
Black with #FCE256
Text Example
Text Example
White with #FCE256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE256; }
p { color: rgb(252,226,86); }
H1.HeaderClassName
{
color: #FCE256;
}
.AnyTagClassName
{
color: #FCE256;
}
</style>
background-color css
<style>
a { background-color: #FCE256; }
a { background-color: rgb(252,226,86); }
div.DivClassName
{
background-color: #FCE256;
}
.BgClassName
{
background-color: #FCE256;
}
</style>
border-color css
<style>
span { border-color: #FCE256; }
span { border-color: rgb(252,226,86); }
td.TdClassName
{
border-color: #FCE256;
}
.TagClassName
{
border-color: #FCE256;
}
</style>