Shades of Mustard #FED758
Tints of Mustard #FED758
RGB
CMYK
RGB Variations
Color information
#FED758 (or 0xFED758) is known color: Mustard. HEX triplet: FE, D7 and 58. RGB value is (254,215,88). Sum of RGB (Red+Green+Blue) = 254+215+88=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 215 (84.38% from 255 or 38.60% from 557); Blue value is 88 (34.77% from 255 or 15.80% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FED758 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED758 is #0128A7. Grayscale: #D4D4D4. Windows color (decimal): -75944 or 5822462. OLE color: 5822462.
HSL color Cylindrical-coordinate representation of color #FED758: hue angle of 45.9º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FED758 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 88 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.00 |
| HSL | 45.9º | 0.99% | 0.67% | - |
| HSV(B) | 45.9º | 0.65% | 1% | - |
| XYZ | 66.93 | 70.38 | 19.29 | - |
| YUV | 212.18 | 57.92 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 88 | 0 | 0.15 | 0.65 | 0.00 | 45.9 | 0.99 | 0.67 |
| Hex | FE | D7 | 58 | 0 | F | 41 | 0 | 2E | 63 | 43 |
| Octal | 376 | 327 | 130 | 0 | 17 | 101 | 0 | 56 | 143 | 103 |
| Binary | 11111110 | 11010111 | 1011000 | 0 | 1111 | 1000001 | 0 | 101110 | 1100011 | 1000011 |
Color Harmonies of #FED758
Complementary color
Monochromatic Colors of #FED758
Black with #FED758
Text Example
Text Example
White with #FED758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED758; }
p { color: rgb(254,215,88); }
H1.HeaderClassName
{
color: #FED758;
}
.AnyTagClassName
{
color: #FED758;
}
</style>
background-color css
<style>
a { background-color: #FED758; }
a { background-color: rgb(254,215,88); }
div.DivClassName
{
background-color: #FED758;
}
.BgClassName
{
background-color: #FED758;
}
</style>
border-color css
<style>
span { border-color: #FED758; }
span { border-color: rgb(254,215,88); }
td.TdClassName
{
border-color: #FED758;
}
.TagClassName
{
border-color: #FED758;
}
</style>