Shades of Mustard #F7DE5D
Tints of Mustard #F7DE5D
RGB
CMYK
RGB Variations
Color information
#F7DE5D (or 0xF7DE5D) is known color: Mustard. HEX triplet: F7, DE and 5D. RGB value is (247,222,93). Sum of RGB (Red+Green+Blue) = 247+222+93=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 93 (36.72% from 255 or 16.55% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7DE5D is #0821A2. Grayscale: #D7D7D7. Windows color (decimal): -532899 or 6151927. OLE color: 6151927.
HSL color Cylindrical-coordinate representation of color #F7DE5D: hue angle of 50.26º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F7DE5D is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 222 | 93 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.03 |
| HSL | 50.26º | 0.91% | 0.67% | - |
| HSV(B) | 50.26º | 0.62% | 0.97% | - |
| XYZ | 66.45 | 72.81 | 20.91 | - |
| YUV | 214.77 | 59.28 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 222 | 93 | 0 | 0.10 | 0.62 | 0.03 | 50.26 | 0.91 | 0.67 |
| Hex | F7 | DE | 5D | 0 | A | 3E | 3 | 32 | 5B | 43 |
| Octal | 367 | 336 | 135 | 0 | 12 | 76 | 3 | 62 | 133 | 103 |
| Binary | 11110111 | 11011110 | 1011101 | 0 | 1010 | 111110 | 11 | 110010 | 1011011 | 1000011 |
Color Harmonies of #F7DE5D
Complementary color
Monochromatic Colors of #F7DE5D
Black with #F7DE5D
Text Example
Text Example
White with #F7DE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DE5D; }
p { color: rgb(247,222,93); }
H1.HeaderClassName
{
color: #F7DE5D;
}
.AnyTagClassName
{
color: #F7DE5D;
}
</style>
background-color css
<style>
a { background-color: #F7DE5D; }
a { background-color: rgb(247,222,93); }
div.DivClassName
{
background-color: #F7DE5D;
}
.BgClassName
{
background-color: #F7DE5D;
}
</style>
border-color css
<style>
span { border-color: #F7DE5D; }
span { border-color: rgb(247,222,93); }
td.TdClassName
{
border-color: #F7DE5D;
}
.TagClassName
{
border-color: #F7DE5D;
}
</style>