Shades of Mustard #FED754
Tints of Mustard #FED754
RGB
CMYK
RGB Variations
Color information
#FED754 (or 0xFED754) is known color: Mustard. HEX triplet: FE, D7 and 54. RGB value is (254,215,84). Sum of RGB (Red+Green+Blue) = 254+215+84=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 84 (33.20% from 255 or 15.19% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FED754 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED754 is #0128AB. Grayscale: #D4D4D4. Windows color (decimal): -75948 or 5560318. OLE color: 5560318.
HSL color Cylindrical-coordinate representation of color #FED754: hue angle of 46.24º 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 #FED754 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 84 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.00 |
| HSL | 46.24º | 0.99% | 0.66% | - |
| HSV(B) | 46.24º | 0.67% | 1% | - |
| XYZ | 66.77 | 70.31 | 18.44 | - |
| YUV | 211.73 | 55.92 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 84 | 0 | 0.15 | 0.67 | 0.00 | 46.24 | 0.99 | 0.66 |
| Hex | FE | D7 | 54 | 0 | F | 43 | 0 | 2E | 63 | 42 |
| Octal | 376 | 327 | 124 | 0 | 17 | 103 | 0 | 56 | 143 | 102 |
| Binary | 11111110 | 11010111 | 1010100 | 0 | 1111 | 1000011 | 0 | 101110 | 1100011 | 1000010 |
Color Harmonies of #FED754
Complementary color
Monochromatic Colors of #FED754
Black with #FED754
Text Example
Text Example
White with #FED754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED754; }
p { color: rgb(254,215,84); }
H1.HeaderClassName
{
color: #FED754;
}
.AnyTagClassName
{
color: #FED754;
}
</style>
background-color css
<style>
a { background-color: #FED754; }
a { background-color: rgb(254,215,84); }
div.DivClassName
{
background-color: #FED754;
}
.BgClassName
{
background-color: #FED754;
}
</style>
border-color css
<style>
span { border-color: #FED754; }
span { border-color: rgb(254,215,84); }
td.TdClassName
{
border-color: #FED754;
}
.TagClassName
{
border-color: #FED754;
}
</style>