Shades of Mustard #FEDE5B
Tints of Mustard #FEDE5B
RGB
CMYK
RGB Variations
Color information
#FEDE5B (or 0xFEDE5B) is known color: Mustard. HEX triplet: FE, DE and 5B. RGB value is (254,222,91). Sum of RGB (Red+Green+Blue) = 254+222+91=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 91 (35.94% from 255 or 16.05% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE5B is #0121A4. Grayscale: #D9D9D9. Windows color (decimal): -74149 or 6020862. OLE color: 6020862.
HSL color Cylindrical-coordinate representation of color #FEDE5B: hue angle of 48.22º 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 #FEDE5B is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 91 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.00 |
| HSL | 48.22º | 0.99% | 0.68% | - |
| HSV(B) | 48.22º | 0.64% | 1% | - |
| XYZ | 68.88 | 74.07 | 20.56 | - |
| YUV | 216.63 | 57.1 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 91 | 0 | 0.13 | 0.64 | 0.00 | 48.22 | 0.99 | 0.68 |
| Hex | FE | DE | 5B | 0 | D | 40 | 0 | 30 | 63 | 44 |
| Octal | 376 | 336 | 133 | 0 | 15 | 100 | 0 | 60 | 143 | 104 |
| Binary | 11111110 | 11011110 | 1011011 | 0 | 1101 | 1000000 | 0 | 110000 | 1100011 | 1000100 |
Color Harmonies of #FEDE5B
Complementary color
Monochromatic Colors of #FEDE5B
Black with #FEDE5B
Text Example
Text Example
White with #FEDE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE5B; }
p { color: rgb(254,222,91); }
H1.HeaderClassName
{
color: #FEDE5B;
}
.AnyTagClassName
{
color: #FEDE5B;
}
</style>
background-color css
<style>
a { background-color: #FEDE5B; }
a { background-color: rgb(254,222,91); }
div.DivClassName
{
background-color: #FEDE5B;
}
.BgClassName
{
background-color: #FEDE5B;
}
</style>
border-color css
<style>
span { border-color: #FEDE5B; }
span { border-color: rgb(254,222,91); }
td.TdClassName
{
border-color: #FEDE5B;
}
.TagClassName
{
border-color: #FEDE5B;
}
</style>