Shades of Mustard #FADE5C
Tints of Mustard #FADE5C
RGB
CMYK
RGB Variations
Color information
#FADE5C (or 0xFADE5C) is known color: Mustard. HEX triplet: FA, DE and 5C. RGB value is (250,222,92). Sum of RGB (Red+Green+Blue) = 250+222+92=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 92 (36.33% from 255 or 16.31% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE5C is #0521A3. Grayscale: #D8D8D8. Windows color (decimal): -336292 or 6086394. OLE color: 6086394.
HSL color Cylindrical-coordinate representation of color #FADE5C: hue angle of 49.37º 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 #FADE5C is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 92 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.02 |
| HSL | 49.37º | 0.94% | 0.67% | - |
| HSV(B) | 49.37º | 0.63% | 0.98% | - |
| XYZ | 67.48 | 73.34 | 20.72 | - |
| YUV | 215.55 | 58.28 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 92 | 0 | 0.11 | 0.63 | 0.02 | 49.37 | 0.94 | 0.67 |
| Hex | FA | DE | 5C | 0 | B | 3F | 2 | 31 | 5E | 43 |
| Octal | 372 | 336 | 134 | 0 | 13 | 77 | 2 | 61 | 136 | 103 |
| Binary | 11111010 | 11011110 | 1011100 | 0 | 1011 | 111111 | 10 | 110001 | 1011110 | 1000011 |
Color Harmonies of #FADE5C
Complementary color
Monochromatic Colors of #FADE5C
Black with #FADE5C
Text Example
Text Example
White with #FADE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE5C; }
p { color: rgb(250,222,92); }
H1.HeaderClassName
{
color: #FADE5C;
}
.AnyTagClassName
{
color: #FADE5C;
}
</style>
background-color css
<style>
a { background-color: #FADE5C; }
a { background-color: rgb(250,222,92); }
div.DivClassName
{
background-color: #FADE5C;
}
.BgClassName
{
background-color: #FADE5C;
}
</style>
border-color css
<style>
span { border-color: #FADE5C; }
span { border-color: rgb(250,222,92); }
td.TdClassName
{
border-color: #FADE5C;
}
.TagClassName
{
border-color: #FADE5C;
}
</style>