Shades of Mustard #FDE052
Tints of Mustard #FDE052
RGB
CMYK
RGB Variations
Color information
#FDE052 (or 0xFDE052) is known color: Mustard. HEX triplet: FD, E0 and 52. RGB value is (253,224,82). Sum of RGB (Red+Green+Blue) = 253+224+82=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 82 (32.42% from 255 or 14.67% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE052 is #021FAD. Grayscale: #D9D9D9. Windows color (decimal): -139182 or 5431549. OLE color: 5431549.
HSL color Cylindrical-coordinate representation of color #FDE052: hue angle of 49.82º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDE052 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 82 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.01 |
| HSL | 49.82º | 0.98% | 0.66% | - |
| HSV(B) | 49.82º | 0.68% | 0.99% | - |
| XYZ | 68.69 | 74.8 | 18.8 | - |
| YUV | 216.48 | 52.11 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 82 | 0 | 0.11 | 0.68 | 0.01 | 49.82 | 0.98 | 0.66 |
| Hex | FD | E0 | 52 | 0 | B | 44 | 1 | 32 | 62 | 42 |
| Octal | 375 | 340 | 122 | 0 | 13 | 104 | 1 | 62 | 142 | 102 |
| Binary | 11111101 | 11100000 | 1010010 | 0 | 1011 | 1000100 | 1 | 110010 | 1100010 | 1000010 |
Color Harmonies of #FDE052
Complementary color
Monochromatic Colors of #FDE052
Black with #FDE052
Text Example
Text Example
White with #FDE052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE052; }
p { color: rgb(253,224,82); }
H1.HeaderClassName
{
color: #FDE052;
}
.AnyTagClassName
{
color: #FDE052;
}
</style>
background-color css
<style>
a { background-color: #FDE052; }
a { background-color: rgb(253,224,82); }
div.DivClassName
{
background-color: #FDE052;
}
.BgClassName
{
background-color: #FDE052;
}
</style>
border-color css
<style>
span { border-color: #FDE052; }
span { border-color: rgb(253,224,82); }
td.TdClassName
{
border-color: #FDE052;
}
.TagClassName
{
border-color: #FDE052;
}
</style>