Shades of Mustard #FDE051
Tints of Mustard #FDE051
RGB
CMYK
RGB Variations
Color information
#FDE051 (or 0xFDE051) is known color: Mustard. HEX triplet: FD, E0 and 51. RGB value is (253,224,81). Sum of RGB (Red+Green+Blue) = 253+224+81=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 81 (32.03% from 255 or 14.52% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE051 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE051 is #021FAE. Grayscale: #D8D8D8. Windows color (decimal): -139183 or 5366013. OLE color: 5366013.
HSL color Cylindrical-coordinate representation of color #FDE051: hue angle of 49.88º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDE051 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 81 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.01 |
| HSL | 49.88º | 0.98% | 0.65% | - |
| HSV(B) | 49.88º | 0.68% | 0.99% | - |
| XYZ | 68.65 | 74.79 | 18.6 | - |
| YUV | 216.37 | 51.61 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 81 | 0 | 0.11 | 0.68 | 0.01 | 49.88 | 0.98 | 0.65 |
| Hex | FD | E0 | 51 | 0 | B | 44 | 1 | 32 | 62 | 41 |
| Octal | 375 | 340 | 121 | 0 | 13 | 104 | 1 | 62 | 142 | 101 |
| Binary | 11111101 | 11100000 | 1010001 | 0 | 1011 | 1000100 | 1 | 110010 | 1100010 | 1000001 |
Color Harmonies of #FDE051
Complementary color
Monochromatic Colors of #FDE051
Black with #FDE051
Text Example
Text Example
White with #FDE051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE051; }
p { color: rgb(253,224,81); }
H1.HeaderClassName
{
color: #FDE051;
}
.AnyTagClassName
{
color: #FDE051;
}
</style>
background-color css
<style>
a { background-color: #FDE051; }
a { background-color: rgb(253,224,81); }
div.DivClassName
{
background-color: #FDE051;
}
.BgClassName
{
background-color: #FDE051;
}
</style>
border-color css
<style>
span { border-color: #FDE051; }
span { border-color: rgb(253,224,81); }
td.TdClassName
{
border-color: #FDE051;
}
.TagClassName
{
border-color: #FDE051;
}
</style>