Shades of Mustard #FCE153
Tints of Mustard #FCE153
RGB
CMYK
RGB Variations
Color information
#FCE153 (or 0xFCE153) is known color: Mustard. HEX triplet: FC, E1 and 53. RGB value is (252,225,83). Sum of RGB (Red+Green+Blue) = 252+225+83=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 83 (32.81% from 255 or 14.82% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE153 is #031EAC. Grayscale: #D9D9D9. Windows color (decimal): -204461 or 5497340. OLE color: 5497340.
HSL color Cylindrical-coordinate representation of color #FCE153: hue angle of 50.41º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCE153 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 83 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.01 |
| HSL | 50.41º | 0.97% | 0.66% | - |
| HSV(B) | 50.41º | 0.67% | 0.99% | - |
| XYZ | 68.63 | 75.17 | 19.08 | - |
| YUV | 216.89 | 52.45 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 83 | 0 | 0.11 | 0.67 | 0.01 | 50.41 | 0.97 | 0.66 |
| Hex | FC | E1 | 53 | 0 | B | 43 | 1 | 32 | 61 | 42 |
| Octal | 374 | 341 | 123 | 0 | 13 | 103 | 1 | 62 | 141 | 102 |
| Binary | 11111100 | 11100001 | 1010011 | 0 | 1011 | 1000011 | 1 | 110010 | 1100001 | 1000010 |
Color Harmonies of #FCE153
Complementary color
Monochromatic Colors of #FCE153
Black with #FCE153
Text Example
Text Example
White with #FCE153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE153; }
p { color: rgb(252,225,83); }
H1.HeaderClassName
{
color: #FCE153;
}
.AnyTagClassName
{
color: #FCE153;
}
</style>
background-color css
<style>
a { background-color: #FCE153; }
a { background-color: rgb(252,225,83); }
div.DivClassName
{
background-color: #FCE153;
}
.BgClassName
{
background-color: #FCE153;
}
</style>
border-color css
<style>
span { border-color: #FCE153; }
span { border-color: rgb(252,225,83); }
td.TdClassName
{
border-color: #FCE153;
}
.TagClassName
{
border-color: #FCE153;
}
</style>