Shades of Mustard #FDE160
Tints of Mustard #FDE160
RGB
CMYK
RGB Variations
Color information
#FDE160 (or 0xFDE160) is known color: Mustard. HEX triplet: FD, E1 and 60. RGB value is (253,225,96). Sum of RGB (Red+Green+Blue) = 253+225+96=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 96 (37.89% from 255 or 16.72% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE160 is #021E9F. Grayscale: #DBDBDB. Windows color (decimal): -138912 or 6349309. OLE color: 6349309.
HSL color Cylindrical-coordinate representation of color #FDE160: hue angle of 49.3º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDE160 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 96 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.01 |
| HSL | 49.3º | 0.98% | 0.68% | - |
| HSV(B) | 49.3º | 0.62% | 0.99% | - |
| XYZ | 69.54 | 75.58 | 21.99 | - |
| YUV | 218.67 | 58.78 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 96 | 0 | 0.11 | 0.62 | 0.01 | 49.3 | 0.98 | 0.68 |
| Hex | FD | E1 | 60 | 0 | B | 3E | 1 | 31 | 62 | 44 |
| Octal | 375 | 341 | 140 | 0 | 13 | 76 | 1 | 61 | 142 | 104 |
| Binary | 11111101 | 11100001 | 1100000 | 0 | 1011 | 111110 | 1 | 110001 | 1100010 | 1000100 |
Color Harmonies of #FDE160
Complementary color
Monochromatic Colors of #FDE160
Black with #FDE160
Text Example
Text Example
White with #FDE160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE160; }
p { color: rgb(253,225,96); }
H1.HeaderClassName
{
color: #FDE160;
}
.AnyTagClassName
{
color: #FDE160;
}
</style>
background-color css
<style>
a { background-color: #FDE160; }
a { background-color: rgb(253,225,96); }
div.DivClassName
{
background-color: #FDE160;
}
.BgClassName
{
background-color: #FDE160;
}
</style>
border-color css
<style>
span { border-color: #FDE160; }
span { border-color: rgb(253,225,96); }
td.TdClassName
{
border-color: #FDE160;
}
.TagClassName
{
border-color: #FDE160;
}
</style>