Shades of Mustard #FDE255
Tints of Mustard #FDE255
RGB
CMYK
RGB Variations
Color information
#FDE255 (or 0xFDE255) is known color: Mustard. HEX triplet: FD, E2 and 55. RGB value is (253,226,85). Sum of RGB (Red+Green+Blue) = 253+226+85=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 85 (33.59% from 255 or 15.07% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE255 is #021DAA. Grayscale: #DADADA. Windows color (decimal): -138667 or 5628669. OLE color: 5628669.
HSL color Cylindrical-coordinate representation of color #FDE255: hue angle of 50.36º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDE255 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 85 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.01 |
| HSL | 50.36º | 0.98% | 0.66% | - |
| HSV(B) | 50.36º | 0.66% | 0.99% | - |
| XYZ | 69.34 | 75.93 | 19.6 | - |
| YUV | 218 | 52.95 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 85 | 0 | 0.11 | 0.66 | 0.01 | 50.36 | 0.98 | 0.66 |
| Hex | FD | E2 | 55 | 0 | B | 42 | 1 | 32 | 62 | 42 |
| Octal | 375 | 342 | 125 | 0 | 13 | 102 | 1 | 62 | 142 | 102 |
| Binary | 11111101 | 11100010 | 1010101 | 0 | 1011 | 1000010 | 1 | 110010 | 1100010 | 1000010 |
Color Harmonies of #FDE255
Complementary color
Monochromatic Colors of #FDE255
Black with #FDE255
Text Example
Text Example
White with #FDE255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE255; }
p { color: rgb(253,226,85); }
H1.HeaderClassName
{
color: #FDE255;
}
.AnyTagClassName
{
color: #FDE255;
}
</style>
background-color css
<style>
a { background-color: #FDE255; }
a { background-color: rgb(253,226,85); }
div.DivClassName
{
background-color: #FDE255;
}
.BgClassName
{
background-color: #FDE255;
}
</style>
border-color css
<style>
span { border-color: #FDE255; }
span { border-color: rgb(253,226,85); }
td.TdClassName
{
border-color: #FDE255;
}
.TagClassName
{
border-color: #FDE255;
}
</style>