Shades of Mustard #FFE250
Tints of Mustard #FFE250
RGB
CMYK
RGB Variations
Color information
#FFE250 (or 0xFFE250) is known color: Mustard. HEX triplet: FF, E2 and 50. RGB value is (255,226,80). Sum of RGB (Red+Green+Blue) = 255+226+80=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 80 (31.64% from 255 or 14.26% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE250 is #001DAF. Grayscale: #DADADA. Windows color (decimal): -7600 or 5300991. OLE color: 5300991.
HSL color Cylindrical-coordinate representation of color #FFE250: hue angle of 50.06º 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 #FFE250 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 80 | - |
| CMYK | 0 | 0.11 | 0.69 | 0 |
| HSL | 50.06º | 1% | 0.66% | - |
| HSV(B) | 50.06º | 0.69% | 1% | - |
| XYZ | 69.88 | 76.23 | 18.62 | - |
| YUV | 218.03 | 50.11 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 80 | 0 | 0.11 | 0.69 | 0 | 50.06 | 1 | 0.66 |
| Hex | FF | E2 | 50 | 0 | B | 45 | 0 | 32 | 64 | 42 |
| Octal | 377 | 342 | 120 | 0 | 13 | 105 | 0 | 62 | 144 | 102 |
| Binary | 11111111 | 11100010 | 1010000 | 0 | 1011 | 1000101 | 0 | 110010 | 1100100 | 1000010 |
Color Harmonies of #FFE250
Complementary color
Monochromatic Colors of #FFE250
Black with #FFE250
Text Example
Text Example
White with #FFE250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE250; }
p { color: rgb(255,226,80); }
H1.HeaderClassName
{
color: #FFE250;
}
.AnyTagClassName
{
color: #FFE250;
}
</style>
background-color css
<style>
a { background-color: #FFE250; }
a { background-color: rgb(255,226,80); }
div.DivClassName
{
background-color: #FFE250;
}
.BgClassName
{
background-color: #FFE250;
}
</style>
border-color css
<style>
span { border-color: #FFE250; }
span { border-color: rgb(255,226,80); }
td.TdClassName
{
border-color: #FFE250;
}
.TagClassName
{
border-color: #FFE250;
}
</style>