Shades of Mustard #FEE052
Tints of Mustard #FEE052
RGB
CMYK
RGB Variations
Color information
#FEE052 (or 0xFEE052) is known color: Mustard. HEX triplet: FE, E0 and 52. RGB value is (254,224,82). Sum of RGB (Red+Green+Blue) = 254+224+82=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 82 (32.42% from 255 or 14.64% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE052 is #011FAD. Grayscale: #D9D9D9. Windows color (decimal): -73646 or 5431550. OLE color: 5431550.
HSL color Cylindrical-coordinate representation of color #FEE052: hue angle of 49.53º 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 #FEE052 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 82 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.00 |
| HSL | 49.53º | 0.99% | 0.66% | - |
| HSV(B) | 49.53º | 0.68% | 1% | - |
| XYZ | 69.05 | 74.99 | 18.82 | - |
| YUV | 216.78 | 51.94 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 82 | 0 | 0.12 | 0.68 | 0.00 | 49.53 | 0.99 | 0.66 |
| Hex | FE | E0 | 52 | 0 | C | 44 | 0 | 32 | 63 | 42 |
| Octal | 376 | 340 | 122 | 0 | 14 | 104 | 0 | 62 | 143 | 102 |
| Binary | 11111110 | 11100000 | 1010010 | 0 | 1100 | 1000100 | 0 | 110010 | 1100011 | 1000010 |
Color Harmonies of #FEE052
Complementary color
Monochromatic Colors of #FEE052
Black with #FEE052
Text Example
Text Example
White with #FEE052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE052; }
p { color: rgb(254,224,82); }
H1.HeaderClassName
{
color: #FEE052;
}
.AnyTagClassName
{
color: #FEE052;
}
</style>
background-color css
<style>
a { background-color: #FEE052; }
a { background-color: rgb(254,224,82); }
div.DivClassName
{
background-color: #FEE052;
}
.BgClassName
{
background-color: #FEE052;
}
</style>
border-color css
<style>
span { border-color: #FEE052; }
span { border-color: rgb(254,224,82); }
td.TdClassName
{
border-color: #FEE052;
}
.TagClassName
{
border-color: #FEE052;
}
</style>