Shades of Mustard #FADE5D
Tints of Mustard #FADE5D
RGB
CMYK
RGB Variations
Color information
#FADE5D (or 0xFADE5D) is known color: Mustard. HEX triplet: FA, DE and 5D. RGB value is (250,222,93). Sum of RGB (Red+Green+Blue) = 250+222+93=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 93 (36.72% from 255 or 16.46% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE5D is #0521A2. Grayscale: #D8D8D8. Windows color (decimal): -336291 or 6151930. OLE color: 6151930.
HSL color Cylindrical-coordinate representation of color #FADE5D: hue angle of 49.3º 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 #FADE5D is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 93 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.02 |
| HSL | 49.3º | 0.94% | 0.67% | - |
| HSV(B) | 49.3º | 0.63% | 0.98% | - |
| XYZ | 67.52 | 73.36 | 20.96 | - |
| YUV | 215.67 | 58.78 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 93 | 0 | 0.11 | 0.63 | 0.02 | 49.3 | 0.94 | 0.67 |
| Hex | FA | DE | 5D | 0 | B | 3F | 2 | 31 | 5E | 43 |
| Octal | 372 | 336 | 135 | 0 | 13 | 77 | 2 | 61 | 136 | 103 |
| Binary | 11111010 | 11011110 | 1011101 | 0 | 1011 | 111111 | 10 | 110001 | 1011110 | 1000011 |
Color Harmonies of #FADE5D
Complementary color
Monochromatic Colors of #FADE5D
Black with #FADE5D
Text Example
Text Example
White with #FADE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE5D; }
p { color: rgb(250,222,93); }
H1.HeaderClassName
{
color: #FADE5D;
}
.AnyTagClassName
{
color: #FADE5D;
}
</style>
background-color css
<style>
a { background-color: #FADE5D; }
a { background-color: rgb(250,222,93); }
div.DivClassName
{
background-color: #FADE5D;
}
.BgClassName
{
background-color: #FADE5D;
}
</style>
border-color css
<style>
span { border-color: #FADE5D; }
span { border-color: rgb(250,222,93); }
td.TdClassName
{
border-color: #FADE5D;
}
.TagClassName
{
border-color: #FADE5D;
}
</style>