Shades of Mustard #FEDC58
Tints of Mustard #FEDC58
RGB
CMYK
RGB Variations
Color information
#FEDC58 (or 0xFEDC58) is known color: Mustard. HEX triplet: FE, DC and 58. RGB value is (254,220,88). Sum of RGB (Red+Green+Blue) = 254+220+88=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 88 (34.77% from 255 or 15.66% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC58 is #0123A7. Grayscale: #D7D7D7. Windows color (decimal): -74664 or 5823742. OLE color: 5823742.
HSL color Cylindrical-coordinate representation of color #FEDC58: hue angle of 47.71º 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 #FEDC58 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 88 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.00 |
| HSL | 47.71º | 0.99% | 0.67% | - |
| HSV(B) | 47.71º | 0.65% | 1% | - |
| XYZ | 68.23 | 72.96 | 19.72 | - |
| YUV | 215.12 | 56.26 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 88 | 0 | 0.13 | 0.65 | 0.00 | 47.71 | 0.99 | 0.67 |
| Hex | FE | DC | 58 | 0 | D | 41 | 0 | 30 | 63 | 43 |
| Octal | 376 | 334 | 130 | 0 | 15 | 101 | 0 | 60 | 143 | 103 |
| Binary | 11111110 | 11011100 | 1011000 | 0 | 1101 | 1000001 | 0 | 110000 | 1100011 | 1000011 |
Color Harmonies of #FEDC58
Complementary color
Monochromatic Colors of #FEDC58
Black with #FEDC58
Text Example
Text Example
White with #FEDC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC58; }
p { color: rgb(254,220,88); }
H1.HeaderClassName
{
color: #FEDC58;
}
.AnyTagClassName
{
color: #FEDC58;
}
</style>
background-color css
<style>
a { background-color: #FEDC58; }
a { background-color: rgb(254,220,88); }
div.DivClassName
{
background-color: #FEDC58;
}
.BgClassName
{
background-color: #FEDC58;
}
</style>
border-color css
<style>
span { border-color: #FEDC58; }
span { border-color: rgb(254,220,88); }
td.TdClassName
{
border-color: #FEDC58;
}
.TagClassName
{
border-color: #FEDC58;
}
</style>