Shades of Mustard #FEDC51
Tints of Mustard #FEDC51
RGB
CMYK
RGB Variations
Color information
#FEDC51 (or 0xFEDC51) is known color: Mustard. HEX triplet: FE, DC and 51. RGB value is (254,220,81). Sum of RGB (Red+Green+Blue) = 254+220+81=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 81 (32.03% from 255 or 14.59% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC51 is #0123AE. Grayscale: #D6D6D6. Windows color (decimal): -74671 or 5364990. OLE color: 5364990.
HSL color Cylindrical-coordinate representation of color #FEDC51: hue angle of 48.21º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEDC51 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 81 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.00 |
| HSL | 48.21º | 0.99% | 0.66% | - |
| HSV(B) | 48.21º | 0.68% | 1% | - |
| XYZ | 67.95 | 72.85 | 18.26 | - |
| YUV | 214.32 | 52.76 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 81 | 0 | 0.13 | 0.68 | 0.00 | 48.21 | 0.99 | 0.66 |
| Hex | FE | DC | 51 | 0 | D | 44 | 0 | 30 | 63 | 42 |
| Octal | 376 | 334 | 121 | 0 | 15 | 104 | 0 | 60 | 143 | 102 |
| Binary | 11111110 | 11011100 | 1010001 | 0 | 1101 | 1000100 | 0 | 110000 | 1100011 | 1000010 |
Color Harmonies of #FEDC51
Complementary color
Monochromatic Colors of #FEDC51
Black with #FEDC51
Text Example
Text Example
White with #FEDC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC51; }
p { color: rgb(254,220,81); }
H1.HeaderClassName
{
color: #FEDC51;
}
.AnyTagClassName
{
color: #FEDC51;
}
</style>
background-color css
<style>
a { background-color: #FEDC51; }
a { background-color: rgb(254,220,81); }
div.DivClassName
{
background-color: #FEDC51;
}
.BgClassName
{
background-color: #FEDC51;
}
</style>
border-color css
<style>
span { border-color: #FEDC51; }
span { border-color: rgb(254,220,81); }
td.TdClassName
{
border-color: #FEDC51;
}
.TagClassName
{
border-color: #FEDC51;
}
</style>