Shades of Mustard #FDE252
Tints of Mustard #FDE252
RGB
CMYK
RGB Variations
Color information
#FDE252 (or 0xFDE252) is known color: Mustard. HEX triplet: FD, E2 and 52. RGB value is (253,226,82). Sum of RGB (Red+Green+Blue) = 253+226+82=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 82 (32.42% from 255 or 14.62% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE252 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE252 is #021DAD. Grayscale: #DADADA. Windows color (decimal): -138670 or 5432061. OLE color: 5432061.
HSL color Cylindrical-coordinate representation of color #FDE252: hue angle of 50.53º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDE252 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 82 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.01 |
| HSL | 50.53º | 0.98% | 0.66% | - |
| HSV(B) | 50.53º | 0.68% | 0.99% | - |
| XYZ | 69.23 | 75.88 | 18.98 | - |
| YUV | 217.66 | 51.45 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 82 | 0 | 0.11 | 0.68 | 0.01 | 50.53 | 0.98 | 0.66 |
| Hex | FD | E2 | 52 | 0 | B | 44 | 1 | 33 | 62 | 42 |
| Octal | 375 | 342 | 122 | 0 | 13 | 104 | 1 | 63 | 142 | 102 |
| Binary | 11111101 | 11100010 | 1010010 | 0 | 1011 | 1000100 | 1 | 110011 | 1100010 | 1000010 |
Color Harmonies of #FDE252
Complementary color
Monochromatic Colors of #FDE252
Black with #FDE252
Text Example
Text Example
White with #FDE252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE252; }
p { color: rgb(253,226,82); }
H1.HeaderClassName
{
color: #FDE252;
}
.AnyTagClassName
{
color: #FDE252;
}
</style>
background-color css
<style>
a { background-color: #FDE252; }
a { background-color: rgb(253,226,82); }
div.DivClassName
{
background-color: #FDE252;
}
.BgClassName
{
background-color: #FDE252;
}
</style>
border-color css
<style>
span { border-color: #FDE252; }
span { border-color: rgb(253,226,82); }
td.TdClassName
{
border-color: #FDE252;
}
.TagClassName
{
border-color: #FDE252;
}
</style>