Shades of Mustard #FED753
Tints of Mustard #FED753
RGB
CMYK
RGB Variations
Color information
#FED753 (or 0xFED753) is known color: Mustard. HEX triplet: FE, D7 and 53. RGB value is (254,215,83). Sum of RGB (Red+Green+Blue) = 254+215+83=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 215 (84.38% from 255 or 38.95% from 552); Blue value is 83 (32.81% from 255 or 15.04% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FED753 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED753 is #0128AC. Grayscale: #D4D4D4. Windows color (decimal): -75949 or 5494782. OLE color: 5494782.
HSL color Cylindrical-coordinate representation of color #FED753: hue angle of 46.32º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FED753 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 83 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.00 |
| HSL | 46.32º | 0.99% | 0.66% | - |
| HSV(B) | 46.32º | 0.67% | 1% | - |
| XYZ | 66.73 | 70.3 | 18.23 | - |
| YUV | 211.61 | 55.42 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 83 | 0 | 0.15 | 0.67 | 0.00 | 46.32 | 0.99 | 0.66 |
| Hex | FE | D7 | 53 | 0 | F | 43 | 0 | 2E | 63 | 42 |
| Octal | 376 | 327 | 123 | 0 | 17 | 103 | 0 | 56 | 143 | 102 |
| Binary | 11111110 | 11010111 | 1010011 | 0 | 1111 | 1000011 | 0 | 101110 | 1100011 | 1000010 |
Color Harmonies of #FED753
Complementary color
Monochromatic Colors of #FED753
Black with #FED753
Text Example
Text Example
White with #FED753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED753; }
p { color: rgb(254,215,83); }
H1.HeaderClassName
{
color: #FED753;
}
.AnyTagClassName
{
color: #FED753;
}
</style>
background-color css
<style>
a { background-color: #FED753; }
a { background-color: rgb(254,215,83); }
div.DivClassName
{
background-color: #FED753;
}
.BgClassName
{
background-color: #FED753;
}
</style>
border-color css
<style>
span { border-color: #FED753; }
span { border-color: rgb(254,215,83); }
td.TdClassName
{
border-color: #FED753;
}
.TagClassName
{
border-color: #FED753;
}
</style>