Shades of Mustard #FEE151
Tints of Mustard #FEE151
RGB
CMYK
RGB Variations
Color information
#FEE151 (or 0xFEE151) is known color: Mustard. HEX triplet: FE, E1 and 51. RGB value is (254,225,81). Sum of RGB (Red+Green+Blue) = 254+225+81=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 81 (32.03% from 255 or 14.46% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE151 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE151 is #011EAE. Grayscale: #D9D9D9. Windows color (decimal): -73391 or 5366270. OLE color: 5366270.
HSL color Cylindrical-coordinate representation of color #FEE151: hue angle of 49.94º 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 #FEE151 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 81 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.00 |
| HSL | 49.94º | 0.99% | 0.66% | - |
| HSV(B) | 49.94º | 0.68% | 1% | - |
| XYZ | 69.28 | 75.52 | 18.71 | - |
| YUV | 217.26 | 51.11 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 81 | 0 | 0.11 | 0.68 | 0.00 | 49.94 | 0.99 | 0.66 |
| Hex | FE | E1 | 51 | 0 | B | 44 | 0 | 32 | 63 | 42 |
| Octal | 376 | 341 | 121 | 0 | 13 | 104 | 0 | 62 | 143 | 102 |
| Binary | 11111110 | 11100001 | 1010001 | 0 | 1011 | 1000100 | 0 | 110010 | 1100011 | 1000010 |
Color Harmonies of #FEE151
Complementary color
Monochromatic Colors of #FEE151
Black with #FEE151
Text Example
Text Example
White with #FEE151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE151; }
p { color: rgb(254,225,81); }
H1.HeaderClassName
{
color: #FEE151;
}
.AnyTagClassName
{
color: #FEE151;
}
</style>
background-color css
<style>
a { background-color: #FEE151; }
a { background-color: rgb(254,225,81); }
div.DivClassName
{
background-color: #FEE151;
}
.BgClassName
{
background-color: #FEE151;
}
</style>
border-color css
<style>
span { border-color: #FEE151; }
span { border-color: rgb(254,225,81); }
td.TdClassName
{
border-color: #FEE151;
}
.TagClassName
{
border-color: #FEE151;
}
</style>