Shades of Mustard #FED755
Tints of Mustard #FED755
RGB
CMYK
RGB Variations
Color information
#FED755 (or 0xFED755) is known color: Mustard. HEX triplet: FE, D7 and 55. RGB value is (254,215,85). Sum of RGB (Red+Green+Blue) = 254+215+85=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 85 (33.59% from 255 or 15.34% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FED755 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED755 is #0128AA. Grayscale: #D4D4D4. Windows color (decimal): -75947 or 5625854. OLE color: 5625854.
HSL color Cylindrical-coordinate representation of color #FED755: hue angle of 46.15º 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 #FED755 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 85 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.00 |
| HSL | 46.15º | 0.99% | 0.66% | - |
| HSV(B) | 46.15º | 0.67% | 1% | - |
| XYZ | 66.81 | 70.33 | 18.65 | - |
| YUV | 211.84 | 56.42 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 85 | 0 | 0.15 | 0.67 | 0.00 | 46.15 | 0.99 | 0.66 |
| Hex | FE | D7 | 55 | 0 | F | 43 | 0 | 2E | 63 | 42 |
| Octal | 376 | 327 | 125 | 0 | 17 | 103 | 0 | 56 | 143 | 102 |
| Binary | 11111110 | 11010111 | 1010101 | 0 | 1111 | 1000011 | 0 | 101110 | 1100011 | 1000010 |
Color Harmonies of #FED755
Complementary color
Monochromatic Colors of #FED755
Black with #FED755
Text Example
Text Example
White with #FED755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED755; }
p { color: rgb(254,215,85); }
H1.HeaderClassName
{
color: #FED755;
}
.AnyTagClassName
{
color: #FED755;
}
</style>
background-color css
<style>
a { background-color: #FED755; }
a { background-color: rgb(254,215,85); }
div.DivClassName
{
background-color: #FED755;
}
.BgClassName
{
background-color: #FED755;
}
</style>
border-color css
<style>
span { border-color: #FED755; }
span { border-color: rgb(254,215,85); }
td.TdClassName
{
border-color: #FED755;
}
.TagClassName
{
border-color: #FED755;
}
</style>