Shades of Mustard #FEDC50
Tints of Mustard #FEDC50
RGB
CMYK
RGB Variations
Color information
#FEDC50 (or 0xFEDC50) is known color: Mustard. HEX triplet: FE, DC and 50. RGB value is (254,220,80). Sum of RGB (Red+Green+Blue) = 254+220+80=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 80 (31.64% from 255 or 14.44% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC50 is #0123AF. Grayscale: #D6D6D6. Windows color (decimal): -74672 or 5299454. OLE color: 5299454.
HSL color Cylindrical-coordinate representation of color #FEDC50: hue angle of 48.28º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEDC50 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 80 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.00 |
| HSL | 48.28º | 0.99% | 0.65% | - |
| HSV(B) | 48.28º | 0.69% | 1% | - |
| XYZ | 67.91 | 72.84 | 18.07 | - |
| YUV | 214.21 | 52.26 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 80 | 0 | 0.13 | 0.69 | 0.00 | 48.28 | 0.99 | 0.65 |
| Hex | FE | DC | 50 | 0 | D | 45 | 0 | 30 | 63 | 41 |
| Octal | 376 | 334 | 120 | 0 | 15 | 105 | 0 | 60 | 143 | 101 |
| Binary | 11111110 | 11011100 | 1010000 | 0 | 1101 | 1000101 | 0 | 110000 | 1100011 | 1000001 |
Color Harmonies of #FEDC50
Complementary color
Monochromatic Colors of #FEDC50
Black with #FEDC50
Text Example
Text Example
White with #FEDC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC50; }
p { color: rgb(254,220,80); }
H1.HeaderClassName
{
color: #FEDC50;
}
.AnyTagClassName
{
color: #FEDC50;
}
</style>
background-color css
<style>
a { background-color: #FEDC50; }
a { background-color: rgb(254,220,80); }
div.DivClassName
{
background-color: #FEDC50;
}
.BgClassName
{
background-color: #FEDC50;
}
</style>
border-color css
<style>
span { border-color: #FEDC50; }
span { border-color: rgb(254,220,80); }
td.TdClassName
{
border-color: #FEDC50;
}
.TagClassName
{
border-color: #FEDC50;
}
</style>