Shades of Mustard #FEE153
Tints of Mustard #FEE153
RGB
CMYK
RGB Variations
Color information
#FEE153 (or 0xFEE153) is known color: Mustard. HEX triplet: FE, E1 and 53. RGB value is (254,225,83). Sum of RGB (Red+Green+Blue) = 254+225+83=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 83 (32.81% from 255 or 14.77% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE153 is #011EAC. Grayscale: #DADADA. Windows color (decimal): -73389 or 5497342. OLE color: 5497342.
HSL color Cylindrical-coordinate representation of color #FEE153: hue angle of 49.82º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEE153 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 83 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.00 |
| HSL | 49.82º | 0.99% | 0.66% | - |
| HSV(B) | 49.82º | 0.67% | 1% | - |
| XYZ | 69.36 | 75.55 | 19.11 | - |
| YUV | 217.48 | 52.11 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 83 | 0 | 0.11 | 0.67 | 0.00 | 49.82 | 0.99 | 0.66 |
| Hex | FE | E1 | 53 | 0 | B | 43 | 0 | 32 | 63 | 42 |
| Octal | 376 | 341 | 123 | 0 | 13 | 103 | 0 | 62 | 143 | 102 |
| Binary | 11111110 | 11100001 | 1010011 | 0 | 1011 | 1000011 | 0 | 110010 | 1100011 | 1000010 |
Color Harmonies of #FEE153
Complementary color
Monochromatic Colors of #FEE153
Black with #FEE153
Text Example
Text Example
White with #FEE153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE153; }
p { color: rgb(254,225,83); }
H1.HeaderClassName
{
color: #FEE153;
}
.AnyTagClassName
{
color: #FEE153;
}
</style>
background-color css
<style>
a { background-color: #FEE153; }
a { background-color: rgb(254,225,83); }
div.DivClassName
{
background-color: #FEE153;
}
.BgClassName
{
background-color: #FEE153;
}
</style>
border-color css
<style>
span { border-color: #FEE153; }
span { border-color: rgb(254,225,83); }
td.TdClassName
{
border-color: #FEE153;
}
.TagClassName
{
border-color: #FEE153;
}
</style>