Shades of Mustard #FED95A
Tints of Mustard #FED95A
RGB
CMYK
RGB Variations
Color information
#FED95A (or 0xFED95A) is known color: Mustard. HEX triplet: FE, D9 and 5A. RGB value is (254,217,90). Sum of RGB (Red+Green+Blue) = 254+217+90=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 90 (35.55% from 255 or 16.04% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FED95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED95A is #0126A5. Grayscale: #D6D6D6. Windows color (decimal): -75430 or 5954046. OLE color: 5954046.
HSL color Cylindrical-coordinate representation of color #FED95A: hue angle of 46.46º 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 #FED95A is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 90 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.00 |
| HSL | 46.46º | 0.99% | 0.67% | - |
| HSV(B) | 46.46º | 0.65% | 1% | - |
| XYZ | 67.53 | 71.43 | 19.9 | - |
| YUV | 213.59 | 58.26 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 90 | 0 | 0.15 | 0.65 | 0.00 | 46.46 | 0.99 | 0.67 |
| Hex | FE | D9 | 5A | 0 | F | 41 | 0 | 2E | 63 | 43 |
| Octal | 376 | 331 | 132 | 0 | 17 | 101 | 0 | 56 | 143 | 103 |
| Binary | 11111110 | 11011001 | 1011010 | 0 | 1111 | 1000001 | 0 | 101110 | 1100011 | 1000011 |
Color Harmonies of #FED95A
Complementary color
Monochromatic Colors of #FED95A
Black with #FED95A
Text Example
Text Example
White with #FED95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED95A; }
p { color: rgb(254,217,90); }
H1.HeaderClassName
{
color: #FED95A;
}
.AnyTagClassName
{
color: #FED95A;
}
</style>
background-color css
<style>
a { background-color: #FED95A; }
a { background-color: rgb(254,217,90); }
div.DivClassName
{
background-color: #FED95A;
}
.BgClassName
{
background-color: #FED95A;
}
</style>
border-color css
<style>
span { border-color: #FED95A; }
span { border-color: rgb(254,217,90); }
td.TdClassName
{
border-color: #FED95A;
}
.TagClassName
{
border-color: #FED95A;
}
</style>