Shades of Mustard #FDE257
Tints of Mustard #FDE257
RGB
CMYK
RGB Variations
Color information
#FDE257 (or 0xFDE257) is known color: Mustard. HEX triplet: FD, E2 and 57. RGB value is (253,226,87). Sum of RGB (Red+Green+Blue) = 253+226+87=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 87 (34.38% from 255 or 15.37% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE257 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE257 is #021DA8. Grayscale: #DADADA. Windows color (decimal): -138665 or 5759741. OLE color: 5759741.
HSL color Cylindrical-coordinate representation of color #FDE257: hue angle of 50.24º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDE257 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 87 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.01 |
| HSL | 50.24º | 0.98% | 0.67% | - |
| HSV(B) | 50.24º | 0.66% | 0.99% | - |
| XYZ | 69.42 | 75.96 | 20.02 | - |
| YUV | 218.23 | 53.95 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 87 | 0 | 0.11 | 0.66 | 0.01 | 50.24 | 0.98 | 0.67 |
| Hex | FD | E2 | 57 | 0 | B | 42 | 1 | 32 | 62 | 43 |
| Octal | 375 | 342 | 127 | 0 | 13 | 102 | 1 | 62 | 142 | 103 |
| Binary | 11111101 | 11100010 | 1010111 | 0 | 1011 | 1000010 | 1 | 110010 | 1100010 | 1000011 |
Color Harmonies of #FDE257
Complementary color
Monochromatic Colors of #FDE257
Black with #FDE257
Text Example
Text Example
White with #FDE257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE257; }
p { color: rgb(253,226,87); }
H1.HeaderClassName
{
color: #FDE257;
}
.AnyTagClassName
{
color: #FDE257;
}
</style>
background-color css
<style>
a { background-color: #FDE257; }
a { background-color: rgb(253,226,87); }
div.DivClassName
{
background-color: #FDE257;
}
.BgClassName
{
background-color: #FDE257;
}
</style>
border-color css
<style>
span { border-color: #FDE257; }
span { border-color: rgb(253,226,87); }
td.TdClassName
{
border-color: #FDE257;
}
.TagClassName
{
border-color: #FDE257;
}
</style>