Shades of Mustard #FCE155
Tints of Mustard #FCE155
RGB
CMYK
RGB Variations
Color information
#FCE155 (or 0xFCE155) is known color: Mustard. HEX triplet: FC, E1 and 55. RGB value is (252,225,85). Sum of RGB (Red+Green+Blue) = 252+225+85=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 85 (33.59% from 255 or 15.12% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE155 is #031EAA. Grayscale: #D9D9D9. Windows color (decimal): -204459 or 5628412. OLE color: 5628412.
HSL color Cylindrical-coordinate representation of color #FCE155: hue angle of 50.3º 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 #FCE155 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 85 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.01 |
| HSL | 50.3º | 0.97% | 0.66% | - |
| HSV(B) | 50.3º | 0.66% | 0.99% | - |
| XYZ | 68.71 | 75.2 | 19.49 | - |
| YUV | 217.11 | 53.45 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 85 | 0 | 0.11 | 0.66 | 0.01 | 50.3 | 0.97 | 0.66 |
| Hex | FC | E1 | 55 | 0 | B | 42 | 1 | 32 | 61 | 42 |
| Octal | 374 | 341 | 125 | 0 | 13 | 102 | 1 | 62 | 141 | 102 |
| Binary | 11111100 | 11100001 | 1010101 | 0 | 1011 | 1000010 | 1 | 110010 | 1100001 | 1000010 |
Color Harmonies of #FCE155
Complementary color
Monochromatic Colors of #FCE155
Black with #FCE155
Text Example
Text Example
White with #FCE155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE155; }
p { color: rgb(252,225,85); }
H1.HeaderClassName
{
color: #FCE155;
}
.AnyTagClassName
{
color: #FCE155;
}
</style>
background-color css
<style>
a { background-color: #FCE155; }
a { background-color: rgb(252,225,85); }
div.DivClassName
{
background-color: #FCE155;
}
.BgClassName
{
background-color: #FCE155;
}
</style>
border-color css
<style>
span { border-color: #FCE155; }
span { border-color: rgb(252,225,85); }
td.TdClassName
{
border-color: #FCE155;
}
.TagClassName
{
border-color: #FCE155;
}
</style>