Shades of Mustard #FEDB57
Tints of Mustard #FEDB57
RGB
CMYK
RGB Variations
Color information
#FEDB57 (or 0xFEDB57) is known color: Mustard. HEX triplet: FE, DB and 57. RGB value is (254,219,87). Sum of RGB (Red+Green+Blue) = 254+219+87=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 87 (34.38% from 255 or 15.54% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB57 is #0124A8. Grayscale: #D6D6D6. Windows color (decimal): -74921 or 5757950. OLE color: 5757950.
HSL color Cylindrical-coordinate representation of color #FEDB57: hue angle of 47.43º 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 #FEDB57 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 87 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.00 |
| HSL | 47.43º | 0.99% | 0.67% | - |
| HSV(B) | 47.43º | 0.66% | 1% | - |
| XYZ | 67.92 | 72.42 | 19.42 | - |
| YUV | 214.42 | 56.1 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 87 | 0 | 0.14 | 0.66 | 0.00 | 47.43 | 0.99 | 0.67 |
| Hex | FE | DB | 57 | 0 | E | 42 | 0 | 2F | 63 | 43 |
| Octal | 376 | 333 | 127 | 0 | 16 | 102 | 0 | 57 | 143 | 103 |
| Binary | 11111110 | 11011011 | 1010111 | 0 | 1110 | 1000010 | 0 | 101111 | 1100011 | 1000011 |
Color Harmonies of #FEDB57
Complementary color
Monochromatic Colors of #FEDB57
Black with #FEDB57
Text Example
Text Example
White with #FEDB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB57; }
p { color: rgb(254,219,87); }
H1.HeaderClassName
{
color: #FEDB57;
}
.AnyTagClassName
{
color: #FEDB57;
}
</style>
background-color css
<style>
a { background-color: #FEDB57; }
a { background-color: rgb(254,219,87); }
div.DivClassName
{
background-color: #FEDB57;
}
.BgClassName
{
background-color: #FEDB57;
}
</style>
border-color css
<style>
span { border-color: #FEDB57; }
span { border-color: rgb(254,219,87); }
td.TdClassName
{
border-color: #FEDB57;
}
.TagClassName
{
border-color: #FEDB57;
}
</style>