Shades of Mustard #FEDD50
Tints of Mustard #FEDD50
RGB
CMYK
RGB Variations
Color information
#FEDD50 (or 0xFEDD50) is known color: Mustard. HEX triplet: FE, DD and 50. RGB value is (254,221,80). Sum of RGB (Red+Green+Blue) = 254+221+80=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 80 (31.64% from 255 or 14.41% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD50 is #0122AF. Grayscale: #D7D7D7. Windows color (decimal): -74416 or 5299710. OLE color: 5299710.
HSL color Cylindrical-coordinate representation of color #FEDD50: hue angle of 48.62º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEDD50 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 80 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.00 |
| HSL | 48.62º | 0.99% | 0.65% | - |
| HSV(B) | 48.62º | 0.69% | 1% | - |
| XYZ | 68.18 | 73.36 | 18.16 | - |
| YUV | 214.79 | 51.93 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 80 | 0 | 0.13 | 0.69 | 0.00 | 48.62 | 0.99 | 0.65 |
| Hex | FE | DD | 50 | 0 | D | 45 | 0 | 31 | 63 | 41 |
| Octal | 376 | 335 | 120 | 0 | 15 | 105 | 0 | 61 | 143 | 101 |
| Binary | 11111110 | 11011101 | 1010000 | 0 | 1101 | 1000101 | 0 | 110001 | 1100011 | 1000001 |
Color Harmonies of #FEDD50
Complementary color
Monochromatic Colors of #FEDD50
Black with #FEDD50
Text Example
Text Example
White with #FEDD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD50; }
p { color: rgb(254,221,80); }
H1.HeaderClassName
{
color: #FEDD50;
}
.AnyTagClassName
{
color: #FEDD50;
}
</style>
background-color css
<style>
a { background-color: #FEDD50; }
a { background-color: rgb(254,221,80); }
div.DivClassName
{
background-color: #FEDD50;
}
.BgClassName
{
background-color: #FEDD50;
}
</style>
border-color css
<style>
span { border-color: #FEDD50; }
span { border-color: rgb(254,221,80); }
td.TdClassName
{
border-color: #FEDD50;
}
.TagClassName
{
border-color: #FEDD50;
}
</style>