Shades of Mustard #FADF5D
Tints of Mustard #FADF5D
RGB
CMYK
RGB Variations
Color information
#FADF5D (or 0xFADF5D) is known color: Mustard. HEX triplet: FA, DF and 5D. RGB value is (250,223,93). Sum of RGB (Red+Green+Blue) = 250+223+93=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 93 (36.72% from 255 or 16.43% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF5D is #0520A2. Grayscale: #D8D8D8. Windows color (decimal): -336035 or 6152186. OLE color: 6152186.
HSL color Cylindrical-coordinate representation of color #FADF5D: hue angle of 49.68º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FADF5D is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 93 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.02 |
| HSL | 49.68º | 0.94% | 0.67% | - |
| HSV(B) | 49.68º | 0.63% | 0.98% | - |
| XYZ | 67.79 | 73.89 | 21.05 | - |
| YUV | 216.25 | 58.45 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 93 | 0 | 0.11 | 0.63 | 0.02 | 49.68 | 0.94 | 0.67 |
| Hex | FA | DF | 5D | 0 | B | 3F | 2 | 32 | 5E | 43 |
| Octal | 372 | 337 | 135 | 0 | 13 | 77 | 2 | 62 | 136 | 103 |
| Binary | 11111010 | 11011111 | 1011101 | 0 | 1011 | 111111 | 10 | 110010 | 1011110 | 1000011 |
Color Harmonies of #FADF5D
Complementary color
Monochromatic Colors of #FADF5D
Black with #FADF5D
Text Example
Text Example
White with #FADF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF5D; }
p { color: rgb(250,223,93); }
H1.HeaderClassName
{
color: #FADF5D;
}
.AnyTagClassName
{
color: #FADF5D;
}
</style>
background-color css
<style>
a { background-color: #FADF5D; }
a { background-color: rgb(250,223,93); }
div.DivClassName
{
background-color: #FADF5D;
}
.BgClassName
{
background-color: #FADF5D;
}
</style>
border-color css
<style>
span { border-color: #FADF5D; }
span { border-color: rgb(250,223,93); }
td.TdClassName
{
border-color: #FADF5D;
}
.TagClassName
{
border-color: #FADF5D;
}
</style>