Shades of Mustard #FADC57
Tints of Mustard #FADC57
RGB
CMYK
RGB Variations
Color information
#FADC57 (or 0xFADC57) is known color: Mustard. HEX triplet: FA, DC and 57. RGB value is (250,220,87). Sum of RGB (Red+Green+Blue) = 250+220+87=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 87 (34.38% from 255 or 15.62% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC57 is #0523A8. Grayscale: #D6D6D6. Windows color (decimal): -336809 or 5758202. OLE color: 5758202.
HSL color Cylindrical-coordinate representation of color #FADC57: hue angle of 48.96º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FADC57 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 87 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.02 |
| HSL | 48.96º | 0.94% | 0.66% | - |
| HSV(B) | 48.96º | 0.65% | 0.98% | - |
| XYZ | 66.74 | 72.2 | 19.44 | - |
| YUV | 213.81 | 56.44 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 87 | 0 | 0.12 | 0.65 | 0.02 | 48.96 | 0.94 | 0.66 |
| Hex | FA | DC | 57 | 0 | C | 41 | 2 | 31 | 5E | 42 |
| Octal | 372 | 334 | 127 | 0 | 14 | 101 | 2 | 61 | 136 | 102 |
| Binary | 11111010 | 11011100 | 1010111 | 0 | 1100 | 1000001 | 10 | 110001 | 1011110 | 1000010 |
Color Harmonies of #FADC57
Complementary color
Monochromatic Colors of #FADC57
Black with #FADC57
Text Example
Text Example
White with #FADC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC57; }
p { color: rgb(250,220,87); }
H1.HeaderClassName
{
color: #FADC57;
}
.AnyTagClassName
{
color: #FADC57;
}
</style>
background-color css
<style>
a { background-color: #FADC57; }
a { background-color: rgb(250,220,87); }
div.DivClassName
{
background-color: #FADC57;
}
.BgClassName
{
background-color: #FADC57;
}
</style>
border-color css
<style>
span { border-color: #FADC57; }
span { border-color: rgb(250,220,87); }
td.TdClassName
{
border-color: #FADC57;
}
.TagClassName
{
border-color: #FADC57;
}
</style>