Shades of Mustard #FADC55
Tints of Mustard #FADC55
RGB
CMYK
RGB Variations
Color information
#FADC55 (or 0xFADC55) is known color: Mustard. HEX triplet: FA, DC and 55. RGB value is (250,220,85). Sum of RGB (Red+Green+Blue) = 250+220+85=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 85 (33.59% from 255 or 15.32% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC55 is #0523AA. Grayscale: #D6D6D6. Windows color (decimal): -336811 or 5627130. OLE color: 5627130.
HSL color Cylindrical-coordinate representation of color #FADC55: hue angle of 49.09º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FADC55 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 85 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.02 |
| HSL | 49.09º | 0.94% | 0.66% | - |
| HSV(B) | 49.09º | 0.66% | 0.98% | - |
| XYZ | 66.66 | 72.17 | 19.01 | - |
| YUV | 213.58 | 55.44 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 85 | 0 | 0.12 | 0.66 | 0.02 | 49.09 | 0.94 | 0.66 |
| Hex | FA | DC | 55 | 0 | C | 42 | 2 | 31 | 5E | 42 |
| Octal | 372 | 334 | 125 | 0 | 14 | 102 | 2 | 61 | 136 | 102 |
| Binary | 11111010 | 11011100 | 1010101 | 0 | 1100 | 1000010 | 10 | 110001 | 1011110 | 1000010 |
Color Harmonies of #FADC55
Complementary color
Monochromatic Colors of #FADC55
Black with #FADC55
Text Example
Text Example
White with #FADC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC55; }
p { color: rgb(250,220,85); }
H1.HeaderClassName
{
color: #FADC55;
}
.AnyTagClassName
{
color: #FADC55;
}
</style>
background-color css
<style>
a { background-color: #FADC55; }
a { background-color: rgb(250,220,85); }
div.DivClassName
{
background-color: #FADC55;
}
.BgClassName
{
background-color: #FADC55;
}
</style>
border-color css
<style>
span { border-color: #FADC55; }
span { border-color: rgb(250,220,85); }
td.TdClassName
{
border-color: #FADC55;
}
.TagClassName
{
border-color: #FADC55;
}
</style>