Shades of Mustard #FEE25C
Tints of Mustard #FEE25C
RGB
CMYK
RGB Variations
Color information
#FEE25C (or 0xFEE25C) is known color: Mustard. HEX triplet: FE, E2 and 5C. RGB value is (254,226,92). Sum of RGB (Red+Green+Blue) = 254+226+92=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 226 (88.67% from 255 or 39.51% from 572); Blue value is 92 (36.33% from 255 or 16.08% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE25C is #011DA3. Grayscale: #DBDBDB. Windows color (decimal): -73124 or 6087422. OLE color: 6087422.
HSL color Cylindrical-coordinate representation of color #FEE25C: hue angle of 49.63º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEE25C is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 92 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.00 |
| HSL | 49.63º | 0.99% | 0.68% | - |
| HSV(B) | 49.63º | 0.64% | 1% | - |
| XYZ | 70 | 76.24 | 21.15 | - |
| YUV | 219.1 | 56.28 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 92 | 0 | 0.11 | 0.64 | 0.00 | 49.63 | 0.99 | 0.68 |
| Hex | FE | E2 | 5C | 0 | B | 40 | 0 | 32 | 63 | 44 |
| Octal | 376 | 342 | 134 | 0 | 13 | 100 | 0 | 62 | 143 | 104 |
| Binary | 11111110 | 11100010 | 1011100 | 0 | 1011 | 1000000 | 0 | 110010 | 1100011 | 1000100 |
Color Harmonies of #FEE25C
Complementary color
Monochromatic Colors of #FEE25C
Black with #FEE25C
Text Example
Text Example
White with #FEE25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE25C; }
p { color: rgb(254,226,92); }
H1.HeaderClassName
{
color: #FEE25C;
}
.AnyTagClassName
{
color: #FEE25C;
}
</style>
background-color css
<style>
a { background-color: #FEE25C; }
a { background-color: rgb(254,226,92); }
div.DivClassName
{
background-color: #FEE25C;
}
.BgClassName
{
background-color: #FEE25C;
}
</style>
border-color css
<style>
span { border-color: #FEE25C; }
span { border-color: rgb(254,226,92); }
td.TdClassName
{
border-color: #FEE25C;
}
.TagClassName
{
border-color: #FEE25C;
}
</style>