Shades of Mustard #FDE159
Tints of Mustard #FDE159
RGB
CMYK
RGB Variations
Color information
#FDE159 (or 0xFDE159) is known color: Mustard. HEX triplet: FD, E1 and 59. RGB value is (253,225,89). Sum of RGB (Red+Green+Blue) = 253+225+89=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 89 (35.16% from 255 or 15.70% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE159 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE159 is #021EA6. Grayscale: #DADADA. Windows color (decimal): -138919 or 5890557. OLE color: 5890557.
HSL color Cylindrical-coordinate representation of color #FDE159: hue angle of 49.76º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDE159 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 89 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.01 |
| HSL | 49.76º | 0.98% | 0.67% | - |
| HSV(B) | 49.76º | 0.65% | 0.99% | - |
| XYZ | 69.24 | 75.45 | 20.37 | - |
| YUV | 217.87 | 55.28 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 89 | 0 | 0.11 | 0.65 | 0.01 | 49.76 | 0.98 | 0.67 |
| Hex | FD | E1 | 59 | 0 | B | 41 | 1 | 32 | 62 | 43 |
| Octal | 375 | 341 | 131 | 0 | 13 | 101 | 1 | 62 | 142 | 103 |
| Binary | 11111101 | 11100001 | 1011001 | 0 | 1011 | 1000001 | 1 | 110010 | 1100010 | 1000011 |
Color Harmonies of #FDE159
Complementary color
Monochromatic Colors of #FDE159
Black with #FDE159
Text Example
Text Example
White with #FDE159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE159; }
p { color: rgb(253,225,89); }
H1.HeaderClassName
{
color: #FDE159;
}
.AnyTagClassName
{
color: #FDE159;
}
</style>
background-color css
<style>
a { background-color: #FDE159; }
a { background-color: rgb(253,225,89); }
div.DivClassName
{
background-color: #FDE159;
}
.BgClassName
{
background-color: #FDE159;
}
</style>
border-color css
<style>
span { border-color: #FDE159; }
span { border-color: rgb(253,225,89); }
td.TdClassName
{
border-color: #FDE159;
}
.TagClassName
{
border-color: #FDE159;
}
</style>