Shades of Mustard #FEDE54
Tints of Mustard #FEDE54
RGB
CMYK
RGB Variations
Color information
#FEDE54 (or 0xFEDE54) is known color: Mustard. HEX triplet: FE, DE and 54. RGB value is (254,222,84). Sum of RGB (Red+Green+Blue) = 254+222+84=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 84 (33.20% from 255 or 15% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE54 is #0121AB. Grayscale: #D8D8D8. Windows color (decimal): -74156 or 5562110. OLE color: 5562110.
HSL color Cylindrical-coordinate representation of color #FEDE54: hue angle of 48.71º 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 #FEDE54 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 84 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.00 |
| HSL | 48.71º | 0.99% | 0.66% | - |
| HSV(B) | 48.71º | 0.67% | 1% | - |
| XYZ | 68.59 | 73.95 | 19.05 | - |
| YUV | 215.84 | 53.6 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 84 | 0 | 0.13 | 0.67 | 0.00 | 48.71 | 0.99 | 0.66 |
| Hex | FE | DE | 54 | 0 | D | 43 | 0 | 31 | 63 | 42 |
| Octal | 376 | 336 | 124 | 0 | 15 | 103 | 0 | 61 | 143 | 102 |
| Binary | 11111110 | 11011110 | 1010100 | 0 | 1101 | 1000011 | 0 | 110001 | 1100011 | 1000010 |
Color Harmonies of #FEDE54
Complementary color
Monochromatic Colors of #FEDE54
Black with #FEDE54
Text Example
Text Example
White with #FEDE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE54; }
p { color: rgb(254,222,84); }
H1.HeaderClassName
{
color: #FEDE54;
}
.AnyTagClassName
{
color: #FEDE54;
}
</style>
background-color css
<style>
a { background-color: #FEDE54; }
a { background-color: rgb(254,222,84); }
div.DivClassName
{
background-color: #FEDE54;
}
.BgClassName
{
background-color: #FEDE54;
}
</style>
border-color css
<style>
span { border-color: #FEDE54; }
span { border-color: rgb(254,222,84); }
td.TdClassName
{
border-color: #FEDE54;
}
.TagClassName
{
border-color: #FEDE54;
}
</style>