Shades of Mustard #FEE256
Tints of Mustard #FEE256
RGB
CMYK
RGB Variations
Color information
#FEE256 (or 0xFEE256) is known color: Mustard. HEX triplet: FE, E2 and 56. RGB value is (254,226,86). Sum of RGB (Red+Green+Blue) = 254+226+86=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 86 (33.98% from 255 or 15.19% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE256 is #011DA9. Grayscale: #DBDBDB. Windows color (decimal): -73130 or 5694206. OLE color: 5694206.
HSL color Cylindrical-coordinate representation of color #FEE256: hue angle of 50º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEE256 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 86 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.00 |
| HSL | 50º | 0.99% | 0.67% | - |
| HSV(B) | 50º | 0.66% | 1% | - |
| XYZ | 69.75 | 76.14 | 19.82 | - |
| YUV | 218.41 | 53.28 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 86 | 0 | 0.11 | 0.66 | 0.00 | 50 | 0.99 | 0.67 |
| Hex | FE | E2 | 56 | 0 | B | 42 | 0 | 32 | 63 | 43 |
| Octal | 376 | 342 | 126 | 0 | 13 | 102 | 0 | 62 | 143 | 103 |
| Binary | 11111110 | 11100010 | 1010110 | 0 | 1011 | 1000010 | 0 | 110010 | 1100011 | 1000011 |
Color Harmonies of #FEE256
Complementary color
Monochromatic Colors of #FEE256
Black with #FEE256
Text Example
Text Example
White with #FEE256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE256; }
p { color: rgb(254,226,86); }
H1.HeaderClassName
{
color: #FEE256;
}
.AnyTagClassName
{
color: #FEE256;
}
</style>
background-color css
<style>
a { background-color: #FEE256; }
a { background-color: rgb(254,226,86); }
div.DivClassName
{
background-color: #FEE256;
}
.BgClassName
{
background-color: #FEE256;
}
</style>
border-color css
<style>
span { border-color: #FEE256; }
span { border-color: rgb(254,226,86); }
td.TdClassName
{
border-color: #FEE256;
}
.TagClassName
{
border-color: #FEE256;
}
</style>