Shades of Mustard #FCE056
Tints of Mustard #FCE056
RGB
CMYK
RGB Variations
Color information
#FCE056 (or 0xFCE056) is known color: Mustard. HEX triplet: FC, E0 and 56. RGB value is (252,224,86). Sum of RGB (Red+Green+Blue) = 252+224+86=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 86 (33.98% from 255 or 15.30% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE056 is #031FA9. Grayscale: #D9D9D9. Windows color (decimal): -204714 or 5693692. OLE color: 5693692.
HSL color Cylindrical-coordinate representation of color #FCE056: hue angle of 49.88º 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 #FCE056 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 86 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.01 |
| HSL | 49.88º | 0.97% | 0.66% | - |
| HSV(B) | 49.88º | 0.66% | 0.99% | - |
| XYZ | 68.48 | 74.68 | 19.61 | - |
| YUV | 216.64 | 54.28 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 86 | 0 | 0.11 | 0.66 | 0.01 | 49.88 | 0.97 | 0.66 |
| Hex | FC | E0 | 56 | 0 | B | 42 | 1 | 32 | 61 | 42 |
| Octal | 374 | 340 | 126 | 0 | 13 | 102 | 1 | 62 | 141 | 102 |
| Binary | 11111100 | 11100000 | 1010110 | 0 | 1011 | 1000010 | 1 | 110010 | 1100001 | 1000010 |
Color Harmonies of #FCE056
Complementary color
Monochromatic Colors of #FCE056
Black with #FCE056
Text Example
Text Example
White with #FCE056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE056; }
p { color: rgb(252,224,86); }
H1.HeaderClassName
{
color: #FCE056;
}
.AnyTagClassName
{
color: #FCE056;
}
</style>
background-color css
<style>
a { background-color: #FCE056; }
a { background-color: rgb(252,224,86); }
div.DivClassName
{
background-color: #FCE056;
}
.BgClassName
{
background-color: #FCE056;
}
</style>
border-color css
<style>
span { border-color: #FCE056; }
span { border-color: rgb(252,224,86); }
td.TdClassName
{
border-color: #FCE056;
}
.TagClassName
{
border-color: #FCE056;
}
</style>