Shades of Mustard #FDE15A
Tints of Mustard #FDE15A
RGB
CMYK
RGB Variations
Color information
#FDE15A (or 0xFDE15A) is known color: Mustard. HEX triplet: FD, E1 and 5A. RGB value is (253,225,90). Sum of RGB (Red+Green+Blue) = 253+225+90=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 90 (35.55% from 255 or 15.85% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE15A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE15A is #021EA5. Grayscale: #DADADA. Windows color (decimal): -138918 or 5956093. OLE color: 5956093.
HSL color Cylindrical-coordinate representation of color #FDE15A: hue angle of 49.69º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDE15A is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 90 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.01 |
| HSL | 49.69º | 0.98% | 0.67% | - |
| HSV(B) | 49.69º | 0.64% | 0.99% | - |
| XYZ | 69.28 | 75.47 | 20.59 | - |
| YUV | 217.98 | 55.78 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 90 | 0 | 0.11 | 0.64 | 0.01 | 49.69 | 0.98 | 0.67 |
| Hex | FD | E1 | 5A | 0 | B | 40 | 1 | 32 | 62 | 43 |
| Octal | 375 | 341 | 132 | 0 | 13 | 100 | 1 | 62 | 142 | 103 |
| Binary | 11111101 | 11100001 | 1011010 | 0 | 1011 | 1000000 | 1 | 110010 | 1100010 | 1000011 |
Color Harmonies of #FDE15A
Complementary color
Monochromatic Colors of #FDE15A
Black with #FDE15A
Text Example
Text Example
White with #FDE15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE15A; }
p { color: rgb(253,225,90); }
H1.HeaderClassName
{
color: #FDE15A;
}
.AnyTagClassName
{
color: #FDE15A;
}
</style>
background-color css
<style>
a { background-color: #FDE15A; }
a { background-color: rgb(253,225,90); }
div.DivClassName
{
background-color: #FDE15A;
}
.BgClassName
{
background-color: #FDE15A;
}
</style>
border-color css
<style>
span { border-color: #FDE15A; }
span { border-color: rgb(253,225,90); }
td.TdClassName
{
border-color: #FDE15A;
}
.TagClassName
{
border-color: #FDE15A;
}
</style>