Shades of Mustard #F9E158
Tints of Mustard #F9E158
RGB
CMYK
RGB Variations
Color information
#F9E158 (or 0xF9E158) is known color: Mustard. HEX triplet: F9, E1 and 58. RGB value is (249,225,88). Sum of RGB (Red+Green+Blue) = 249+225+88=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 88 (34.77% from 255 or 15.66% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E158 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E158 is #061EA7. Grayscale: #D9D9D9. Windows color (decimal): -401064 or 5825017. OLE color: 5825017.
HSL color Cylindrical-coordinate representation of color #F9E158: hue angle of 51.06º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F9E158 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 88 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.02 |
| HSL | 51.06º | 0.93% | 0.66% | - |
| HSV(B) | 51.06º | 0.65% | 0.98% | - |
| XYZ | 67.75 | 74.69 | 20.08 | - |
| YUV | 216.56 | 55.45 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 88 | 0 | 0.10 | 0.65 | 0.02 | 51.06 | 0.93 | 0.66 |
| Hex | F9 | E1 | 58 | 0 | A | 41 | 2 | 33 | 5D | 42 |
| Octal | 371 | 341 | 130 | 0 | 12 | 101 | 2 | 63 | 135 | 102 |
| Binary | 11111001 | 11100001 | 1011000 | 0 | 1010 | 1000001 | 10 | 110011 | 1011101 | 1000010 |
Color Harmonies of #F9E158
Complementary color
Monochromatic Colors of #F9E158
Black with #F9E158
Text Example
Text Example
White with #F9E158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E158; }
p { color: rgb(249,225,88); }
H1.HeaderClassName
{
color: #F9E158;
}
.AnyTagClassName
{
color: #F9E158;
}
</style>
background-color css
<style>
a { background-color: #F9E158; }
a { background-color: rgb(249,225,88); }
div.DivClassName
{
background-color: #F9E158;
}
.BgClassName
{
background-color: #F9E158;
}
</style>
border-color css
<style>
span { border-color: #F9E158; }
span { border-color: rgb(249,225,88); }
td.TdClassName
{
border-color: #F9E158;
}
.TagClassName
{
border-color: #F9E158;
}
</style>