Shades of Mustard #FED957
Tints of Mustard #FED957
RGB
CMYK
RGB Variations
Color information
#FED957 (or 0xFED957) is known color: Mustard. HEX triplet: FE, D9 and 57. RGB value is (254,217,87). Sum of RGB (Red+Green+Blue) = 254+217+87=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 87 (34.38% from 255 or 15.59% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FED957 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED957 is #0126A8. Grayscale: #D5D5D5. Windows color (decimal): -75433 or 5757438. OLE color: 5757438.
HSL color Cylindrical-coordinate representation of color #FED957: hue angle of 46.71º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FED957 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 87 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.00 |
| HSL | 46.71º | 0.99% | 0.67% | - |
| HSV(B) | 46.71º | 0.66% | 1% | - |
| XYZ | 67.41 | 71.38 | 19.24 | - |
| YUV | 213.24 | 56.76 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 87 | 0 | 0.15 | 0.66 | 0.00 | 46.71 | 0.99 | 0.67 |
| Hex | FE | D9 | 57 | 0 | F | 42 | 0 | 2F | 63 | 43 |
| Octal | 376 | 331 | 127 | 0 | 17 | 102 | 0 | 57 | 143 | 103 |
| Binary | 11111110 | 11011001 | 1010111 | 0 | 1111 | 1000010 | 0 | 101111 | 1100011 | 1000011 |
Color Harmonies of #FED957
Complementary color
Monochromatic Colors of #FED957
Black with #FED957
Text Example
Text Example
White with #FED957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED957; }
p { color: rgb(254,217,87); }
H1.HeaderClassName
{
color: #FED957;
}
.AnyTagClassName
{
color: #FED957;
}
</style>
background-color css
<style>
a { background-color: #FED957; }
a { background-color: rgb(254,217,87); }
div.DivClassName
{
background-color: #FED957;
}
.BgClassName
{
background-color: #FED957;
}
</style>
border-color css
<style>
span { border-color: #FED957; }
span { border-color: rgb(254,217,87); }
td.TdClassName
{
border-color: #FED957;
}
.TagClassName
{
border-color: #FED957;
}
</style>