Shades of Mustard #FAE153
Tints of Mustard #FAE153
RGB
CMYK
RGB Variations
Color information
#FAE153 (or 0xFAE153) is known color: Mustard. HEX triplet: FA, E1 and 53. RGB value is (250,225,83). Sum of RGB (Red+Green+Blue) = 250+225+83=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 83 (32.81% from 255 or 14.87% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE153 is #051EAC. Grayscale: #D8D8D8. Windows color (decimal): -335533 or 5497338. OLE color: 5497338.
HSL color Cylindrical-coordinate representation of color #FAE153: hue angle of 51.02º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FAE153 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 83 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.02 |
| HSL | 51.02º | 0.94% | 0.65% | - |
| HSV(B) | 51.02º | 0.67% | 0.98% | - |
| XYZ | 67.91 | 74.8 | 19.04 | - |
| YUV | 216.29 | 52.78 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 83 | 0 | 0.10 | 0.67 | 0.02 | 51.02 | 0.94 | 0.65 |
| Hex | FA | E1 | 53 | 0 | A | 43 | 2 | 33 | 5E | 41 |
| Octal | 372 | 341 | 123 | 0 | 12 | 103 | 2 | 63 | 136 | 101 |
| Binary | 11111010 | 11100001 | 1010011 | 0 | 1010 | 1000011 | 10 | 110011 | 1011110 | 1000001 |
Color Harmonies of #FAE153
Complementary color
Monochromatic Colors of #FAE153
Black with #FAE153
Text Example
Text Example
White with #FAE153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE153; }
p { color: rgb(250,225,83); }
H1.HeaderClassName
{
color: #FAE153;
}
.AnyTagClassName
{
color: #FAE153;
}
</style>
background-color css
<style>
a { background-color: #FAE153; }
a { background-color: rgb(250,225,83); }
div.DivClassName
{
background-color: #FAE153;
}
.BgClassName
{
background-color: #FAE153;
}
</style>
border-color css
<style>
span { border-color: #FAE153; }
span { border-color: rgb(250,225,83); }
td.TdClassName
{
border-color: #FAE153;
}
.TagClassName
{
border-color: #FAE153;
}
</style>