Shades of Mustard #FFE150
Tints of Mustard #FFE150
RGB
CMYK
RGB Variations
Color information
#FFE150 (or 0xFFE150) is known color: Mustard. HEX triplet: FF, E1 and 50. RGB value is (255,225,80). Sum of RGB (Red+Green+Blue) = 255+225+80=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 80 (31.64% from 255 or 14.29% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE150 is #001EAF. Grayscale: #DADADA. Windows color (decimal): -7856 or 5300735. OLE color: 5300735.
HSL color Cylindrical-coordinate representation of color #FFE150: hue angle of 49.71º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFE150 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 80 | - |
| CMYK | 0 | 0.12 | 0.69 | 0 |
| HSL | 49.71º | 1% | 0.66% | - |
| HSV(B) | 49.71º | 0.69% | 1% | - |
| XYZ | 69.61 | 75.69 | 18.53 | - |
| YUV | 217.44 | 50.44 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 80 | 0 | 0.12 | 0.69 | 0 | 49.71 | 1 | 0.66 |
| Hex | FF | E1 | 50 | 0 | C | 45 | 0 | 32 | 64 | 42 |
| Octal | 377 | 341 | 120 | 0 | 14 | 105 | 0 | 62 | 144 | 102 |
| Binary | 11111111 | 11100001 | 1010000 | 0 | 1100 | 1000101 | 0 | 110010 | 1100100 | 1000010 |
Color Harmonies of #FFE150
Complementary color
Monochromatic Colors of #FFE150
Black with #FFE150
Text Example
Text Example
White with #FFE150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE150; }
p { color: rgb(255,225,80); }
H1.HeaderClassName
{
color: #FFE150;
}
.AnyTagClassName
{
color: #FFE150;
}
</style>
background-color css
<style>
a { background-color: #FFE150; }
a { background-color: rgb(255,225,80); }
div.DivClassName
{
background-color: #FFE150;
}
.BgClassName
{
background-color: #FFE150;
}
</style>
border-color css
<style>
span { border-color: #FFE150; }
span { border-color: rgb(255,225,80); }
td.TdClassName
{
border-color: #FFE150;
}
.TagClassName
{
border-color: #FFE150;
}
</style>