Shades of Mustard #FED958
Tints of Mustard #FED958
RGB
CMYK
RGB Variations
Color information
#FED958 (or 0xFED958) is known color: Mustard. HEX triplet: FE, D9 and 58. RGB value is (254,217,88). Sum of RGB (Red+Green+Blue) = 254+217+88=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 88 (34.77% from 255 or 15.74% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FED958 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED958 is #0126A7. Grayscale: #D5D5D5. Windows color (decimal): -75432 or 5822974. OLE color: 5822974.
HSL color Cylindrical-coordinate representation of color #FED958: hue angle of 46.63º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FED958 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 88 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.00 |
| HSL | 46.63º | 0.99% | 0.67% | - |
| HSV(B) | 46.63º | 0.65% | 1% | - |
| XYZ | 67.45 | 71.4 | 19.46 | - |
| YUV | 213.36 | 57.26 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 88 | 0 | 0.15 | 0.65 | 0.00 | 46.63 | 0.99 | 0.67 |
| Hex | FE | D9 | 58 | 0 | F | 41 | 0 | 2F | 63 | 43 |
| Octal | 376 | 331 | 130 | 0 | 17 | 101 | 0 | 57 | 143 | 103 |
| Binary | 11111110 | 11011001 | 1011000 | 0 | 1111 | 1000001 | 0 | 101111 | 1100011 | 1000011 |
Color Harmonies of #FED958
Complementary color
Monochromatic Colors of #FED958
Black with #FED958
Text Example
Text Example
White with #FED958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED958; }
p { color: rgb(254,217,88); }
H1.HeaderClassName
{
color: #FED958;
}
.AnyTagClassName
{
color: #FED958;
}
</style>
background-color css
<style>
a { background-color: #FED958; }
a { background-color: rgb(254,217,88); }
div.DivClassName
{
background-color: #FED958;
}
.BgClassName
{
background-color: #FED958;
}
</style>
border-color css
<style>
span { border-color: #FED958; }
span { border-color: rgb(254,217,88); }
td.TdClassName
{
border-color: #FED958;
}
.TagClassName
{
border-color: #FED958;
}
</style>