Shades of Mustard #FAE256
Tints of Mustard #FAE256
RGB
CMYK
RGB Variations
Color information
#FAE256 (or 0xFAE256) is known color: Mustard. HEX triplet: FA, E2 and 56. RGB value is (250,226,86). Sum of RGB (Red+Green+Blue) = 250+226+86=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 86 (33.98% from 255 or 15.30% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE256 is #051DA9. Grayscale: #D9D9D9. Windows color (decimal): -335274 or 5694202. OLE color: 5694202.
HSL color Cylindrical-coordinate representation of color #FAE256: hue angle of 51.22º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAE256 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 86 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.02 |
| HSL | 51.22º | 0.94% | 0.66% | - |
| HSV(B) | 51.22º | 0.66% | 0.98% | - |
| XYZ | 68.3 | 75.39 | 19.76 | - |
| YUV | 217.22 | 53.95 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 86 | 0 | 0.10 | 0.66 | 0.02 | 51.22 | 0.94 | 0.66 |
| Hex | FA | E2 | 56 | 0 | A | 42 | 2 | 33 | 5E | 42 |
| Octal | 372 | 342 | 126 | 0 | 12 | 102 | 2 | 63 | 136 | 102 |
| Binary | 11111010 | 11100010 | 1010110 | 0 | 1010 | 1000010 | 10 | 110011 | 1011110 | 1000010 |
Color Harmonies of #FAE256
Complementary color
Monochromatic Colors of #FAE256
Black with #FAE256
Text Example
Text Example
White with #FAE256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE256; }
p { color: rgb(250,226,86); }
H1.HeaderClassName
{
color: #FAE256;
}
.AnyTagClassName
{
color: #FAE256;
}
</style>
background-color css
<style>
a { background-color: #FAE256; }
a { background-color: rgb(250,226,86); }
div.DivClassName
{
background-color: #FAE256;
}
.BgClassName
{
background-color: #FAE256;
}
</style>
border-color css
<style>
span { border-color: #FAE256; }
span { border-color: rgb(250,226,86); }
td.TdClassName
{
border-color: #FAE256;
}
.TagClassName
{
border-color: #FAE256;
}
</style>