Shades of Mustard #FED954
Tints of Mustard #FED954
RGB
CMYK
RGB Variations
Color information
#FED954 (or 0xFED954) is known color: Mustard. HEX triplet: FE, D9 and 54. RGB value is (254,217,84). Sum of RGB (Red+Green+Blue) = 254+217+84=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 84 (33.20% from 255 or 15.14% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FED954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED954 is #0126AB. Grayscale: #D5D5D5. Windows color (decimal): -75436 or 5560830. OLE color: 5560830.
HSL color Cylindrical-coordinate representation of color #FED954: hue angle of 46.94º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FED954 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 84 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.00 |
| HSL | 46.94º | 0.99% | 0.66% | - |
| HSV(B) | 46.94º | 0.67% | 1% | - |
| XYZ | 67.29 | 71.34 | 18.61 | - |
| YUV | 212.9 | 55.26 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 84 | 0 | 0.15 | 0.67 | 0.00 | 46.94 | 0.99 | 0.66 |
| Hex | FE | D9 | 54 | 0 | F | 43 | 0 | 2F | 63 | 42 |
| Octal | 376 | 331 | 124 | 0 | 17 | 103 | 0 | 57 | 143 | 102 |
| Binary | 11111110 | 11011001 | 1010100 | 0 | 1111 | 1000011 | 0 | 101111 | 1100011 | 1000010 |
Color Harmonies of #FED954
Complementary color
Monochromatic Colors of #FED954
Black with #FED954
Text Example
Text Example
White with #FED954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED954; }
p { color: rgb(254,217,84); }
H1.HeaderClassName
{
color: #FED954;
}
.AnyTagClassName
{
color: #FED954;
}
</style>
background-color css
<style>
a { background-color: #FED954; }
a { background-color: rgb(254,217,84); }
div.DivClassName
{
background-color: #FED954;
}
.BgClassName
{
background-color: #FED954;
}
</style>
border-color css
<style>
span { border-color: #FED954; }
span { border-color: rgb(254,217,84); }
td.TdClassName
{
border-color: #FED954;
}
.TagClassName
{
border-color: #FED954;
}
</style>