Shades of Mustard #FDE05D
Tints of Mustard #FDE05D
RGB
CMYK
RGB Variations
Color information
#FDE05D (or 0xFDE05D) is known color: Mustard. HEX triplet: FD, E0 and 5D. RGB value is (253,224,93). Sum of RGB (Red+Green+Blue) = 253+224+93=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 93 (36.72% from 255 or 16.32% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE05D is #021FA2. Grayscale: #DADADA. Windows color (decimal): -139171 or 6152445. OLE color: 6152445.
HSL color Cylindrical-coordinate representation of color #FDE05D: hue angle of 49.12º 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 #FDE05D is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 93 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.01 |
| HSL | 49.13º | 0.98% | 0.68% | - |
| HSV(B) | 49.13º | 0.63% | 0.99% | - |
| XYZ | 69.14 | 74.98 | 21.19 | - |
| YUV | 217.74 | 57.61 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 93 | 0 | 0.11 | 0.63 | 0.01 | 49.13 | 0.98 | 0.68 |
| Hex | FD | E0 | 5D | 0 | B | 3F | 1 | 31 | 62 | 44 |
| Octal | 375 | 340 | 135 | 0 | 13 | 77 | 1 | 61 | 142 | 104 |
| Binary | 11111101 | 11100000 | 1011101 | 0 | 1011 | 111111 | 1 | 110001 | 1100010 | 1000100 |
Color Harmonies of #FDE05D
Complementary color
Monochromatic Colors of #FDE05D
Black with #FDE05D
Text Example
Text Example
White with #FDE05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE05D; }
p { color: rgb(253,224,93); }
H1.HeaderClassName
{
color: #FDE05D;
}
.AnyTagClassName
{
color: #FDE05D;
}
</style>
background-color css
<style>
a { background-color: #FDE05D; }
a { background-color: rgb(253,224,93); }
div.DivClassName
{
background-color: #FDE05D;
}
.BgClassName
{
background-color: #FDE05D;
}
</style>
border-color css
<style>
span { border-color: #FDE05D; }
span { border-color: rgb(253,224,93); }
td.TdClassName
{
border-color: #FDE05D;
}
.TagClassName
{
border-color: #FDE05D;
}
</style>