Shades of Mustard #FEDF53
Tints of Mustard #FEDF53
RGB
CMYK
RGB Variations
Color information
#FEDF53 (or 0xFEDF53) is known color: Mustard. HEX triplet: FE, DF and 53. RGB value is (254,223,83). Sum of RGB (Red+Green+Blue) = 254+223+83=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 83 (32.81% from 255 or 14.82% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF53 is #0120AC. Grayscale: #D8D8D8. Windows color (decimal): -73901 or 5496830. OLE color: 5496830.
HSL color Cylindrical-coordinate representation of color #FEDF53: hue angle of 49.12º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEDF53 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 83 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.00 |
| HSL | 49.12º | 0.99% | 0.66% | - |
| HSV(B) | 49.12º | 0.67% | 1% | - |
| XYZ | 68.82 | 74.47 | 18.93 | - |
| YUV | 216.31 | 52.77 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 83 | 0 | 0.12 | 0.67 | 0.00 | 49.12 | 0.99 | 0.66 |
| Hex | FE | DF | 53 | 0 | C | 43 | 0 | 31 | 63 | 42 |
| Octal | 376 | 337 | 123 | 0 | 14 | 103 | 0 | 61 | 143 | 102 |
| Binary | 11111110 | 11011111 | 1010011 | 0 | 1100 | 1000011 | 0 | 110001 | 1100011 | 1000010 |
Color Harmonies of #FEDF53
Complementary color
Monochromatic Colors of #FEDF53
Black with #FEDF53
Text Example
Text Example
White with #FEDF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF53; }
p { color: rgb(254,223,83); }
H1.HeaderClassName
{
color: #FEDF53;
}
.AnyTagClassName
{
color: #FEDF53;
}
</style>
background-color css
<style>
a { background-color: #FEDF53; }
a { background-color: rgb(254,223,83); }
div.DivClassName
{
background-color: #FEDF53;
}
.BgClassName
{
background-color: #FEDF53;
}
</style>
border-color css
<style>
span { border-color: #FEDF53; }
span { border-color: rgb(254,223,83); }
td.TdClassName
{
border-color: #FEDF53;
}
.TagClassName
{
border-color: #FEDF53;
}
</style>