Shades of Mustard #FEE259
Tints of Mustard #FEE259
RGB
CMYK
RGB Variations
Color information
#FEE259 (or 0xFEE259) is known color: Mustard. HEX triplet: FE, E2 and 59. RGB value is (254,226,89). Sum of RGB (Red+Green+Blue) = 254+226+89=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 226 (88.67% from 255 or 39.72% from 569); Blue value is 89 (35.16% from 255 or 15.64% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE259 is #011DA6. Grayscale: #DBDBDB. Windows color (decimal): -73127 or 5890814. OLE color: 5890814.
HSL color Cylindrical-coordinate representation of color #FEE259: hue angle of 49.82º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEE259 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 89 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.00 |
| HSL | 49.82º | 0.99% | 0.67% | - |
| HSV(B) | 49.82º | 0.65% | 1% | - |
| XYZ | 69.87 | 76.18 | 20.47 | - |
| YUV | 218.75 | 54.78 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 89 | 0 | 0.11 | 0.65 | 0.00 | 49.82 | 0.99 | 0.67 |
| Hex | FE | E2 | 59 | 0 | B | 41 | 0 | 32 | 63 | 43 |
| Octal | 376 | 342 | 131 | 0 | 13 | 101 | 0 | 62 | 143 | 103 |
| Binary | 11111110 | 11100010 | 1011001 | 0 | 1011 | 1000001 | 0 | 110010 | 1100011 | 1000011 |
Color Harmonies of #FEE259
Complementary color
Monochromatic Colors of #FEE259
Black with #FEE259
Text Example
Text Example
White with #FEE259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE259; }
p { color: rgb(254,226,89); }
H1.HeaderClassName
{
color: #FEE259;
}
.AnyTagClassName
{
color: #FEE259;
}
</style>
background-color css
<style>
a { background-color: #FEE259; }
a { background-color: rgb(254,226,89); }
div.DivClassName
{
background-color: #FEE259;
}
.BgClassName
{
background-color: #FEE259;
}
</style>
border-color css
<style>
span { border-color: #FEE259; }
span { border-color: rgb(254,226,89); }
td.TdClassName
{
border-color: #FEE259;
}
.TagClassName
{
border-color: #FEE259;
}
</style>