Shades of Mustard #FCE253
Tints of Mustard #FCE253
RGB
CMYK
RGB Variations
Color information
#FCE253 (or 0xFCE253) is known color: Mustard. HEX triplet: FC, E2 and 53. RGB value is (252,226,83). Sum of RGB (Red+Green+Blue) = 252+226+83=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 83 (32.81% from 255 or 14.80% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE253 is #031DAC. Grayscale: #DADADA. Windows color (decimal): -204205 or 5497596. OLE color: 5497596.
HSL color Cylindrical-coordinate representation of color #FCE253: hue angle of 50.77º 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 #FCE253 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 83 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.01 |
| HSL | 50.77º | 0.97% | 0.66% | - |
| HSV(B) | 50.77º | 0.67% | 0.99% | - |
| XYZ | 68.9 | 75.71 | 19.17 | - |
| YUV | 217.47 | 52.11 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 83 | 0 | 0.10 | 0.67 | 0.01 | 50.77 | 0.97 | 0.66 |
| Hex | FC | E2 | 53 | 0 | A | 43 | 1 | 33 | 61 | 42 |
| Octal | 374 | 342 | 123 | 0 | 12 | 103 | 1 | 63 | 141 | 102 |
| Binary | 11111100 | 11100010 | 1010011 | 0 | 1010 | 1000011 | 1 | 110011 | 1100001 | 1000010 |
Color Harmonies of #FCE253
Complementary color
Monochromatic Colors of #FCE253
Black with #FCE253
Text Example
Text Example
White with #FCE253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE253; }
p { color: rgb(252,226,83); }
H1.HeaderClassName
{
color: #FCE253;
}
.AnyTagClassName
{
color: #FCE253;
}
</style>
background-color css
<style>
a { background-color: #FCE253; }
a { background-color: rgb(252,226,83); }
div.DivClassName
{
background-color: #FCE253;
}
.BgClassName
{
background-color: #FCE253;
}
</style>
border-color css
<style>
span { border-color: #FCE253; }
span { border-color: rgb(252,226,83); }
td.TdClassName
{
border-color: #FCE253;
}
.TagClassName
{
border-color: #FCE253;
}
</style>