Shades of Mustard #FEDF5B
Tints of Mustard #FEDF5B
RGB
CMYK
RGB Variations
Color information
#FEDF5B (or 0xFEDF5B) is known color: Mustard. HEX triplet: FE, DF and 5B. RGB value is (254,223,91). Sum of RGB (Red+Green+Blue) = 254+223+91=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 91 (35.94% from 255 or 16.02% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF5B is #0120A4. Grayscale: #D9D9D9. Windows color (decimal): -73893 or 6021118. OLE color: 6021118.
HSL color Cylindrical-coordinate representation of color #FEDF5B: hue angle of 48.59º 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 #FEDF5B is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 91 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.00 |
| HSL | 48.59º | 0.99% | 0.68% | - |
| HSV(B) | 48.59º | 0.64% | 1% | - |
| XYZ | 69.15 | 74.6 | 20.65 | - |
| YUV | 217.22 | 56.77 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 91 | 0 | 0.12 | 0.64 | 0.00 | 48.59 | 0.99 | 0.68 |
| Hex | FE | DF | 5B | 0 | C | 40 | 0 | 31 | 63 | 44 |
| Octal | 376 | 337 | 133 | 0 | 14 | 100 | 0 | 61 | 143 | 104 |
| Binary | 11111110 | 11011111 | 1011011 | 0 | 1100 | 1000000 | 0 | 110001 | 1100011 | 1000100 |
Color Harmonies of #FEDF5B
Complementary color
Monochromatic Colors of #FEDF5B
Black with #FEDF5B
Text Example
Text Example
White with #FEDF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF5B; }
p { color: rgb(254,223,91); }
H1.HeaderClassName
{
color: #FEDF5B;
}
.AnyTagClassName
{
color: #FEDF5B;
}
</style>
background-color css
<style>
a { background-color: #FEDF5B; }
a { background-color: rgb(254,223,91); }
div.DivClassName
{
background-color: #FEDF5B;
}
.BgClassName
{
background-color: #FEDF5B;
}
</style>
border-color css
<style>
span { border-color: #FEDF5B; }
span { border-color: rgb(254,223,91); }
td.TdClassName
{
border-color: #FEDF5B;
}
.TagClassName
{
border-color: #FEDF5B;
}
</style>