Shades of Mustard #FEDF54
Tints of Mustard #FEDF54
RGB
CMYK
RGB Variations
Color information
#FEDF54 (or 0xFEDF54) is known color: Mustard. HEX triplet: FE, DF and 54. RGB value is (254,223,84). Sum of RGB (Red+Green+Blue) = 254+223+84=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 84 (33.20% from 255 or 14.97% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF54 is #0120AB. Grayscale: #D9D9D9. Windows color (decimal): -73900 or 5562366. OLE color: 5562366.
HSL color Cylindrical-coordinate representation of color #FEDF54: hue angle of 49.06º 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 #FEDF54 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 84 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.00 |
| HSL | 49.06º | 0.99% | 0.66% | - |
| HSV(B) | 49.06º | 0.67% | 1% | - |
| XYZ | 68.86 | 74.49 | 19.14 | - |
| YUV | 216.42 | 53.27 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 84 | 0 | 0.12 | 0.67 | 0.00 | 49.06 | 0.99 | 0.66 |
| Hex | FE | DF | 54 | 0 | C | 43 | 0 | 31 | 63 | 42 |
| Octal | 376 | 337 | 124 | 0 | 14 | 103 | 0 | 61 | 143 | 102 |
| Binary | 11111110 | 11011111 | 1010100 | 0 | 1100 | 1000011 | 0 | 110001 | 1100011 | 1000010 |
Color Harmonies of #FEDF54
Complementary color
Monochromatic Colors of #FEDF54
Black with #FEDF54
Text Example
Text Example
White with #FEDF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF54; }
p { color: rgb(254,223,84); }
H1.HeaderClassName
{
color: #FEDF54;
}
.AnyTagClassName
{
color: #FEDF54;
}
</style>
background-color css
<style>
a { background-color: #FEDF54; }
a { background-color: rgb(254,223,84); }
div.DivClassName
{
background-color: #FEDF54;
}
.BgClassName
{
background-color: #FEDF54;
}
</style>
border-color css
<style>
span { border-color: #FEDF54; }
span { border-color: rgb(254,223,84); }
td.TdClassName
{
border-color: #FEDF54;
}
.TagClassName
{
border-color: #FEDF54;
}
</style>