Shades of Mustard #FEDF58
Tints of Mustard #FEDF58
RGB
CMYK
RGB Variations
Color information
#FEDF58 (or 0xFEDF58) is known color: Mustard. HEX triplet: FE, DF and 58. RGB value is (254,223,88). Sum of RGB (Red+Green+Blue) = 254+223+88=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 88 (34.77% from 255 or 15.58% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF58 is #0120A7. Grayscale: #D9D9D9. Windows color (decimal): -73896 or 5824510. OLE color: 5824510.
HSL color Cylindrical-coordinate representation of color #FEDF58: hue angle of 48.8º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEDF58 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 88 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.00 |
| HSL | 48.8º | 0.99% | 0.67% | - |
| HSV(B) | 48.8º | 0.65% | 1% | - |
| XYZ | 69.02 | 74.55 | 19.98 | - |
| YUV | 216.88 | 55.27 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 88 | 0 | 0.12 | 0.65 | 0.00 | 48.8 | 0.99 | 0.67 |
| Hex | FE | DF | 58 | 0 | C | 41 | 0 | 31 | 63 | 43 |
| Octal | 376 | 337 | 130 | 0 | 14 | 101 | 0 | 61 | 143 | 103 |
| Binary | 11111110 | 11011111 | 1011000 | 0 | 1100 | 1000001 | 0 | 110001 | 1100011 | 1000011 |
Color Harmonies of #FEDF58
Complementary color
Monochromatic Colors of #FEDF58
Black with #FEDF58
Text Example
Text Example
White with #FEDF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF58; }
p { color: rgb(254,223,88); }
H1.HeaderClassName
{
color: #FEDF58;
}
.AnyTagClassName
{
color: #FEDF58;
}
</style>
background-color css
<style>
a { background-color: #FEDF58; }
a { background-color: rgb(254,223,88); }
div.DivClassName
{
background-color: #FEDF58;
}
.BgClassName
{
background-color: #FEDF58;
}
</style>
border-color css
<style>
span { border-color: #FEDF58; }
span { border-color: rgb(254,223,88); }
td.TdClassName
{
border-color: #FEDF58;
}
.TagClassName
{
border-color: #FEDF58;
}
</style>