Shades of Mustard #FED854
Tints of Mustard #FED854
RGB
CMYK
RGB Variations
Color information
#FED854 (or 0xFED854) is known color: Mustard. HEX triplet: FE, D8 and 54. RGB value is (254,216,84). Sum of RGB (Red+Green+Blue) = 254+216+84=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 84 (33.20% from 255 or 15.16% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FED854 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED854 is #0127AB. Grayscale: #D4D4D4. Windows color (decimal): -75692 or 5560574. OLE color: 5560574.
HSL color Cylindrical-coordinate representation of color #FED854: hue angle of 46.59º 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 #FED854 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 84 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.00 |
| HSL | 46.59º | 0.99% | 0.66% | - |
| HSV(B) | 46.59º | 0.67% | 1% | - |
| XYZ | 67.03 | 70.82 | 18.52 | - |
| YUV | 212.31 | 55.59 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 84 | 0 | 0.15 | 0.67 | 0.00 | 46.59 | 0.99 | 0.66 |
| Hex | FE | D8 | 54 | 0 | F | 43 | 0 | 2F | 63 | 42 |
| Octal | 376 | 330 | 124 | 0 | 17 | 103 | 0 | 57 | 143 | 102 |
| Binary | 11111110 | 11011000 | 1010100 | 0 | 1111 | 1000011 | 0 | 101111 | 1100011 | 1000010 |
Color Harmonies of #FED854
Complementary color
Monochromatic Colors of #FED854
Black with #FED854
Text Example
Text Example
White with #FED854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED854; }
p { color: rgb(254,216,84); }
H1.HeaderClassName
{
color: #FED854;
}
.AnyTagClassName
{
color: #FED854;
}
</style>
background-color css
<style>
a { background-color: #FED854; }
a { background-color: rgb(254,216,84); }
div.DivClassName
{
background-color: #FED854;
}
.BgClassName
{
background-color: #FED854;
}
</style>
border-color css
<style>
span { border-color: #FED854; }
span { border-color: rgb(254,216,84); }
td.TdClassName
{
border-color: #FED854;
}
.TagClassName
{
border-color: #FED854;
}
</style>