Shades of Mustard #FADC5A
Tints of Mustard #FADC5A
RGB
CMYK
RGB Variations
Color information
#FADC5A (or 0xFADC5A) is known color: Mustard. HEX triplet: FA, DC and 5A. RGB value is (250,220,90). Sum of RGB (Red+Green+Blue) = 250+220+90=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 90 (35.55% from 255 or 16.07% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC5A is #0523A5. Grayscale: #D6D6D6. Windows color (decimal): -336806 or 5954810. OLE color: 5954810.
HSL color Cylindrical-coordinate representation of color #FADC5A: hue angle of 48.75º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FADC5A is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 90 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.02 |
| HSL | 48.75º | 0.94% | 0.67% | - |
| HSV(B) | 48.75º | 0.64% | 0.98% | - |
| XYZ | 66.86 | 72.25 | 20.09 | - |
| YUV | 214.15 | 57.94 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 90 | 0 | 0.12 | 0.64 | 0.02 | 48.75 | 0.94 | 0.67 |
| Hex | FA | DC | 5A | 0 | C | 40 | 2 | 31 | 5E | 43 |
| Octal | 372 | 334 | 132 | 0 | 14 | 100 | 2 | 61 | 136 | 103 |
| Binary | 11111010 | 11011100 | 1011010 | 0 | 1100 | 1000000 | 10 | 110001 | 1011110 | 1000011 |
Color Harmonies of #FADC5A
Complementary color
Monochromatic Colors of #FADC5A
Black with #FADC5A
Text Example
Text Example
White with #FADC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC5A; }
p { color: rgb(250,220,90); }
H1.HeaderClassName
{
color: #FADC5A;
}
.AnyTagClassName
{
color: #FADC5A;
}
</style>
background-color css
<style>
a { background-color: #FADC5A; }
a { background-color: rgb(250,220,90); }
div.DivClassName
{
background-color: #FADC5A;
}
.BgClassName
{
background-color: #FADC5A;
}
</style>
border-color css
<style>
span { border-color: #FADC5A; }
span { border-color: rgb(250,220,90); }
td.TdClassName
{
border-color: #FADC5A;
}
.TagClassName
{
border-color: #FADC5A;
}
</style>