Shades of Mustard #FEDE4D
Tints of Mustard #FEDE4D
RGB
CMYK
RGB Variations
Color information
#FEDE4D (or 0xFEDE4D) is known color: Mustard. HEX triplet: FE, DE and 4D. RGB value is (254,222,77). Sum of RGB (Red+Green+Blue) = 254+222+77=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 77 (30.47% from 255 or 13.92% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE4D is #0121B2. Grayscale: #D7D7D7. Windows color (decimal): -74163 or 5103358. OLE color: 5103358.
HSL color Cylindrical-coordinate representation of color #FEDE4D: hue angle of 49.15º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEDE4D is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 77 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.00 |
| HSL | 49.15º | 0.99% | 0.65% | - |
| HSV(B) | 49.15º | 0.7% | 1% | - |
| XYZ | 68.33 | 73.85 | 17.67 | - |
| YUV | 215.04 | 50.1 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 77 | 0 | 0.13 | 0.70 | 0.00 | 49.15 | 0.99 | 0.65 |
| Hex | FE | DE | 4D | 0 | D | 46 | 0 | 31 | 63 | 41 |
| Octal | 376 | 336 | 115 | 0 | 15 | 106 | 0 | 61 | 143 | 101 |
| Binary | 11111110 | 11011110 | 1001101 | 0 | 1101 | 1000110 | 0 | 110001 | 1100011 | 1000001 |
Color Harmonies of #FEDE4D
Complementary color
Monochromatic Colors of #FEDE4D
Black with #FEDE4D
Text Example
Text Example
White with #FEDE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE4D; }
p { color: rgb(254,222,77); }
H1.HeaderClassName
{
color: #FEDE4D;
}
.AnyTagClassName
{
color: #FEDE4D;
}
</style>
background-color css
<style>
a { background-color: #FEDE4D; }
a { background-color: rgb(254,222,77); }
div.DivClassName
{
background-color: #FEDE4D;
}
.BgClassName
{
background-color: #FEDE4D;
}
</style>
border-color css
<style>
span { border-color: #FEDE4D; }
span { border-color: rgb(254,222,77); }
td.TdClassName
{
border-color: #FEDE4D;
}
.TagClassName
{
border-color: #FEDE4D;
}
</style>