Shades of Mustard #FEDD5A
Tints of Mustard #FEDD5A
RGB
CMYK
RGB Variations
Color information
#FEDD5A (or 0xFEDD5A) is known color: Mustard. HEX triplet: FE, DD and 5A. RGB value is (254,221,90). Sum of RGB (Red+Green+Blue) = 254+221+90=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 90 (35.55% from 255 or 15.93% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD5A is #0122A5. Grayscale: #D8D8D8. Windows color (decimal): -74406 or 5955070. OLE color: 5955070.
HSL color Cylindrical-coordinate representation of color #FEDD5A: hue angle of 47.93º 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 #FEDD5A is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 90 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.00 |
| HSL | 47.93º | 0.99% | 0.67% | - |
| HSV(B) | 47.93º | 0.65% | 1% | - |
| XYZ | 68.57 | 73.52 | 20.25 | - |
| YUV | 215.93 | 56.93 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 90 | 0 | 0.13 | 0.65 | 0.00 | 47.93 | 0.99 | 0.67 |
| Hex | FE | DD | 5A | 0 | D | 41 | 0 | 30 | 63 | 43 |
| Octal | 376 | 335 | 132 | 0 | 15 | 101 | 0 | 60 | 143 | 103 |
| Binary | 11111110 | 11011101 | 1011010 | 0 | 1101 | 1000001 | 0 | 110000 | 1100011 | 1000011 |
Color Harmonies of #FEDD5A
Complementary color
Monochromatic Colors of #FEDD5A
Black with #FEDD5A
Text Example
Text Example
White with #FEDD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD5A; }
p { color: rgb(254,221,90); }
H1.HeaderClassName
{
color: #FEDD5A;
}
.AnyTagClassName
{
color: #FEDD5A;
}
</style>
background-color css
<style>
a { background-color: #FEDD5A; }
a { background-color: rgb(254,221,90); }
div.DivClassName
{
background-color: #FEDD5A;
}
.BgClassName
{
background-color: #FEDD5A;
}
</style>
border-color css
<style>
span { border-color: #FEDD5A; }
span { border-color: rgb(254,221,90); }
td.TdClassName
{
border-color: #FEDD5A;
}
.TagClassName
{
border-color: #FEDD5A;
}
</style>