Shades of Mustard #FEDD52
Tints of Mustard #FEDD52
RGB
CMYK
RGB Variations
Color information
#FEDD52 (or 0xFEDD52) is known color: Mustard. HEX triplet: FE, DD and 52. RGB value is (254,221,82). Sum of RGB (Red+Green+Blue) = 254+221+82=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 82 (32.42% from 255 or 14.72% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD52 is #0122AD. Grayscale: #D7D7D7. Windows color (decimal): -74414 or 5430782. OLE color: 5430782.
HSL color Cylindrical-coordinate representation of color #FEDD52: hue angle of 48.49º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEDD52 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 82 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.00 |
| HSL | 48.49º | 0.99% | 0.66% | - |
| HSV(B) | 48.49º | 0.68% | 1% | - |
| XYZ | 68.25 | 73.39 | 18.55 | - |
| YUV | 215.02 | 52.93 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 82 | 0 | 0.13 | 0.68 | 0.00 | 48.49 | 0.99 | 0.66 |
| Hex | FE | DD | 52 | 0 | D | 44 | 0 | 30 | 63 | 42 |
| Octal | 376 | 335 | 122 | 0 | 15 | 104 | 0 | 60 | 143 | 102 |
| Binary | 11111110 | 11011101 | 1010010 | 0 | 1101 | 1000100 | 0 | 110000 | 1100011 | 1000010 |
Color Harmonies of #FEDD52
Complementary color
Monochromatic Colors of #FEDD52
Black with #FEDD52
Text Example
Text Example
White with #FEDD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD52; }
p { color: rgb(254,221,82); }
H1.HeaderClassName
{
color: #FEDD52;
}
.AnyTagClassName
{
color: #FEDD52;
}
</style>
background-color css
<style>
a { background-color: #FEDD52; }
a { background-color: rgb(254,221,82); }
div.DivClassName
{
background-color: #FEDD52;
}
.BgClassName
{
background-color: #FEDD52;
}
</style>
border-color css
<style>
span { border-color: #FEDD52; }
span { border-color: rgb(254,221,82); }
td.TdClassName
{
border-color: #FEDD52;
}
.TagClassName
{
border-color: #FEDD52;
}
</style>