Shades of Mustard #FEDA57
Tints of Mustard #FEDA57
RGB
CMYK
RGB Variations
Color information
#FEDA57 (or 0xFEDA57) is known color: Mustard. HEX triplet: FE, DA and 57. RGB value is (254,218,87). Sum of RGB (Red+Green+Blue) = 254+218+87=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 87 (34.38% from 255 or 15.56% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA57 is #0125A8. Grayscale: #D6D6D6. Windows color (decimal): -75177 or 5757694. OLE color: 5757694.
HSL color Cylindrical-coordinate representation of color #FEDA57: hue angle of 47.07º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEDA57 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 87 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.00 |
| HSL | 47.07º | 0.99% | 0.67% | - |
| HSV(B) | 47.07º | 0.66% | 1% | - |
| XYZ | 67.66 | 71.9 | 19.33 | - |
| YUV | 213.83 | 56.43 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 87 | 0 | 0.14 | 0.66 | 0.00 | 47.07 | 0.99 | 0.67 |
| Hex | FE | DA | 57 | 0 | E | 42 | 0 | 2F | 63 | 43 |
| Octal | 376 | 332 | 127 | 0 | 16 | 102 | 0 | 57 | 143 | 103 |
| Binary | 11111110 | 11011010 | 1010111 | 0 | 1110 | 1000010 | 0 | 101111 | 1100011 | 1000011 |
Color Harmonies of #FEDA57
Complementary color
Monochromatic Colors of #FEDA57
Black with #FEDA57
Text Example
Text Example
White with #FEDA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA57; }
p { color: rgb(254,218,87); }
H1.HeaderClassName
{
color: #FEDA57;
}
.AnyTagClassName
{
color: #FEDA57;
}
</style>
background-color css
<style>
a { background-color: #FEDA57; }
a { background-color: rgb(254,218,87); }
div.DivClassName
{
background-color: #FEDA57;
}
.BgClassName
{
background-color: #FEDA57;
}
</style>
border-color css
<style>
span { border-color: #FEDA57; }
span { border-color: rgb(254,218,87); }
td.TdClassName
{
border-color: #FEDA57;
}
.TagClassName
{
border-color: #FEDA57;
}
</style>