Shades of Mustard #FEDE5A
Tints of Mustard #FEDE5A
RGB
CMYK
RGB Variations
Color information
#FEDE5A (or 0xFEDE5A) is known color: Mustard. HEX triplet: FE, DE and 5A. RGB value is (254,222,90). Sum of RGB (Red+Green+Blue) = 254+222+90=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 90 (35.55% from 255 or 15.90% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE5A is #0121A5. Grayscale: #D9D9D9. Windows color (decimal): -74150 or 5955326. OLE color: 5955326.
HSL color Cylindrical-coordinate representation of color #FEDE5A: hue angle of 48.29º 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 #FEDE5A is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 90 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.00 |
| HSL | 48.29º | 0.99% | 0.67% | - |
| HSV(B) | 48.29º | 0.65% | 1% | - |
| XYZ | 68.84 | 74.05 | 20.34 | - |
| YUV | 216.52 | 56.6 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 90 | 0 | 0.13 | 0.65 | 0.00 | 48.29 | 0.99 | 0.67 |
| Hex | FE | DE | 5A | 0 | D | 41 | 0 | 30 | 63 | 43 |
| Octal | 376 | 336 | 132 | 0 | 15 | 101 | 0 | 60 | 143 | 103 |
| Binary | 11111110 | 11011110 | 1011010 | 0 | 1101 | 1000001 | 0 | 110000 | 1100011 | 1000011 |
Color Harmonies of #FEDE5A
Complementary color
Monochromatic Colors of #FEDE5A
Black with #FEDE5A
Text Example
Text Example
White with #FEDE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE5A; }
p { color: rgb(254,222,90); }
H1.HeaderClassName
{
color: #FEDE5A;
}
.AnyTagClassName
{
color: #FEDE5A;
}
</style>
background-color css
<style>
a { background-color: #FEDE5A; }
a { background-color: rgb(254,222,90); }
div.DivClassName
{
background-color: #FEDE5A;
}
.BgClassName
{
background-color: #FEDE5A;
}
</style>
border-color css
<style>
span { border-color: #FEDE5A; }
span { border-color: rgb(254,222,90); }
td.TdClassName
{
border-color: #FEDE5A;
}
.TagClassName
{
border-color: #FEDE5A;
}
</style>