Shades of Mustard #FED752
Tints of Mustard #FED752
RGB
CMYK
RGB Variations
Color information
#FED752 (or 0xFED752) is known color: Mustard. HEX triplet: FE, D7 and 52. RGB value is (254,215,82). Sum of RGB (Red+Green+Blue) = 254+215+82=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 82 (32.42% from 255 or 14.88% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FED752 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED752 is #0128AD. Grayscale: #D4D4D4. Windows color (decimal): -75950 or 5429246. OLE color: 5429246.
HSL color Cylindrical-coordinate representation of color #FED752: hue angle of 46.4º 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 #FED752 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 82 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.00 |
| HSL | 46.4º | 0.99% | 0.66% | - |
| HSV(B) | 46.4º | 0.68% | 1% | - |
| XYZ | 66.7 | 70.28 | 18.03 | - |
| YUV | 211.5 | 54.92 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 82 | 0 | 0.15 | 0.68 | 0.00 | 46.4 | 0.99 | 0.66 |
| Hex | FE | D7 | 52 | 0 | F | 44 | 0 | 2E | 63 | 42 |
| Octal | 376 | 327 | 122 | 0 | 17 | 104 | 0 | 56 | 143 | 102 |
| Binary | 11111110 | 11010111 | 1010010 | 0 | 1111 | 1000100 | 0 | 101110 | 1100011 | 1000010 |
Color Harmonies of #FED752
Complementary color
Monochromatic Colors of #FED752
Black with #FED752
Text Example
Text Example
White with #FED752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED752; }
p { color: rgb(254,215,82); }
H1.HeaderClassName
{
color: #FED752;
}
.AnyTagClassName
{
color: #FED752;
}
</style>
background-color css
<style>
a { background-color: #FED752; }
a { background-color: rgb(254,215,82); }
div.DivClassName
{
background-color: #FED752;
}
.BgClassName
{
background-color: #FED752;
}
</style>
border-color css
<style>
span { border-color: #FED752; }
span { border-color: rgb(254,215,82); }
td.TdClassName
{
border-color: #FED752;
}
.TagClassName
{
border-color: #FED752;
}
</style>