Shades of Mustard #FEE05F
Tints of Mustard #FEE05F
RGB
CMYK
RGB Variations
Color information
#FEE05F (or 0xFEE05F) is known color: Mustard. HEX triplet: FE, E0 and 5F. RGB value is (254,224,95). Sum of RGB (Red+Green+Blue) = 254+224+95=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 95 (37.5% from 255 or 16.58% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE05F is #011FA0. Grayscale: #DADADA. Windows color (decimal): -73633 or 6283518. OLE color: 6283518.
HSL color Cylindrical-coordinate representation of color #FEE05F: hue angle of 48.68º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEE05F is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 95 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.00 |
| HSL | 48.68º | 0.99% | 0.68% | - |
| HSV(B) | 48.68º | 0.63% | 1% | - |
| XYZ | 69.59 | 75.21 | 21.68 | - |
| YUV | 218.26 | 58.44 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 95 | 0 | 0.12 | 0.63 | 0.00 | 48.68 | 0.99 | 0.68 |
| Hex | FE | E0 | 5F | 0 | C | 3F | 0 | 31 | 63 | 44 |
| Octal | 376 | 340 | 137 | 0 | 14 | 77 | 0 | 61 | 143 | 104 |
| Binary | 11111110 | 11100000 | 1011111 | 0 | 1100 | 111111 | 0 | 110001 | 1100011 | 1000100 |
Color Harmonies of #FEE05F
Complementary color
Monochromatic Colors of #FEE05F
Black with #FEE05F
Text Example
Text Example
White with #FEE05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE05F; }
p { color: rgb(254,224,95); }
H1.HeaderClassName
{
color: #FEE05F;
}
.AnyTagClassName
{
color: #FEE05F;
}
</style>
background-color css
<style>
a { background-color: #FEE05F; }
a { background-color: rgb(254,224,95); }
div.DivClassName
{
background-color: #FEE05F;
}
.BgClassName
{
background-color: #FEE05F;
}
</style>
border-color css
<style>
span { border-color: #FEE05F; }
span { border-color: rgb(254,224,95); }
td.TdClassName
{
border-color: #FEE05F;
}
.TagClassName
{
border-color: #FEE05F;
}
</style>