Shades of Mustard #FED751
Tints of Mustard #FED751
RGB
CMYK
RGB Variations
Color information
#FED751 (or 0xFED751) is known color: Mustard. HEX triplet: FE, D7 and 51. RGB value is (254,215,81). Sum of RGB (Red+Green+Blue) = 254+215+81=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 81 (32.03% from 255 or 14.73% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FED751 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED751 is #0128AE. Grayscale: #D3D3D3. Windows color (decimal): -75951 or 5363710. OLE color: 5363710.
HSL color Cylindrical-coordinate representation of color #FED751: hue angle of 46.47º 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 #FED751 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 81 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.00 |
| HSL | 46.47º | 0.99% | 0.66% | - |
| HSV(B) | 46.47º | 0.68% | 1% | - |
| XYZ | 66.66 | 70.27 | 17.83 | - |
| YUV | 211.39 | 54.42 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 81 | 0 | 0.15 | 0.68 | 0.00 | 46.47 | 0.99 | 0.66 |
| Hex | FE | D7 | 51 | 0 | F | 44 | 0 | 2E | 63 | 42 |
| Octal | 376 | 327 | 121 | 0 | 17 | 104 | 0 | 56 | 143 | 102 |
| Binary | 11111110 | 11010111 | 1010001 | 0 | 1111 | 1000100 | 0 | 101110 | 1100011 | 1000010 |
Color Harmonies of #FED751
Complementary color
Monochromatic Colors of #FED751
Black with #FED751
Text Example
Text Example
White with #FED751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED751; }
p { color: rgb(254,215,81); }
H1.HeaderClassName
{
color: #FED751;
}
.AnyTagClassName
{
color: #FED751;
}
</style>
background-color css
<style>
a { background-color: #FED751; }
a { background-color: rgb(254,215,81); }
div.DivClassName
{
background-color: #FED751;
}
.BgClassName
{
background-color: #FED751;
}
</style>
border-color css
<style>
span { border-color: #FED751; }
span { border-color: rgb(254,215,81); }
td.TdClassName
{
border-color: #FED751;
}
.TagClassName
{
border-color: #FED751;
}
</style>