Shades of Mustard #FED850
Tints of Mustard #FED850
RGB
CMYK
RGB Variations
Color information
#FED850 (or 0xFED850) is known color: Mustard. HEX triplet: FE, D8 and 50. RGB value is (254,216,80). Sum of RGB (Red+Green+Blue) = 254+216+80=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 80 (31.64% from 255 or 14.55% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FED850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED850 is #0127AF. Grayscale: #D4D4D4. Windows color (decimal): -75696 or 5298430. OLE color: 5298430.
HSL color Cylindrical-coordinate representation of color #FED850: hue angle of 46.9º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FED850 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 80 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.00 |
| HSL | 46.9º | 0.99% | 0.65% | - |
| HSV(B) | 46.9º | 0.69% | 1% | - |
| XYZ | 66.88 | 70.76 | 17.72 | - |
| YUV | 211.86 | 53.59 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 80 | 0 | 0.15 | 0.69 | 0.00 | 46.9 | 0.99 | 0.65 |
| Hex | FE | D8 | 50 | 0 | F | 45 | 0 | 2F | 63 | 41 |
| Octal | 376 | 330 | 120 | 0 | 17 | 105 | 0 | 57 | 143 | 101 |
| Binary | 11111110 | 11011000 | 1010000 | 0 | 1111 | 1000101 | 0 | 101111 | 1100011 | 1000001 |
Color Harmonies of #FED850
Complementary color
Monochromatic Colors of #FED850
Black with #FED850
Text Example
Text Example
White with #FED850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED850; }
p { color: rgb(254,216,80); }
H1.HeaderClassName
{
color: #FED850;
}
.AnyTagClassName
{
color: #FED850;
}
</style>
background-color css
<style>
a { background-color: #FED850; }
a { background-color: rgb(254,216,80); }
div.DivClassName
{
background-color: #FED850;
}
.BgClassName
{
background-color: #FED850;
}
</style>
border-color css
<style>
span { border-color: #FED850; }
span { border-color: rgb(254,216,80); }
td.TdClassName
{
border-color: #FED850;
}
.TagClassName
{
border-color: #FED850;
}
</style>