Shades of Mustard #F6DF5A
Tints of Mustard #F6DF5A
RGB
CMYK
RGB Variations
Color information
#F6DF5A (or 0xF6DF5A) is known color: Mustard. HEX triplet: F6, DF and 5A. RGB value is (246,223,90). Sum of RGB (Red+Green+Blue) = 246+223+90=559 (74% of max value = 765). Red value is 246 (96.48% from 255 or 44.01% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 90 (35.55% from 255 or 16.10% from 559); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DF5A is #0920A5. Grayscale: #D7D7D7. Windows color (decimal): -598182 or 5955574. OLE color: 5955574.
HSL color Cylindrical-coordinate representation of color #F6DF5A: hue angle of 51.15º 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 #F6DF5A is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 90 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.04 |
| HSL | 51.15º | 0.9% | 0.66% | - |
| HSV(B) | 51.15º | 0.63% | 0.96% | - |
| XYZ | 66.24 | 73.11 | 20.29 | - |
| YUV | 214.72 | 57.62 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 90 | 0 | 0.09 | 0.63 | 0.04 | 51.15 | 0.9 | 0.66 |
| Hex | F6 | DF | 5A | 0 | 9 | 3F | 4 | 33 | 5A | 42 |
| Octal | 366 | 337 | 132 | 0 | 11 | 77 | 4 | 63 | 132 | 102 |
| Binary | 11110110 | 11011111 | 1011010 | 0 | 1001 | 111111 | 100 | 110011 | 1011010 | 1000010 |
Color Harmonies of #F6DF5A
Complementary color
Monochromatic Colors of #F6DF5A
Black with #F6DF5A
Text Example
Text Example
White with #F6DF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DF5A; }
p { color: rgb(246,223,90); }
H1.HeaderClassName
{
color: #F6DF5A;
}
.AnyTagClassName
{
color: #F6DF5A;
}
</style>
background-color css
<style>
a { background-color: #F6DF5A; }
a { background-color: rgb(246,223,90); }
div.DivClassName
{
background-color: #F6DF5A;
}
.BgClassName
{
background-color: #F6DF5A;
}
</style>
border-color css
<style>
span { border-color: #F6DF5A; }
span { border-color: rgb(246,223,90); }
td.TdClassName
{
border-color: #F6DF5A;
}
.TagClassName
{
border-color: #F6DF5A;
}
</style>