Shades of Mustard #FEDA54
Tints of Mustard #FEDA54
RGB
CMYK
RGB Variations
Color information
#FEDA54 (or 0xFEDA54) is known color: Mustard. HEX triplet: FE, DA and 54. RGB value is (254,218,84). Sum of RGB (Red+Green+Blue) = 254+218+84=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 84 (33.20% from 255 or 15.11% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA54 is #0125AB. Grayscale: #D6D6D6. Windows color (decimal): -75180 or 5561086. OLE color: 5561086.
HSL color Cylindrical-coordinate representation of color #FEDA54: hue angle of 47.29º 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 #FEDA54 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 84 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.00 |
| HSL | 47.29º | 0.99% | 0.66% | - |
| HSV(B) | 47.29º | 0.67% | 1% | - |
| XYZ | 67.54 | 71.85 | 18.7 | - |
| YUV | 213.49 | 54.93 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 84 | 0 | 0.14 | 0.67 | 0.00 | 47.29 | 0.99 | 0.66 |
| Hex | FE | DA | 54 | 0 | E | 43 | 0 | 2F | 63 | 42 |
| Octal | 376 | 332 | 124 | 0 | 16 | 103 | 0 | 57 | 143 | 102 |
| Binary | 11111110 | 11011010 | 1010100 | 0 | 1110 | 1000011 | 0 | 101111 | 1100011 | 1000010 |
Color Harmonies of #FEDA54
Complementary color
Monochromatic Colors of #FEDA54
Black with #FEDA54
Text Example
Text Example
White with #FEDA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA54; }
p { color: rgb(254,218,84); }
H1.HeaderClassName
{
color: #FEDA54;
}
.AnyTagClassName
{
color: #FEDA54;
}
</style>
background-color css
<style>
a { background-color: #FEDA54; }
a { background-color: rgb(254,218,84); }
div.DivClassName
{
background-color: #FEDA54;
}
.BgClassName
{
background-color: #FEDA54;
}
</style>
border-color css
<style>
span { border-color: #FEDA54; }
span { border-color: rgb(254,218,84); }
td.TdClassName
{
border-color: #FEDA54;
}
.TagClassName
{
border-color: #FEDA54;
}
</style>