Shades of Mustard #FDE04D
Tints of Mustard #FDE04D
RGB
CMYK
RGB Variations
Color information
#FDE04D (or 0xFDE04D) is known color: Mustard. HEX triplet: FD, E0 and 4D. RGB value is (253,224,77). Sum of RGB (Red+Green+Blue) = 253+224+77=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 77 (30.47% from 255 or 13.90% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE04D is #021FB2. Grayscale: #D8D8D8. Windows color (decimal): -139187 or 5103869. OLE color: 5103869.
HSL color Cylindrical-coordinate representation of color #FDE04D: hue angle of 50.11º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDE04D is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 77 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.01 |
| HSL | 50.11º | 0.98% | 0.65% | - |
| HSV(B) | 50.11º | 0.7% | 0.99% | - |
| XYZ | 68.5 | 74.73 | 17.83 | - |
| YUV | 215.91 | 49.61 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 77 | 0 | 0.11 | 0.70 | 0.01 | 50.11 | 0.98 | 0.65 |
| Hex | FD | E0 | 4D | 0 | B | 46 | 1 | 32 | 62 | 41 |
| Octal | 375 | 340 | 115 | 0 | 13 | 106 | 1 | 62 | 142 | 101 |
| Binary | 11111101 | 11100000 | 1001101 | 0 | 1011 | 1000110 | 1 | 110010 | 1100010 | 1000001 |
Color Harmonies of #FDE04D
Complementary color
Monochromatic Colors of #FDE04D
Black with #FDE04D
Text Example
Text Example
White with #FDE04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE04D; }
p { color: rgb(253,224,77); }
H1.HeaderClassName
{
color: #FDE04D;
}
.AnyTagClassName
{
color: #FDE04D;
}
</style>
background-color css
<style>
a { background-color: #FDE04D; }
a { background-color: rgb(253,224,77); }
div.DivClassName
{
background-color: #FDE04D;
}
.BgClassName
{
background-color: #FDE04D;
}
</style>
border-color css
<style>
span { border-color: #FDE04D; }
span { border-color: rgb(253,224,77); }
td.TdClassName
{
border-color: #FDE04D;
}
.TagClassName
{
border-color: #FDE04D;
}
</style>