Shades of Mustard #FED557
Tints of Mustard #FED557
RGB
CMYK
RGB Variations
Color information
#FED557 (or 0xFED557) is known color: Mustard. HEX triplet: FE, D5 and 57. RGB value is (254,213,87). Sum of RGB (Red+Green+Blue) = 254+213+87=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 87 (34.38% from 255 or 15.70% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FED557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED557 is #012AA8. Grayscale: #D3D3D3. Windows color (decimal): -76457 or 5756414. OLE color: 5756414.
HSL color Cylindrical-coordinate representation of color #FED557: hue angle of 45.27º 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 #FED557 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 87 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.00 |
| HSL | 45.27º | 0.99% | 0.67% | - |
| HSV(B) | 45.27º | 0.66% | 1% | - |
| XYZ | 66.39 | 69.35 | 18.9 | - |
| YUV | 210.9 | 58.08 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 87 | 0 | 0.16 | 0.66 | 0.00 | 45.27 | 0.99 | 0.67 |
| Hex | FE | D5 | 57 | 0 | 10 | 42 | 0 | 2D | 63 | 43 |
| Octal | 376 | 325 | 127 | 0 | 20 | 102 | 0 | 55 | 143 | 103 |
| Binary | 11111110 | 11010101 | 1010111 | 0 | 10000 | 1000010 | 0 | 101101 | 1100011 | 1000011 |
Color Harmonies of #FED557
Complementary color
Monochromatic Colors of #FED557
Black with #FED557
Text Example
Text Example
White with #FED557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED557; }
p { color: rgb(254,213,87); }
H1.HeaderClassName
{
color: #FED557;
}
.AnyTagClassName
{
color: #FED557;
}
</style>
background-color css
<style>
a { background-color: #FED557; }
a { background-color: rgb(254,213,87); }
div.DivClassName
{
background-color: #FED557;
}
.BgClassName
{
background-color: #FED557;
}
</style>
border-color css
<style>
span { border-color: #FED557; }
span { border-color: rgb(254,213,87); }
td.TdClassName
{
border-color: #FED557;
}
.TagClassName
{
border-color: #FED557;
}
</style>