Shades of Mustard #FDE05E
Tints of Mustard #FDE05E
RGB
CMYK
RGB Variations
Color information
#FDE05E (or 0xFDE05E) is known color: Mustard. HEX triplet: FD, E0 and 5E. RGB value is (253,224,94). Sum of RGB (Red+Green+Blue) = 253+224+94=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 94 (37.11% from 255 or 16.46% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE05E is #021FA1. Grayscale: #DADADA. Windows color (decimal): -139170 or 6217981. OLE color: 6217981.
HSL color Cylindrical-coordinate representation of color #FDE05E: hue angle of 49.06º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDE05E is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 94 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.01 |
| HSL | 49.06º | 0.98% | 0.68% | - |
| HSV(B) | 49.06º | 0.63% | 0.99% | - |
| XYZ | 69.18 | 75 | 21.42 | - |
| YUV | 217.85 | 58.11 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 94 | 0 | 0.11 | 0.63 | 0.01 | 49.06 | 0.98 | 0.68 |
| Hex | FD | E0 | 5E | 0 | B | 3F | 1 | 31 | 62 | 44 |
| Octal | 375 | 340 | 136 | 0 | 13 | 77 | 1 | 61 | 142 | 104 |
| Binary | 11111101 | 11100000 | 1011110 | 0 | 1011 | 111111 | 1 | 110001 | 1100010 | 1000100 |
Color Harmonies of #FDE05E
Complementary color
Monochromatic Colors of #FDE05E
Black with #FDE05E
Text Example
Text Example
White with #FDE05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE05E; }
p { color: rgb(253,224,94); }
H1.HeaderClassName
{
color: #FDE05E;
}
.AnyTagClassName
{
color: #FDE05E;
}
</style>
background-color css
<style>
a { background-color: #FDE05E; }
a { background-color: rgb(253,224,94); }
div.DivClassName
{
background-color: #FDE05E;
}
.BgClassName
{
background-color: #FDE05E;
}
</style>
border-color css
<style>
span { border-color: #FDE05E; }
span { border-color: rgb(253,224,94); }
td.TdClassName
{
border-color: #FDE05E;
}
.TagClassName
{
border-color: #FDE05E;
}
</style>