Shades of Mustard #FEDF5D
Tints of Mustard #FEDF5D
RGB
CMYK
RGB Variations
Color information
#FEDF5D (or 0xFEDF5D) is known color: Mustard. HEX triplet: FE, DF and 5D. RGB value is (254,223,93). Sum of RGB (Red+Green+Blue) = 254+223+93=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 93 (36.72% from 255 or 16.32% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF5D is #0120A2. Grayscale: #D9D9D9. Windows color (decimal): -73891 or 6152190. OLE color: 6152190.
HSL color Cylindrical-coordinate representation of color #FEDF5D: hue angle of 48.45º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEDF5D is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 93 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.00 |
| HSL | 48.45º | 0.99% | 0.68% | - |
| HSV(B) | 48.45º | 0.63% | 1% | - |
| XYZ | 69.24 | 74.64 | 21.11 | - |
| YUV | 217.45 | 57.77 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 93 | 0 | 0.12 | 0.63 | 0.00 | 48.45 | 0.99 | 0.68 |
| Hex | FE | DF | 5D | 0 | C | 3F | 0 | 30 | 63 | 44 |
| Octal | 376 | 337 | 135 | 0 | 14 | 77 | 0 | 60 | 143 | 104 |
| Binary | 11111110 | 11011111 | 1011101 | 0 | 1100 | 111111 | 0 | 110000 | 1100011 | 1000100 |
Color Harmonies of #FEDF5D
Complementary color
Monochromatic Colors of #FEDF5D
Black with #FEDF5D
Text Example
Text Example
White with #FEDF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF5D; }
p { color: rgb(254,223,93); }
H1.HeaderClassName
{
color: #FEDF5D;
}
.AnyTagClassName
{
color: #FEDF5D;
}
</style>
background-color css
<style>
a { background-color: #FEDF5D; }
a { background-color: rgb(254,223,93); }
div.DivClassName
{
background-color: #FEDF5D;
}
.BgClassName
{
background-color: #FEDF5D;
}
</style>
border-color css
<style>
span { border-color: #FEDF5D; }
span { border-color: rgb(254,223,93); }
td.TdClassName
{
border-color: #FEDF5D;
}
.TagClassName
{
border-color: #FEDF5D;
}
</style>