Shades of Mustard #FEE150
Tints of Mustard #FEE150
RGB
CMYK
RGB Variations
Color information
#FEE150 (or 0xFEE150) is known color: Mustard. HEX triplet: FE, E1 and 50. RGB value is (254,225,80). Sum of RGB (Red+Green+Blue) = 254+225+80=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 80 (31.64% from 255 or 14.31% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE150 is #011EAF. Grayscale: #D9D9D9. Windows color (decimal): -73392 or 5300734. OLE color: 5300734.
HSL color Cylindrical-coordinate representation of color #FEE150: hue angle of 50º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEE150 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 80 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.00 |
| HSL | 50º | 0.99% | 0.65% | - |
| HSV(B) | 50º | 0.69% | 1% | - |
| XYZ | 69.25 | 75.5 | 18.51 | - |
| YUV | 217.14 | 50.61 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 80 | 0 | 0.11 | 0.69 | 0.00 | 50 | 0.99 | 0.65 |
| Hex | FE | E1 | 50 | 0 | B | 45 | 0 | 32 | 63 | 41 |
| Octal | 376 | 341 | 120 | 0 | 13 | 105 | 0 | 62 | 143 | 101 |
| Binary | 11111110 | 11100001 | 1010000 | 0 | 1011 | 1000101 | 0 | 110010 | 1100011 | 1000001 |
Color Harmonies of #FEE150
Complementary color
Monochromatic Colors of #FEE150
Black with #FEE150
Text Example
Text Example
White with #FEE150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE150; }
p { color: rgb(254,225,80); }
H1.HeaderClassName
{
color: #FEE150;
}
.AnyTagClassName
{
color: #FEE150;
}
</style>
background-color css
<style>
a { background-color: #FEE150; }
a { background-color: rgb(254,225,80); }
div.DivClassName
{
background-color: #FEE150;
}
.BgClassName
{
background-color: #FEE150;
}
</style>
border-color css
<style>
span { border-color: #FEE150; }
span { border-color: rgb(254,225,80); }
td.TdClassName
{
border-color: #FEE150;
}
.TagClassName
{
border-color: #FEE150;
}
</style>