Shades of Mustard #FCE25B
Tints of Mustard #FCE25B
RGB
CMYK
RGB Variations
Color information
#FCE25B (or 0xFCE25B) is known color: Mustard. HEX triplet: FC, E2 and 5B. RGB value is (252,226,91). Sum of RGB (Red+Green+Blue) = 252+226+91=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 226 (88.67% from 255 or 39.72% from 569); Blue value is 91 (35.94% from 255 or 15.99% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE25B is #031DA4. Grayscale: #DADADA. Windows color (decimal): -204197 or 6021884. OLE color: 6021884.
HSL color Cylindrical-coordinate representation of color #FCE25B: hue angle of 50.31º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCE25B is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 91 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.01 |
| HSL | 50.31º | 0.96% | 0.67% | - |
| HSV(B) | 50.31º | 0.64% | 0.99% | - |
| XYZ | 69.23 | 75.84 | 20.89 | - |
| YUV | 218.38 | 56.11 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 91 | 0 | 0.10 | 0.64 | 0.01 | 50.31 | 0.96 | 0.67 |
| Hex | FC | E2 | 5B | 0 | A | 40 | 1 | 32 | 60 | 43 |
| Octal | 374 | 342 | 133 | 0 | 12 | 100 | 1 | 62 | 140 | 103 |
| Binary | 11111100 | 11100010 | 1011011 | 0 | 1010 | 1000000 | 1 | 110010 | 1100000 | 1000011 |
Color Harmonies of #FCE25B
Complementary color
Monochromatic Colors of #FCE25B
Black with #FCE25B
Text Example
Text Example
White with #FCE25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE25B; }
p { color: rgb(252,226,91); }
H1.HeaderClassName
{
color: #FCE25B;
}
.AnyTagClassName
{
color: #FCE25B;
}
</style>
background-color css
<style>
a { background-color: #FCE25B; }
a { background-color: rgb(252,226,91); }
div.DivClassName
{
background-color: #FCE25B;
}
.BgClassName
{
background-color: #FCE25B;
}
</style>
border-color css
<style>
span { border-color: #FCE25B; }
span { border-color: rgb(252,226,91); }
td.TdClassName
{
border-color: #FCE25B;
}
.TagClassName
{
border-color: #FCE25B;
}
</style>