Shades of Mustard #FFDA50
Tints of Mustard #FFDA50
RGB
CMYK
RGB Variations
Color information
#FFDA50 (or 0xFFDA50) is known color: Mustard. HEX triplet: FF, DA and 50. RGB value is (255,218,80). Sum of RGB (Red+Green+Blue) = 255+218+80=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 80 (31.64% from 255 or 14.47% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA50 is #0025AF. Grayscale: #D5D5D5. Windows color (decimal): -9648 or 5298943. OLE color: 5298943.
HSL color Cylindrical-coordinate representation of color #FFDA50: hue angle of 47.31º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFDA50 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 80 | - |
| CMYK | 0 | 0.15 | 0.69 | 0 |
| HSL | 47.31º | 1% | 0.66% | - |
| HSV(B) | 47.31º | 0.69% | 1% | - |
| XYZ | 67.76 | 71.98 | 17.91 | - |
| YUV | 213.33 | 52.76 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 80 | 0 | 0.15 | 0.69 | 0 | 47.31 | 1 | 0.66 |
| Hex | FF | DA | 50 | 0 | F | 45 | 0 | 2F | 64 | 42 |
| Octal | 377 | 332 | 120 | 0 | 17 | 105 | 0 | 57 | 144 | 102 |
| Binary | 11111111 | 11011010 | 1010000 | 0 | 1111 | 1000101 | 0 | 101111 | 1100100 | 1000010 |
Color Harmonies of #FFDA50
Complementary color
Monochromatic Colors of #FFDA50
Black with #FFDA50
Text Example
Text Example
White with #FFDA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA50; }
p { color: rgb(255,218,80); }
H1.HeaderClassName
{
color: #FFDA50;
}
.AnyTagClassName
{
color: #FFDA50;
}
</style>
background-color css
<style>
a { background-color: #FFDA50; }
a { background-color: rgb(255,218,80); }
div.DivClassName
{
background-color: #FFDA50;
}
.BgClassName
{
background-color: #FFDA50;
}
</style>
border-color css
<style>
span { border-color: #FFDA50; }
span { border-color: rgb(255,218,80); }
td.TdClassName
{
border-color: #FFDA50;
}
.TagClassName
{
border-color: #FFDA50;
}
</style>