Shades of Mustard #FED853
Tints of Mustard #FED853
RGB
CMYK
RGB Variations
Color information
#FED853 (or 0xFED853) is known color: Mustard. HEX triplet: FE, D8 and 53. RGB value is (254,216,83). Sum of RGB (Red+Green+Blue) = 254+216+83=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 83 (32.81% from 255 or 15.01% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FED853 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED853 is #0127AC. Grayscale: #D4D4D4. Windows color (decimal): -75693 or 5495038. OLE color: 5495038.
HSL color Cylindrical-coordinate representation of color #FED853: hue angle of 46.67º 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 #FED853 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 83 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.00 |
| HSL | 46.67º | 0.99% | 0.66% | - |
| HSV(B) | 46.67º | 0.67% | 1% | - |
| XYZ | 66.99 | 70.81 | 18.32 | - |
| YUV | 212.2 | 55.09 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 83 | 0 | 0.15 | 0.67 | 0.00 | 46.67 | 0.99 | 0.66 |
| Hex | FE | D8 | 53 | 0 | F | 43 | 0 | 2F | 63 | 42 |
| Octal | 376 | 330 | 123 | 0 | 17 | 103 | 0 | 57 | 143 | 102 |
| Binary | 11111110 | 11011000 | 1010011 | 0 | 1111 | 1000011 | 0 | 101111 | 1100011 | 1000010 |
Color Harmonies of #FED853
Complementary color
Monochromatic Colors of #FED853
Black with #FED853
Text Example
Text Example
White with #FED853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED853; }
p { color: rgb(254,216,83); }
H1.HeaderClassName
{
color: #FED853;
}
.AnyTagClassName
{
color: #FED853;
}
</style>
background-color css
<style>
a { background-color: #FED853; }
a { background-color: rgb(254,216,83); }
div.DivClassName
{
background-color: #FED853;
}
.BgClassName
{
background-color: #FED853;
}
</style>
border-color css
<style>
span { border-color: #FED853; }
span { border-color: rgb(254,216,83); }
td.TdClassName
{
border-color: #FED853;
}
.TagClassName
{
border-color: #FED853;
}
</style>