Shades of Mustard #FEDD5B
Tints of Mustard #FEDD5B
RGB
CMYK
RGB Variations
Color information
#FEDD5B (or 0xFEDD5B) is known color: Mustard. HEX triplet: FE, DD and 5B. RGB value is (254,221,91). Sum of RGB (Red+Green+Blue) = 254+221+91=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 91 (35.94% from 255 or 16.08% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD5B is #0122A4. Grayscale: #D8D8D8. Windows color (decimal): -74405 or 6020606. OLE color: 6020606.
HSL color Cylindrical-coordinate representation of color #FEDD5B: hue angle of 47.85º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEDD5B is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 91 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.00 |
| HSL | 47.85º | 0.99% | 0.68% | - |
| HSV(B) | 47.85º | 0.64% | 1% | - |
| XYZ | 68.62 | 73.54 | 20.48 | - |
| YUV | 216.05 | 57.43 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 91 | 0 | 0.13 | 0.64 | 0.00 | 47.85 | 0.99 | 0.68 |
| Hex | FE | DD | 5B | 0 | D | 40 | 0 | 30 | 63 | 44 |
| Octal | 376 | 335 | 133 | 0 | 15 | 100 | 0 | 60 | 143 | 104 |
| Binary | 11111110 | 11011101 | 1011011 | 0 | 1101 | 1000000 | 0 | 110000 | 1100011 | 1000100 |
Color Harmonies of #FEDD5B
Complementary color
Monochromatic Colors of #FEDD5B
Black with #FEDD5B
Text Example
Text Example
White with #FEDD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD5B; }
p { color: rgb(254,221,91); }
H1.HeaderClassName
{
color: #FEDD5B;
}
.AnyTagClassName
{
color: #FEDD5B;
}
</style>
background-color css
<style>
a { background-color: #FEDD5B; }
a { background-color: rgb(254,221,91); }
div.DivClassName
{
background-color: #FEDD5B;
}
.BgClassName
{
background-color: #FEDD5B;
}
</style>
border-color css
<style>
span { border-color: #FEDD5B; }
span { border-color: rgb(254,221,91); }
td.TdClassName
{
border-color: #FEDD5B;
}
.TagClassName
{
border-color: #FEDD5B;
}
</style>