Shades of Mustard #FADB55
Tints of Mustard #FADB55
RGB
CMYK
RGB Variations
Color information
#FADB55 (or 0xFADB55) is known color: Mustard. HEX triplet: FA, DB and 55. RGB value is (250,219,85). Sum of RGB (Red+Green+Blue) = 250+219+85=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 85 (33.59% from 255 or 15.34% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB55 is #0524AA. Grayscale: #D5D5D5. Windows color (decimal): -337067 or 5626874. OLE color: 5626874.
HSL color Cylindrical-coordinate representation of color #FADB55: hue angle of 48.73º 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 #FADB55 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 85 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.02 |
| HSL | 48.73º | 0.94% | 0.66% | - |
| HSV(B) | 48.73º | 0.66% | 0.98% | - |
| XYZ | 66.4 | 71.64 | 18.92 | - |
| YUV | 212.99 | 55.77 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 85 | 0 | 0.12 | 0.66 | 0.02 | 48.73 | 0.94 | 0.66 |
| Hex | FA | DB | 55 | 0 | C | 42 | 2 | 31 | 5E | 42 |
| Octal | 372 | 333 | 125 | 0 | 14 | 102 | 2 | 61 | 136 | 102 |
| Binary | 11111010 | 11011011 | 1010101 | 0 | 1100 | 1000010 | 10 | 110001 | 1011110 | 1000010 |
Color Harmonies of #FADB55
Complementary color
Monochromatic Colors of #FADB55
Black with #FADB55
Text Example
Text Example
White with #FADB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB55; }
p { color: rgb(250,219,85); }
H1.HeaderClassName
{
color: #FADB55;
}
.AnyTagClassName
{
color: #FADB55;
}
</style>
background-color css
<style>
a { background-color: #FADB55; }
a { background-color: rgb(250,219,85); }
div.DivClassName
{
background-color: #FADB55;
}
.BgClassName
{
background-color: #FADB55;
}
</style>
border-color css
<style>
span { border-color: #FADB55; }
span { border-color: rgb(250,219,85); }
td.TdClassName
{
border-color: #FADB55;
}
.TagClassName
{
border-color: #FADB55;
}
</style>