Shades of Mustard #FEDA56
Tints of Mustard #FEDA56
RGB
CMYK
RGB Variations
Color information
#FEDA56 (or 0xFEDA56) is known color: Mustard. HEX triplet: FE, DA and 56. RGB value is (254,218,86). Sum of RGB (Red+Green+Blue) = 254+218+86=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 86 (33.98% from 255 or 15.41% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA56 is #0125A9. Grayscale: #D6D6D6. Windows color (decimal): -75178 or 5692158. OLE color: 5692158.
HSL color Cylindrical-coordinate representation of color #FEDA56: hue angle of 47.14º 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 #FEDA56 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 86 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.00 |
| HSL | 47.14º | 0.99% | 0.67% | - |
| HSV(B) | 47.14º | 0.66% | 1% | - |
| XYZ | 67.62 | 71.89 | 19.12 | - |
| YUV | 213.72 | 55.93 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 86 | 0 | 0.14 | 0.66 | 0.00 | 47.14 | 0.99 | 0.67 |
| Hex | FE | DA | 56 | 0 | E | 42 | 0 | 2F | 63 | 43 |
| Octal | 376 | 332 | 126 | 0 | 16 | 102 | 0 | 57 | 143 | 103 |
| Binary | 11111110 | 11011010 | 1010110 | 0 | 1110 | 1000010 | 0 | 101111 | 1100011 | 1000011 |
Color Harmonies of #FEDA56
Complementary color
Monochromatic Colors of #FEDA56
Black with #FEDA56
Text Example
Text Example
White with #FEDA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA56; }
p { color: rgb(254,218,86); }
H1.HeaderClassName
{
color: #FEDA56;
}
.AnyTagClassName
{
color: #FEDA56;
}
</style>
background-color css
<style>
a { background-color: #FEDA56; }
a { background-color: rgb(254,218,86); }
div.DivClassName
{
background-color: #FEDA56;
}
.BgClassName
{
background-color: #FEDA56;
}
</style>
border-color css
<style>
span { border-color: #FEDA56; }
span { border-color: rgb(254,218,86); }
td.TdClassName
{
border-color: #FEDA56;
}
.TagClassName
{
border-color: #FEDA56;
}
</style>