Shades of Mustard #FEDD53
Tints of Mustard #FEDD53
RGB
CMYK
RGB Variations
Color information
#FEDD53 (or 0xFEDD53) is known color: Mustard. HEX triplet: FE, DD and 53. RGB value is (254,221,83). Sum of RGB (Red+Green+Blue) = 254+221+83=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 83 (32.81% from 255 or 14.87% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD53 is #0122AC. Grayscale: #D7D7D7. Windows color (decimal): -74413 or 5496318. OLE color: 5496318.
HSL color Cylindrical-coordinate representation of color #FEDD53: hue angle of 48.42º 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 #FEDD53 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 83 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.00 |
| HSL | 48.42º | 0.99% | 0.66% | - |
| HSV(B) | 48.42º | 0.67% | 1% | - |
| XYZ | 68.29 | 73.41 | 18.75 | - |
| YUV | 215.14 | 53.43 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 83 | 0 | 0.13 | 0.67 | 0.00 | 48.42 | 0.99 | 0.66 |
| Hex | FE | DD | 53 | 0 | D | 43 | 0 | 30 | 63 | 42 |
| Octal | 376 | 335 | 123 | 0 | 15 | 103 | 0 | 60 | 143 | 102 |
| Binary | 11111110 | 11011101 | 1010011 | 0 | 1101 | 1000011 | 0 | 110000 | 1100011 | 1000010 |
Color Harmonies of #FEDD53
Complementary color
Monochromatic Colors of #FEDD53
Black with #FEDD53
Text Example
Text Example
White with #FEDD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD53; }
p { color: rgb(254,221,83); }
H1.HeaderClassName
{
color: #FEDD53;
}
.AnyTagClassName
{
color: #FEDD53;
}
</style>
background-color css
<style>
a { background-color: #FEDD53; }
a { background-color: rgb(254,221,83); }
div.DivClassName
{
background-color: #FEDD53;
}
.BgClassName
{
background-color: #FEDD53;
}
</style>
border-color css
<style>
span { border-color: #FEDD53; }
span { border-color: rgb(254,221,83); }
td.TdClassName
{
border-color: #FEDD53;
}
.TagClassName
{
border-color: #FEDD53;
}
</style>