Shades of Mustard #FED857
Tints of Mustard #FED857
RGB
CMYK
RGB Variations
Color information
#FED857 (or 0xFED857) is known color: Mustard. HEX triplet: FE, D8 and 57. RGB value is (254,216,87). Sum of RGB (Red+Green+Blue) = 254+216+87=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 87 (34.38% from 255 or 15.62% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FED857 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED857 is #0127A8. Grayscale: #D5D5D5. Windows color (decimal): -75689 or 5757182. OLE color: 5757182.
HSL color Cylindrical-coordinate representation of color #FED857: hue angle of 46.35º 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 #FED857 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 87 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.00 |
| HSL | 46.35º | 0.99% | 0.67% | - |
| HSV(B) | 46.35º | 0.66% | 1% | - |
| XYZ | 67.15 | 70.87 | 19.16 | - |
| YUV | 212.66 | 57.09 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 87 | 0 | 0.15 | 0.66 | 0.00 | 46.35 | 0.99 | 0.67 |
| Hex | FE | D8 | 57 | 0 | F | 42 | 0 | 2E | 63 | 43 |
| Octal | 376 | 330 | 127 | 0 | 17 | 102 | 0 | 56 | 143 | 103 |
| Binary | 11111110 | 11011000 | 1010111 | 0 | 1111 | 1000010 | 0 | 101110 | 1100011 | 1000011 |
Color Harmonies of #FED857
Complementary color
Monochromatic Colors of #FED857
Black with #FED857
Text Example
Text Example
White with #FED857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED857; }
p { color: rgb(254,216,87); }
H1.HeaderClassName
{
color: #FED857;
}
.AnyTagClassName
{
color: #FED857;
}
</style>
background-color css
<style>
a { background-color: #FED857; }
a { background-color: rgb(254,216,87); }
div.DivClassName
{
background-color: #FED857;
}
.BgClassName
{
background-color: #FED857;
}
</style>
border-color css
<style>
span { border-color: #FED857; }
span { border-color: rgb(254,216,87); }
td.TdClassName
{
border-color: #FED857;
}
.TagClassName
{
border-color: #FED857;
}
</style>