Shades of Mustard #FDE25C
Tints of Mustard #FDE25C
RGB
CMYK
RGB Variations
Color information
#FDE25C (or 0xFDE25C) is known color: Mustard. HEX triplet: FD, E2 and 5C. RGB value is (253,226,92). Sum of RGB (Red+Green+Blue) = 253+226+92=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 92 (36.33% from 255 or 16.11% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE25C is #021DA3. Grayscale: #DBDBDB. Windows color (decimal): -138660 or 6087421. OLE color: 6087421.
HSL color Cylindrical-coordinate representation of color #FDE25C: hue angle of 49.94º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDE25C is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 92 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.01 |
| HSL | 49.94º | 0.98% | 0.68% | - |
| HSV(B) | 49.94º | 0.64% | 0.99% | - |
| XYZ | 69.64 | 76.05 | 21.13 | - |
| YUV | 218.8 | 56.45 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 92 | 0 | 0.11 | 0.64 | 0.01 | 49.94 | 0.98 | 0.68 |
| Hex | FD | E2 | 5C | 0 | B | 40 | 1 | 32 | 62 | 44 |
| Octal | 375 | 342 | 134 | 0 | 13 | 100 | 1 | 62 | 142 | 104 |
| Binary | 11111101 | 11100010 | 1011100 | 0 | 1011 | 1000000 | 1 | 110010 | 1100010 | 1000100 |
Color Harmonies of #FDE25C
Complementary color
Monochromatic Colors of #FDE25C
Black with #FDE25C
Text Example
Text Example
White with #FDE25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE25C; }
p { color: rgb(253,226,92); }
H1.HeaderClassName
{
color: #FDE25C;
}
.AnyTagClassName
{
color: #FDE25C;
}
</style>
background-color css
<style>
a { background-color: #FDE25C; }
a { background-color: rgb(253,226,92); }
div.DivClassName
{
background-color: #FDE25C;
}
.BgClassName
{
background-color: #FDE25C;
}
</style>
border-color css
<style>
span { border-color: #FDE25C; }
span { border-color: rgb(253,226,92); }
td.TdClassName
{
border-color: #FDE25C;
}
.TagClassName
{
border-color: #FDE25C;
}
</style>