Shades of Mustard #FEDE5C
Tints of Mustard #FEDE5C
RGB
CMYK
RGB Variations
Color information
#FEDE5C (or 0xFEDE5C) is known color: Mustard. HEX triplet: FE, DE and 5C. RGB value is (254,222,92). Sum of RGB (Red+Green+Blue) = 254+222+92=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 92 (36.33% from 255 or 16.20% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE5C is #0121A3. Grayscale: #D9D9D9. Windows color (decimal): -74148 or 6086398. OLE color: 6086398.
HSL color Cylindrical-coordinate representation of color #FEDE5C: hue angle of 48.15º 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 #FEDE5C is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 92 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.00 |
| HSL | 48.15º | 0.99% | 0.68% | - |
| HSV(B) | 48.15º | 0.64% | 1% | - |
| XYZ | 68.93 | 74.09 | 20.79 | - |
| YUV | 216.75 | 57.6 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 92 | 0 | 0.13 | 0.64 | 0.00 | 48.15 | 0.99 | 0.68 |
| Hex | FE | DE | 5C | 0 | D | 40 | 0 | 30 | 63 | 44 |
| Octal | 376 | 336 | 134 | 0 | 15 | 100 | 0 | 60 | 143 | 104 |
| Binary | 11111110 | 11011110 | 1011100 | 0 | 1101 | 1000000 | 0 | 110000 | 1100011 | 1000100 |
Color Harmonies of #FEDE5C
Complementary color
Monochromatic Colors of #FEDE5C
Black with #FEDE5C
Text Example
Text Example
White with #FEDE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE5C; }
p { color: rgb(254,222,92); }
H1.HeaderClassName
{
color: #FEDE5C;
}
.AnyTagClassName
{
color: #FEDE5C;
}
</style>
background-color css
<style>
a { background-color: #FEDE5C; }
a { background-color: rgb(254,222,92); }
div.DivClassName
{
background-color: #FEDE5C;
}
.BgClassName
{
background-color: #FEDE5C;
}
</style>
border-color css
<style>
span { border-color: #FEDE5C; }
span { border-color: rgb(254,222,92); }
td.TdClassName
{
border-color: #FEDE5C;
}
.TagClassName
{
border-color: #FEDE5C;
}
</style>