Shades of Mustard #FEDE59
Tints of Mustard #FEDE59
RGB
CMYK
RGB Variations
Color information
#FEDE59 (or 0xFEDE59) is known color: Mustard. HEX triplet: FE, DE and 59. RGB value is (254,222,89). Sum of RGB (Red+Green+Blue) = 254+222+89=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 89 (35.16% from 255 or 15.75% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE59 is #0121A6. Grayscale: #D8D8D8. Windows color (decimal): -74151 or 5889790. OLE color: 5889790.
HSL color Cylindrical-coordinate representation of color #FEDE59: hue angle of 48.36º 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 #FEDE59 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 89 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.00 |
| HSL | 48.36º | 0.99% | 0.67% | - |
| HSV(B) | 48.36º | 0.65% | 1% | - |
| XYZ | 68.8 | 74.03 | 20.12 | - |
| YUV | 216.41 | 56.1 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 89 | 0 | 0.13 | 0.65 | 0.00 | 48.36 | 0.99 | 0.67 |
| Hex | FE | DE | 59 | 0 | D | 41 | 0 | 30 | 63 | 43 |
| Octal | 376 | 336 | 131 | 0 | 15 | 101 | 0 | 60 | 143 | 103 |
| Binary | 11111110 | 11011110 | 1011001 | 0 | 1101 | 1000001 | 0 | 110000 | 1100011 | 1000011 |
Color Harmonies of #FEDE59
Complementary color
Monochromatic Colors of #FEDE59
Black with #FEDE59
Text Example
Text Example
White with #FEDE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE59; }
p { color: rgb(254,222,89); }
H1.HeaderClassName
{
color: #FEDE59;
}
.AnyTagClassName
{
color: #FEDE59;
}
</style>
background-color css
<style>
a { background-color: #FEDE59; }
a { background-color: rgb(254,222,89); }
div.DivClassName
{
background-color: #FEDE59;
}
.BgClassName
{
background-color: #FEDE59;
}
</style>
border-color css
<style>
span { border-color: #FEDE59; }
span { border-color: rgb(254,222,89); }
td.TdClassName
{
border-color: #FEDE59;
}
.TagClassName
{
border-color: #FEDE59;
}
</style>