Shades of Mustard #F9DC57
Tints of Mustard #F9DC57
RGB
CMYK
RGB Variations
Color information
#F9DC57 (or 0xF9DC57) is known color: Mustard. HEX triplet: F9, DC and 57. RGB value is (249,220,87). Sum of RGB (Red+Green+Blue) = 249+220+87=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 87 (34.38% from 255 or 15.65% from 556); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DC57 is #0623A8. Grayscale: #D6D6D6. Windows color (decimal): -402345 or 5758201. OLE color: 5758201.
HSL color Cylindrical-coordinate representation of color #F9DC57: hue angle of 49.26º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F9DC57 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 87 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.02 |
| HSL | 49.26º | 0.93% | 0.66% | - |
| HSV(B) | 49.26º | 0.65% | 0.98% | - |
| XYZ | 66.38 | 72.01 | 19.42 | - |
| YUV | 213.51 | 56.61 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 87 | 0 | 0.12 | 0.65 | 0.02 | 49.26 | 0.93 | 0.66 |
| Hex | F9 | DC | 57 | 0 | C | 41 | 2 | 31 | 5D | 42 |
| Octal | 371 | 334 | 127 | 0 | 14 | 101 | 2 | 61 | 135 | 102 |
| Binary | 11111001 | 11011100 | 1010111 | 0 | 1100 | 1000001 | 10 | 110001 | 1011101 | 1000010 |
Color Harmonies of #F9DC57
Complementary color
Monochromatic Colors of #F9DC57
Black with #F9DC57
Text Example
Text Example
White with #F9DC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DC57; }
p { color: rgb(249,220,87); }
H1.HeaderClassName
{
color: #F9DC57;
}
.AnyTagClassName
{
color: #F9DC57;
}
</style>
background-color css
<style>
a { background-color: #F9DC57; }
a { background-color: rgb(249,220,87); }
div.DivClassName
{
background-color: #F9DC57;
}
.BgClassName
{
background-color: #F9DC57;
}
</style>
border-color css
<style>
span { border-color: #F9DC57; }
span { border-color: rgb(249,220,87); }
td.TdClassName
{
border-color: #F9DC57;
}
.TagClassName
{
border-color: #F9DC57;
}
</style>