Shades of Mustard #F7E058
Tints of Mustard #F7E058
RGB
CMYK
RGB Variations
Color information
#F7E058 (or 0xF7E058) is known color: Mustard. HEX triplet: F7, E0 and 58. RGB value is (247,224,88). Sum of RGB (Red+Green+Blue) = 247+224+88=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 88 (34.77% from 255 or 15.74% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7E058 is #081FA7. Grayscale: #D7D7D7. Windows color (decimal): -532392 or 5824759. OLE color: 5824759.
HSL color Cylindrical-coordinate representation of color #F7E058: hue angle of 51.32º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7E058 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 224 | 88 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.03 |
| HSL | 51.32º | 0.91% | 0.66% | - |
| HSV(B) | 51.32º | 0.64% | 0.97% | - |
| XYZ | 66.77 | 73.79 | 19.96 | - |
| YUV | 215.37 | 56.12 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 224 | 88 | 0 | 0.09 | 0.64 | 0.03 | 51.32 | 0.91 | 0.66 |
| Hex | F7 | E0 | 58 | 0 | 9 | 40 | 3 | 33 | 5B | 42 |
| Octal | 367 | 340 | 130 | 0 | 11 | 100 | 3 | 63 | 133 | 102 |
| Binary | 11110111 | 11100000 | 1011000 | 0 | 1001 | 1000000 | 11 | 110011 | 1011011 | 1000010 |
Color Harmonies of #F7E058
Complementary color
Monochromatic Colors of #F7E058
Black with #F7E058
Text Example
Text Example
White with #F7E058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E058; }
p { color: rgb(247,224,88); }
H1.HeaderClassName
{
color: #F7E058;
}
.AnyTagClassName
{
color: #F7E058;
}
</style>
background-color css
<style>
a { background-color: #F7E058; }
a { background-color: rgb(247,224,88); }
div.DivClassName
{
background-color: #F7E058;
}
.BgClassName
{
background-color: #F7E058;
}
</style>
border-color css
<style>
span { border-color: #F7E058; }
span { border-color: rgb(247,224,88); }
td.TdClassName
{
border-color: #F7E058;
}
.TagClassName
{
border-color: #F7E058;
}
</style>