Shades of Mustard #FDE054
Tints of Mustard #FDE054
RGB
CMYK
RGB Variations
Color information
#FDE054 (or 0xFDE054) is known color: Mustard. HEX triplet: FD, E0 and 54. RGB value is (253,224,84). Sum of RGB (Red+Green+Blue) = 253+224+84=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 84 (33.20% from 255 or 14.97% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE054 is #021FAB. Grayscale: #D9D9D9. Windows color (decimal): -139180 or 5562621. OLE color: 5562621.
HSL color Cylindrical-coordinate representation of color #FDE054: hue angle of 49.7º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDE054 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 84 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.01 |
| HSL | 49.7º | 0.98% | 0.66% | - |
| HSV(B) | 49.7º | 0.67% | 0.99% | - |
| XYZ | 68.76 | 74.83 | 19.21 | - |
| YUV | 216.71 | 53.11 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 84 | 0 | 0.11 | 0.67 | 0.01 | 49.7 | 0.98 | 0.66 |
| Hex | FD | E0 | 54 | 0 | B | 43 | 1 | 32 | 62 | 42 |
| Octal | 375 | 340 | 124 | 0 | 13 | 103 | 1 | 62 | 142 | 102 |
| Binary | 11111101 | 11100000 | 1010100 | 0 | 1011 | 1000011 | 1 | 110010 | 1100010 | 1000010 |
Color Harmonies of #FDE054
Complementary color
Monochromatic Colors of #FDE054
Black with #FDE054
Text Example
Text Example
White with #FDE054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE054; }
p { color: rgb(253,224,84); }
H1.HeaderClassName
{
color: #FDE054;
}
.AnyTagClassName
{
color: #FDE054;
}
</style>
background-color css
<style>
a { background-color: #FDE054; }
a { background-color: rgb(253,224,84); }
div.DivClassName
{
background-color: #FDE054;
}
.BgClassName
{
background-color: #FDE054;
}
</style>
border-color css
<style>
span { border-color: #FDE054; }
span { border-color: rgb(253,224,84); }
td.TdClassName
{
border-color: #FDE054;
}
.TagClassName
{
border-color: #FDE054;
}
</style>