Shades of Mustard #FEDD4F
Tints of Mustard #FEDD4F
RGB
CMYK
RGB Variations
Color information
#FEDD4F (or 0xFEDD4F) is known color: Mustard. HEX triplet: FE, DD and 4F. RGB value is (254,221,79). Sum of RGB (Red+Green+Blue) = 254+221+79=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 79 (31.25% from 255 or 14.26% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD4F is #0122B0. Grayscale: #D7D7D7. Windows color (decimal): -74417 or 5234174. OLE color: 5234174.
HSL color Cylindrical-coordinate representation of color #FEDD4F: hue angle of 48.69º 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 #FEDD4F is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 79 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.00 |
| HSL | 48.69º | 0.99% | 0.65% | - |
| HSV(B) | 48.69º | 0.69% | 1% | - |
| XYZ | 68.14 | 73.35 | 17.96 | - |
| YUV | 214.68 | 51.43 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 79 | 0 | 0.13 | 0.69 | 0.00 | 48.69 | 0.99 | 0.65 |
| Hex | FE | DD | 4F | 0 | D | 45 | 0 | 31 | 63 | 41 |
| Octal | 376 | 335 | 117 | 0 | 15 | 105 | 0 | 61 | 143 | 101 |
| Binary | 11111110 | 11011101 | 1001111 | 0 | 1101 | 1000101 | 0 | 110001 | 1100011 | 1000001 |
Color Harmonies of #FEDD4F
Complementary color
Monochromatic Colors of #FEDD4F
Black with #FEDD4F
Text Example
Text Example
White with #FEDD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD4F; }
p { color: rgb(254,221,79); }
H1.HeaderClassName
{
color: #FEDD4F;
}
.AnyTagClassName
{
color: #FEDD4F;
}
</style>
background-color css
<style>
a { background-color: #FEDD4F; }
a { background-color: rgb(254,221,79); }
div.DivClassName
{
background-color: #FEDD4F;
}
.BgClassName
{
background-color: #FEDD4F;
}
</style>
border-color css
<style>
span { border-color: #FEDD4F; }
span { border-color: rgb(254,221,79); }
td.TdClassName
{
border-color: #FEDD4F;
}
.TagClassName
{
border-color: #FEDD4F;
}
</style>