Shades of Mustard #F6DF5D
Tints of Mustard #F6DF5D
RGB
CMYK
RGB Variations
Color information
#F6DF5D (or 0xF6DF5D) is known color: Mustard. HEX triplet: F6, DF and 5D. RGB value is (246,223,93). Sum of RGB (Red+Green+Blue) = 246+223+93=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 93 (36.72% from 255 or 16.55% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DF5D is #0920A2. Grayscale: #D7D7D7. Windows color (decimal): -598179 or 6152182. OLE color: 6152182.
HSL color Cylindrical-coordinate representation of color #F6DF5D: hue angle of 50.98º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6DF5D is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 93 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.04 |
| HSL | 50.98º | 0.89% | 0.66% | - |
| HSV(B) | 50.98º | 0.62% | 0.96% | - |
| XYZ | 66.37 | 73.16 | 20.98 | - |
| YUV | 215.06 | 59.12 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 93 | 0 | 0.09 | 0.62 | 0.04 | 50.98 | 0.89 | 0.66 |
| Hex | F6 | DF | 5D | 0 | 9 | 3E | 4 | 33 | 59 | 42 |
| Octal | 366 | 337 | 135 | 0 | 11 | 76 | 4 | 63 | 131 | 102 |
| Binary | 11110110 | 11011111 | 1011101 | 0 | 1001 | 111110 | 100 | 110011 | 1011001 | 1000010 |
Color Harmonies of #F6DF5D
Complementary color
Monochromatic Colors of #F6DF5D
Black with #F6DF5D
Text Example
Text Example
White with #F6DF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DF5D; }
p { color: rgb(246,223,93); }
H1.HeaderClassName
{
color: #F6DF5D;
}
.AnyTagClassName
{
color: #F6DF5D;
}
</style>
background-color css
<style>
a { background-color: #F6DF5D; }
a { background-color: rgb(246,223,93); }
div.DivClassName
{
background-color: #F6DF5D;
}
.BgClassName
{
background-color: #F6DF5D;
}
</style>
border-color css
<style>
span { border-color: #F6DF5D; }
span { border-color: rgb(246,223,93); }
td.TdClassName
{
border-color: #F6DF5D;
}
.TagClassName
{
border-color: #F6DF5D;
}
</style>