Shades of Mustard #FFE253
Tints of Mustard #FFE253
RGB
CMYK
RGB Variations
Color information
#FFE253 (or 0xFFE253) is known color: Mustard. HEX triplet: FF, E2 and 53. RGB value is (255,226,83). Sum of RGB (Red+Green+Blue) = 255+226+83=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 83 (32.81% from 255 or 14.72% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE253 is #001DAC. Grayscale: #DADADA. Windows color (decimal): -7597 or 5497599. OLE color: 5497599.
HSL color Cylindrical-coordinate representation of color #FFE253: hue angle of 49.88º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFE253 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 83 | - |
| CMYK | 0 | 0.11 | 0.67 | 0 |
| HSL | 49.88º | 1% | 0.66% | - |
| HSV(B) | 49.88º | 0.67% | 1% | - |
| XYZ | 70 | 76.28 | 19.22 | - |
| YUV | 218.37 | 51.61 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 83 | 0 | 0.11 | 0.67 | 0 | 49.88 | 1 | 0.66 |
| Hex | FF | E2 | 53 | 0 | B | 43 | 0 | 32 | 64 | 42 |
| Octal | 377 | 342 | 123 | 0 | 13 | 103 | 0 | 62 | 144 | 102 |
| Binary | 11111111 | 11100010 | 1010011 | 0 | 1011 | 1000011 | 0 | 110010 | 1100100 | 1000010 |
Color Harmonies of #FFE253
Complementary color
Monochromatic Colors of #FFE253
Black with #FFE253
Text Example
Text Example
White with #FFE253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE253; }
p { color: rgb(255,226,83); }
H1.HeaderClassName
{
color: #FFE253;
}
.AnyTagClassName
{
color: #FFE253;
}
</style>
background-color css
<style>
a { background-color: #FFE253; }
a { background-color: rgb(255,226,83); }
div.DivClassName
{
background-color: #FFE253;
}
.BgClassName
{
background-color: #FFE253;
}
</style>
border-color css
<style>
span { border-color: #FFE253; }
span { border-color: rgb(255,226,83); }
td.TdClassName
{
border-color: #FFE253;
}
.TagClassName
{
border-color: #FFE253;
}
</style>