Shades of Mustard #FEDC57
Tints of Mustard #FEDC57
RGB
CMYK
RGB Variations
Color information
#FEDC57 (or 0xFEDC57) is known color: Mustard. HEX triplet: FE, DC and 57. RGB value is (254,220,87). Sum of RGB (Red+Green+Blue) = 254+220+87=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 87 (34.38% from 255 or 15.51% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC57 is #0123A8. Grayscale: #D7D7D7. Windows color (decimal): -74665 or 5758206. OLE color: 5758206.
HSL color Cylindrical-coordinate representation of color #FEDC57: hue angle of 47.78º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEDC57 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 87 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.00 |
| HSL | 47.78º | 0.99% | 0.67% | - |
| HSV(B) | 47.78º | 0.66% | 1% | - |
| XYZ | 68.19 | 72.95 | 19.5 | - |
| YUV | 215 | 55.76 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 87 | 0 | 0.13 | 0.66 | 0.00 | 47.78 | 0.99 | 0.67 |
| Hex | FE | DC | 57 | 0 | D | 42 | 0 | 30 | 63 | 43 |
| Octal | 376 | 334 | 127 | 0 | 15 | 102 | 0 | 60 | 143 | 103 |
| Binary | 11111110 | 11011100 | 1010111 | 0 | 1101 | 1000010 | 0 | 110000 | 1100011 | 1000011 |
Color Harmonies of #FEDC57
Complementary color
Monochromatic Colors of #FEDC57
Black with #FEDC57
Text Example
Text Example
White with #FEDC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC57; }
p { color: rgb(254,220,87); }
H1.HeaderClassName
{
color: #FEDC57;
}
.AnyTagClassName
{
color: #FEDC57;
}
</style>
background-color css
<style>
a { background-color: #FEDC57; }
a { background-color: rgb(254,220,87); }
div.DivClassName
{
background-color: #FEDC57;
}
.BgClassName
{
background-color: #FEDC57;
}
</style>
border-color css
<style>
span { border-color: #FEDC57; }
span { border-color: rgb(254,220,87); }
td.TdClassName
{
border-color: #FEDC57;
}
.TagClassName
{
border-color: #FEDC57;
}
</style>