Shades of Mustard #F6DD5C
Tints of Mustard #F6DD5C
RGB
CMYK
RGB Variations
Color information
#F6DD5C (or 0xF6DD5C) is known color: Mustard. HEX triplet: F6, DD and 5C. RGB value is (246,221,92). Sum of RGB (Red+Green+Blue) = 246+221+92=559 (74% of max value = 765). Red value is 246 (96.48% from 255 or 44.01% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 92 (36.33% from 255 or 16.46% from 559); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DD5C is #0922A3. Grayscale: #D6D6D6. Windows color (decimal): -598692 or 6086134. OLE color: 6086134.
HSL color Cylindrical-coordinate representation of color #F6DD5C: hue angle of 50.26º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6DD5C is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 92 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.04 |
| HSL | 50.26º | 0.9% | 0.66% | - |
| HSV(B) | 50.26º | 0.63% | 0.96% | - |
| XYZ | 65.79 | 72.08 | 20.57 | - |
| YUV | 213.77 | 59.28 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 92 | 0 | 0.10 | 0.63 | 0.04 | 50.26 | 0.9 | 0.66 |
| Hex | F6 | DD | 5C | 0 | A | 3F | 4 | 32 | 5A | 42 |
| Octal | 366 | 335 | 134 | 0 | 12 | 77 | 4 | 62 | 132 | 102 |
| Binary | 11110110 | 11011101 | 1011100 | 0 | 1010 | 111111 | 100 | 110010 | 1011010 | 1000010 |
Color Harmonies of #F6DD5C
Complementary color
Monochromatic Colors of #F6DD5C
Black with #F6DD5C
Text Example
Text Example
White with #F6DD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DD5C; }
p { color: rgb(246,221,92); }
H1.HeaderClassName
{
color: #F6DD5C;
}
.AnyTagClassName
{
color: #F6DD5C;
}
</style>
background-color css
<style>
a { background-color: #F6DD5C; }
a { background-color: rgb(246,221,92); }
div.DivClassName
{
background-color: #F6DD5C;
}
.BgClassName
{
background-color: #F6DD5C;
}
</style>
border-color css
<style>
span { border-color: #F6DD5C; }
span { border-color: rgb(246,221,92); }
td.TdClassName
{
border-color: #F6DD5C;
}
.TagClassName
{
border-color: #F6DD5C;
}
</style>