Shades of Mustard #F7DC5C
Tints of Mustard #F7DC5C
RGB
CMYK
RGB Variations
Color information
#F7DC5C (or 0xF7DC5C) is known color: Mustard. HEX triplet: F7, DC and 5C. RGB value is (247,220,92). Sum of RGB (Red+Green+Blue) = 247+220+92=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 92 (36.33% from 255 or 16.46% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7DC5C is #0823A3. Grayscale: #D6D6D6. Windows color (decimal): -533412 or 6085879. OLE color: 6085879.
HSL color Cylindrical-coordinate representation of color #F7DC5C: hue angle of 49.55º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7DC5C is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 92 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.03 |
| HSL | 49.55º | 0.91% | 0.66% | - |
| HSV(B) | 49.55º | 0.63% | 0.97% | - |
| XYZ | 65.88 | 71.73 | 20.5 | - |
| YUV | 213.48 | 59.45 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 92 | 0 | 0.11 | 0.63 | 0.03 | 49.55 | 0.91 | 0.66 |
| Hex | F7 | DC | 5C | 0 | B | 3F | 3 | 32 | 5B | 42 |
| Octal | 367 | 334 | 134 | 0 | 13 | 77 | 3 | 62 | 133 | 102 |
| Binary | 11110111 | 11011100 | 1011100 | 0 | 1011 | 111111 | 11 | 110010 | 1011011 | 1000010 |
Color Harmonies of #F7DC5C
Complementary color
Monochromatic Colors of #F7DC5C
Black with #F7DC5C
Text Example
Text Example
White with #F7DC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DC5C; }
p { color: rgb(247,220,92); }
H1.HeaderClassName
{
color: #F7DC5C;
}
.AnyTagClassName
{
color: #F7DC5C;
}
</style>
background-color css
<style>
a { background-color: #F7DC5C; }
a { background-color: rgb(247,220,92); }
div.DivClassName
{
background-color: #F7DC5C;
}
.BgClassName
{
background-color: #F7DC5C;
}
</style>
border-color css
<style>
span { border-color: #F7DC5C; }
span { border-color: rgb(247,220,92); }
td.TdClassName
{
border-color: #F7DC5C;
}
.TagClassName
{
border-color: #F7DC5C;
}
</style>