Shades of Mustard #F7DB5A
Tints of Mustard #F7DB5A
RGB
CMYK
RGB Variations
Color information
#F7DB5A (or 0xF7DB5A) is known color: Mustard. HEX triplet: F7, DB and 5A. RGB value is (247,219,90). Sum of RGB (Red+Green+Blue) = 247+219+90=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 90 (35.55% from 255 or 16.19% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7DB5A is #0824A5. Grayscale: #D5D5D5. Windows color (decimal): -533670 or 5954551. OLE color: 5954551.
HSL color Cylindrical-coordinate representation of color #F7DB5A: hue angle of 49.3º 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 #F7DB5A is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 90 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.03 |
| HSL | 49.3º | 0.91% | 0.66% | - |
| HSV(B) | 49.3º | 0.64% | 0.97% | - |
| XYZ | 65.53 | 71.18 | 19.96 | - |
| YUV | 212.67 | 58.78 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 90 | 0 | 0.11 | 0.64 | 0.03 | 49.3 | 0.91 | 0.66 |
| Hex | F7 | DB | 5A | 0 | B | 40 | 3 | 31 | 5B | 42 |
| Octal | 367 | 333 | 132 | 0 | 13 | 100 | 3 | 61 | 133 | 102 |
| Binary | 11110111 | 11011011 | 1011010 | 0 | 1011 | 1000000 | 11 | 110001 | 1011011 | 1000010 |
Color Harmonies of #F7DB5A
Complementary color
Monochromatic Colors of #F7DB5A
Black with #F7DB5A
Text Example
Text Example
White with #F7DB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DB5A; }
p { color: rgb(247,219,90); }
H1.HeaderClassName
{
color: #F7DB5A;
}
.AnyTagClassName
{
color: #F7DB5A;
}
</style>
background-color css
<style>
a { background-color: #F7DB5A; }
a { background-color: rgb(247,219,90); }
div.DivClassName
{
background-color: #F7DB5A;
}
.BgClassName
{
background-color: #F7DB5A;
}
</style>
border-color css
<style>
span { border-color: #F7DB5A; }
span { border-color: rgb(247,219,90); }
td.TdClassName
{
border-color: #F7DB5A;
}
.TagClassName
{
border-color: #F7DB5A;
}
</style>