Shades of Mustard #F9E257
Tints of Mustard #F9E257
RGB
CMYK
RGB Variations
Color information
#F9E257 (or 0xF9E257) is known color: Mustard. HEX triplet: F9, E2 and 57. RGB value is (249,226,87). Sum of RGB (Red+Green+Blue) = 249+226+87=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 87 (34.38% from 255 or 15.48% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E257 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E257 is #061DA8. Grayscale: #D9D9D9. Windows color (decimal): -400809 or 5759737. OLE color: 5759737.
HSL color Cylindrical-coordinate representation of color #F9E257: hue angle of 51.48º 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 #F9E257 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 226 | 87 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.02 |
| HSL | 51.48º | 0.93% | 0.66% | - |
| HSV(B) | 51.48º | 0.65% | 0.98% | - |
| XYZ | 67.98 | 75.22 | 19.95 | - |
| YUV | 217.03 | 54.62 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 226 | 87 | 0 | 0.09 | 0.65 | 0.02 | 51.48 | 0.93 | 0.66 |
| Hex | F9 | E2 | 57 | 0 | 9 | 41 | 2 | 33 | 5D | 42 |
| Octal | 371 | 342 | 127 | 0 | 11 | 101 | 2 | 63 | 135 | 102 |
| Binary | 11111001 | 11100010 | 1010111 | 0 | 1001 | 1000001 | 10 | 110011 | 1011101 | 1000010 |
Color Harmonies of #F9E257
Complementary color
Monochromatic Colors of #F9E257
Black with #F9E257
Text Example
Text Example
White with #F9E257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E257; }
p { color: rgb(249,226,87); }
H1.HeaderClassName
{
color: #F9E257;
}
.AnyTagClassName
{
color: #F9E257;
}
</style>
background-color css
<style>
a { background-color: #F9E257; }
a { background-color: rgb(249,226,87); }
div.DivClassName
{
background-color: #F9E257;
}
.BgClassName
{
background-color: #F9E257;
}
</style>
border-color css
<style>
span { border-color: #F9E257; }
span { border-color: rgb(249,226,87); }
td.TdClassName
{
border-color: #F9E257;
}
.TagClassName
{
border-color: #F9E257;
}
</style>