Shades of Mustard #FEE251
Tints of Mustard #FEE251
RGB
CMYK
RGB Variations
Color information
#FEE251 (or 0xFEE251) is known color: Mustard. HEX triplet: FE, E2 and 51. RGB value is (254,226,81). Sum of RGB (Red+Green+Blue) = 254+226+81=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 81 (32.03% from 255 or 14.44% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE251 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE251 is #011DAE. Grayscale: #DADADA. Windows color (decimal): -73135 or 5366526. OLE color: 5366526.
HSL color Cylindrical-coordinate representation of color #FEE251: hue angle of 50.29º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEE251 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 81 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.00 |
| HSL | 50.29º | 0.99% | 0.66% | - |
| HSV(B) | 50.29º | 0.68% | 1% | - |
| XYZ | 69.55 | 76.06 | 18.8 | - |
| YUV | 217.84 | 50.78 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 81 | 0 | 0.11 | 0.68 | 0.00 | 50.29 | 0.99 | 0.66 |
| Hex | FE | E2 | 51 | 0 | B | 44 | 0 | 32 | 63 | 42 |
| Octal | 376 | 342 | 121 | 0 | 13 | 104 | 0 | 62 | 143 | 102 |
| Binary | 11111110 | 11100010 | 1010001 | 0 | 1011 | 1000100 | 0 | 110010 | 1100011 | 1000010 |
Color Harmonies of #FEE251
Complementary color
Monochromatic Colors of #FEE251
Black with #FEE251
Text Example
Text Example
White with #FEE251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE251; }
p { color: rgb(254,226,81); }
H1.HeaderClassName
{
color: #FEE251;
}
.AnyTagClassName
{
color: #FEE251;
}
</style>
background-color css
<style>
a { background-color: #FEE251; }
a { background-color: rgb(254,226,81); }
div.DivClassName
{
background-color: #FEE251;
}
.BgClassName
{
background-color: #FEE251;
}
</style>
border-color css
<style>
span { border-color: #FEE251; }
span { border-color: rgb(254,226,81); }
td.TdClassName
{
border-color: #FEE251;
}
.TagClassName
{
border-color: #FEE251;
}
</style>