Shades of Mustard #FEDC5C
Tints of Mustard #FEDC5C
RGB
CMYK
RGB Variations
Color information
#FEDC5C (or 0xFEDC5C) is known color: Mustard. HEX triplet: FE, DC and 5C. RGB value is (254,220,92). Sum of RGB (Red+Green+Blue) = 254+220+92=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 92 (36.33% from 255 or 16.25% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC5C is #0123A3. Grayscale: #D8D8D8. Windows color (decimal): -74660 or 6085886. OLE color: 6085886.
HSL color Cylindrical-coordinate representation of color #FEDC5C: hue angle of 47.41º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEDC5C is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 92 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.00 |
| HSL | 47.41º | 0.99% | 0.68% | - |
| HSV(B) | 47.41º | 0.64% | 1% | - |
| XYZ | 68.4 | 73.03 | 20.62 | - |
| YUV | 215.57 | 58.26 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 92 | 0 | 0.13 | 0.64 | 0.00 | 47.41 | 0.99 | 0.68 |
| Hex | FE | DC | 5C | 0 | D | 40 | 0 | 2F | 63 | 44 |
| Octal | 376 | 334 | 134 | 0 | 15 | 100 | 0 | 57 | 143 | 104 |
| Binary | 11111110 | 11011100 | 1011100 | 0 | 1101 | 1000000 | 0 | 101111 | 1100011 | 1000100 |
Color Harmonies of #FEDC5C
Complementary color
Monochromatic Colors of #FEDC5C
Black with #FEDC5C
Text Example
Text Example
White with #FEDC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC5C; }
p { color: rgb(254,220,92); }
H1.HeaderClassName
{
color: #FEDC5C;
}
.AnyTagClassName
{
color: #FEDC5C;
}
</style>
background-color css
<style>
a { background-color: #FEDC5C; }
a { background-color: rgb(254,220,92); }
div.DivClassName
{
background-color: #FEDC5C;
}
.BgClassName
{
background-color: #FEDC5C;
}
</style>
border-color css
<style>
span { border-color: #FEDC5C; }
span { border-color: rgb(254,220,92); }
td.TdClassName
{
border-color: #FEDC5C;
}
.TagClassName
{
border-color: #FEDC5C;
}
</style>