Shades of Mustard #FEDD54
Tints of Mustard #FEDD54
RGB
CMYK
RGB Variations
Color information
#FEDD54 (or 0xFEDD54) is known color: Mustard. HEX triplet: FE, DD and 54. RGB value is (254,221,84). Sum of RGB (Red+Green+Blue) = 254+221+84=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 84 (33.20% from 255 or 15.03% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD54 is #0122AB. Grayscale: #D7D7D7. Windows color (decimal): -74412 or 5561854. OLE color: 5561854.
HSL color Cylindrical-coordinate representation of color #FEDD54: hue angle of 48.35º 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 #FEDD54 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 84 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.00 |
| HSL | 48.35º | 0.99% | 0.66% | - |
| HSV(B) | 48.35º | 0.67% | 1% | - |
| XYZ | 68.33 | 73.42 | 18.96 | - |
| YUV | 215.25 | 53.93 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 84 | 0 | 0.13 | 0.67 | 0.00 | 48.35 | 0.99 | 0.66 |
| Hex | FE | DD | 54 | 0 | D | 43 | 0 | 30 | 63 | 42 |
| Octal | 376 | 335 | 124 | 0 | 15 | 103 | 0 | 60 | 143 | 102 |
| Binary | 11111110 | 11011101 | 1010100 | 0 | 1101 | 1000011 | 0 | 110000 | 1100011 | 1000010 |
Color Harmonies of #FEDD54
Complementary color
Monochromatic Colors of #FEDD54
Black with #FEDD54
Text Example
Text Example
White with #FEDD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD54; }
p { color: rgb(254,221,84); }
H1.HeaderClassName
{
color: #FEDD54;
}
.AnyTagClassName
{
color: #FEDD54;
}
</style>
background-color css
<style>
a { background-color: #FEDD54; }
a { background-color: rgb(254,221,84); }
div.DivClassName
{
background-color: #FEDD54;
}
.BgClassName
{
background-color: #FEDD54;
}
</style>
border-color css
<style>
span { border-color: #FEDD54; }
span { border-color: rgb(254,221,84); }
td.TdClassName
{
border-color: #FEDD54;
}
.TagClassName
{
border-color: #FEDD54;
}
</style>