Shades of Mustard #F7DC5A
Tints of Mustard #F7DC5A
RGB
CMYK
RGB Variations
Color information
#F7DC5A (or 0xF7DC5A) is known color: Mustard. HEX triplet: F7, DC and 5A. RGB value is (247,220,90). Sum of RGB (Red+Green+Blue) = 247+220+90=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 90 (35.55% from 255 or 16.16% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7DC5A is #0823A5. Grayscale: #D5D5D5. Windows color (decimal): -533414 or 5954807. OLE color: 5954807.
HSL color Cylindrical-coordinate representation of color #F7DC5A: hue angle of 49.68º 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 #F7DC5A is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 90 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.03 |
| HSL | 49.68º | 0.91% | 0.66% | - |
| HSV(B) | 49.68º | 0.64% | 0.97% | - |
| XYZ | 65.8 | 71.7 | 20.04 | - |
| YUV | 213.25 | 58.45 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 90 | 0 | 0.11 | 0.64 | 0.03 | 49.68 | 0.91 | 0.66 |
| Hex | F7 | DC | 5A | 0 | B | 40 | 3 | 32 | 5B | 42 |
| Octal | 367 | 334 | 132 | 0 | 13 | 100 | 3 | 62 | 133 | 102 |
| Binary | 11110111 | 11011100 | 1011010 | 0 | 1011 | 1000000 | 11 | 110010 | 1011011 | 1000010 |
Color Harmonies of #F7DC5A
Complementary color
Monochromatic Colors of #F7DC5A
Black with #F7DC5A
Text Example
Text Example
White with #F7DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DC5A; }
p { color: rgb(247,220,90); }
H1.HeaderClassName
{
color: #F7DC5A;
}
.AnyTagClassName
{
color: #F7DC5A;
}
</style>
background-color css
<style>
a { background-color: #F7DC5A; }
a { background-color: rgb(247,220,90); }
div.DivClassName
{
background-color: #F7DC5A;
}
.BgClassName
{
background-color: #F7DC5A;
}
</style>
border-color css
<style>
span { border-color: #F7DC5A; }
span { border-color: rgb(247,220,90); }
td.TdClassName
{
border-color: #F7DC5A;
}
.TagClassName
{
border-color: #F7DC5A;
}
</style>