Shades of Mustard #FCE356
Tints of Mustard #FCE356
RGB
CMYK
RGB Variations
Color information
#FCE356 (or 0xFCE356) is known color: Mustard. HEX triplet: FC, E3 and 56. RGB value is (252,227,86). Sum of RGB (Red+Green+Blue) = 252+227+86=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 86 (33.98% from 255 or 15.22% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE356 is #031CA9. Grayscale: #DADADA. Windows color (decimal): -203946 or 5694460. OLE color: 5694460.
HSL color Cylindrical-coordinate representation of color #FCE356: hue angle of 50.96º 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 #FCE356 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 86 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.01 |
| HSL | 50.96º | 0.97% | 0.66% | - |
| HSV(B) | 50.96º | 0.66% | 0.99% | - |
| XYZ | 69.29 | 76.31 | 19.88 | - |
| YUV | 218.4 | 53.28 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 86 | 0 | 0.10 | 0.66 | 0.01 | 50.96 | 0.97 | 0.66 |
| Hex | FC | E3 | 56 | 0 | A | 42 | 1 | 33 | 61 | 42 |
| Octal | 374 | 343 | 126 | 0 | 12 | 102 | 1 | 63 | 141 | 102 |
| Binary | 11111100 | 11100011 | 1010110 | 0 | 1010 | 1000010 | 1 | 110011 | 1100001 | 1000010 |
Color Harmonies of #FCE356
Complementary color
Monochromatic Colors of #FCE356
Black with #FCE356
Text Example
Text Example
White with #FCE356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE356; }
p { color: rgb(252,227,86); }
H1.HeaderClassName
{
color: #FCE356;
}
.AnyTagClassName
{
color: #FCE356;
}
</style>
background-color css
<style>
a { background-color: #FCE356; }
a { background-color: rgb(252,227,86); }
div.DivClassName
{
background-color: #FCE356;
}
.BgClassName
{
background-color: #FCE356;
}
</style>
border-color css
<style>
span { border-color: #FCE356; }
span { border-color: rgb(252,227,86); }
td.TdClassName
{
border-color: #FCE356;
}
.TagClassName
{
border-color: #FCE356;
}
</style>