Shades of Mustard #FED953
Tints of Mustard #FED953
RGB
CMYK
RGB Variations
Color information
#FED953 (or 0xFED953) is known color: Mustard. HEX triplet: FE, D9 and 53. RGB value is (254,217,83). Sum of RGB (Red+Green+Blue) = 254+217+83=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 83 (32.81% from 255 or 14.98% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FED953 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED953 is #0126AC. Grayscale: #D5D5D5. Windows color (decimal): -75437 or 5495294. OLE color: 5495294.
HSL color Cylindrical-coordinate representation of color #FED953: hue angle of 47.02º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FED953 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 83 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.00 |
| HSL | 47.02º | 0.99% | 0.66% | - |
| HSV(B) | 47.02º | 0.67% | 1% | - |
| XYZ | 67.25 | 71.32 | 18.41 | - |
| YUV | 212.79 | 54.76 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 83 | 0 | 0.15 | 0.67 | 0.00 | 47.02 | 0.99 | 0.66 |
| Hex | FE | D9 | 53 | 0 | F | 43 | 0 | 2F | 63 | 42 |
| Octal | 376 | 331 | 123 | 0 | 17 | 103 | 0 | 57 | 143 | 102 |
| Binary | 11111110 | 11011001 | 1010011 | 0 | 1111 | 1000011 | 0 | 101111 | 1100011 | 1000010 |
Color Harmonies of #FED953
Complementary color
Monochromatic Colors of #FED953
Black with #FED953
Text Example
Text Example
White with #FED953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED953; }
p { color: rgb(254,217,83); }
H1.HeaderClassName
{
color: #FED953;
}
.AnyTagClassName
{
color: #FED953;
}
</style>
background-color css
<style>
a { background-color: #FED953; }
a { background-color: rgb(254,217,83); }
div.DivClassName
{
background-color: #FED953;
}
.BgClassName
{
background-color: #FED953;
}
</style>
border-color css
<style>
span { border-color: #FED953; }
span { border-color: rgb(254,217,83); }
td.TdClassName
{
border-color: #FED953;
}
.TagClassName
{
border-color: #FED953;
}
</style>