Shades of Mustard #FED94E
Tints of Mustard #FED94E
RGB
CMYK
RGB Variations
Color information
#FED94E (or 0xFED94E) is known color: Mustard. HEX triplet: FE, D9 and 4E. RGB value is (254,217,78). Sum of RGB (Red+Green+Blue) = 254+217+78=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 78 (30.86% from 255 or 14.21% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FED94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED94E is #0126B1. Grayscale: #D4D4D4. Windows color (decimal): -75442 or 5167614. OLE color: 5167614.
HSL color Cylindrical-coordinate representation of color #FED94E: hue angle of 47.39º 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 #FED94E is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 78 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.00 |
| HSL | 47.39º | 0.99% | 0.65% | - |
| HSV(B) | 47.39º | 0.69% | 1% | - |
| XYZ | 67.06 | 71.25 | 17.43 | - |
| YUV | 212.22 | 52.26 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 78 | 0 | 0.15 | 0.69 | 0.00 | 47.39 | 0.99 | 0.65 |
| Hex | FE | D9 | 4E | 0 | F | 45 | 0 | 2F | 63 | 41 |
| Octal | 376 | 331 | 116 | 0 | 17 | 105 | 0 | 57 | 143 | 101 |
| Binary | 11111110 | 11011001 | 1001110 | 0 | 1111 | 1000101 | 0 | 101111 | 1100011 | 1000001 |
Color Harmonies of #FED94E
Complementary color
Monochromatic Colors of #FED94E
Black with #FED94E
Text Example
Text Example
White with #FED94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED94E; }
p { color: rgb(254,217,78); }
H1.HeaderClassName
{
color: #FED94E;
}
.AnyTagClassName
{
color: #FED94E;
}
</style>
background-color css
<style>
a { background-color: #FED94E; }
a { background-color: rgb(254,217,78); }
div.DivClassName
{
background-color: #FED94E;
}
.BgClassName
{
background-color: #FED94E;
}
</style>
border-color css
<style>
span { border-color: #FED94E; }
span { border-color: rgb(254,217,78); }
td.TdClassName
{
border-color: #FED94E;
}
.TagClassName
{
border-color: #FED94E;
}
</style>