Shades of Mustard #FEDE55
Tints of Mustard #FEDE55
RGB
CMYK
RGB Variations
Color information
#FEDE55 (or 0xFEDE55) is known color: Mustard. HEX triplet: FE, DE and 55. RGB value is (254,222,85). Sum of RGB (Red+Green+Blue) = 254+222+85=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 85 (33.59% from 255 or 15.15% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE55 is #0121AA. Grayscale: #D8D8D8. Windows color (decimal): -74155 or 5627646. OLE color: 5627646.
HSL color Cylindrical-coordinate representation of color #FEDE55: hue angle of 48.64º 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 #FEDE55 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 85 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.00 |
| HSL | 48.64º | 0.99% | 0.66% | - |
| HSV(B) | 48.64º | 0.67% | 1% | - |
| XYZ | 68.63 | 73.97 | 19.25 | - |
| YUV | 215.95 | 54.1 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 85 | 0 | 0.13 | 0.67 | 0.00 | 48.64 | 0.99 | 0.66 |
| Hex | FE | DE | 55 | 0 | D | 43 | 0 | 31 | 63 | 42 |
| Octal | 376 | 336 | 125 | 0 | 15 | 103 | 0 | 61 | 143 | 102 |
| Binary | 11111110 | 11011110 | 1010101 | 0 | 1101 | 1000011 | 0 | 110001 | 1100011 | 1000010 |
Color Harmonies of #FEDE55
Complementary color
Monochromatic Colors of #FEDE55
Black with #FEDE55
Text Example
Text Example
White with #FEDE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE55; }
p { color: rgb(254,222,85); }
H1.HeaderClassName
{
color: #FEDE55;
}
.AnyTagClassName
{
color: #FEDE55;
}
</style>
background-color css
<style>
a { background-color: #FEDE55; }
a { background-color: rgb(254,222,85); }
div.DivClassName
{
background-color: #FEDE55;
}
.BgClassName
{
background-color: #FEDE55;
}
</style>
border-color css
<style>
span { border-color: #FEDE55; }
span { border-color: rgb(254,222,85); }
td.TdClassName
{
border-color: #FEDE55;
}
.TagClassName
{
border-color: #FEDE55;
}
</style>