Shades of Mustard #FADB5B
Tints of Mustard #FADB5B
RGB
CMYK
RGB Variations
Color information
#FADB5B (or 0xFADB5B) is known color: Mustard. HEX triplet: FA, DB and 5B. RGB value is (250,219,91). Sum of RGB (Red+Green+Blue) = 250+219+91=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 91 (35.94% from 255 or 16.25% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB5B is #0524A4. Grayscale: #D6D6D6. Windows color (decimal): -337061 or 6020090. OLE color: 6020090.
HSL color Cylindrical-coordinate representation of color #FADB5B: hue angle of 48.3º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FADB5B is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 91 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.02 |
| HSL | 48.3º | 0.94% | 0.67% | - |
| HSV(B) | 48.3º | 0.64% | 0.98% | - |
| XYZ | 66.64 | 71.74 | 20.23 | - |
| YUV | 213.68 | 58.77 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 91 | 0 | 0.12 | 0.64 | 0.02 | 48.3 | 0.94 | 0.67 |
| Hex | FA | DB | 5B | 0 | C | 40 | 2 | 30 | 5E | 43 |
| Octal | 372 | 333 | 133 | 0 | 14 | 100 | 2 | 60 | 136 | 103 |
| Binary | 11111010 | 11011011 | 1011011 | 0 | 1100 | 1000000 | 10 | 110000 | 1011110 | 1000011 |
Color Harmonies of #FADB5B
Complementary color
Monochromatic Colors of #FADB5B
Black with #FADB5B
Text Example
Text Example
White with #FADB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB5B; }
p { color: rgb(250,219,91); }
H1.HeaderClassName
{
color: #FADB5B;
}
.AnyTagClassName
{
color: #FADB5B;
}
</style>
background-color css
<style>
a { background-color: #FADB5B; }
a { background-color: rgb(250,219,91); }
div.DivClassName
{
background-color: #FADB5B;
}
.BgClassName
{
background-color: #FADB5B;
}
</style>
border-color css
<style>
span { border-color: #FADB5B; }
span { border-color: rgb(250,219,91); }
td.TdClassName
{
border-color: #FADB5B;
}
.TagClassName
{
border-color: #FADB5B;
}
</style>