Shades of Mustard #FED657
Tints of Mustard #FED657
RGB
CMYK
RGB Variations
Color information
#FED657 (or 0xFED657) is known color: Mustard. HEX triplet: FE, D6 and 57. RGB value is (254,214,87). Sum of RGB (Red+Green+Blue) = 254+214+87=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 87 (34.38% from 255 or 15.68% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FED657 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED657 is #0129A8. Grayscale: #D4D4D4. Windows color (decimal): -76201 or 5756670. OLE color: 5756670.
HSL color Cylindrical-coordinate representation of color #FED657: hue angle of 45.63º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FED657 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 87 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.00 |
| HSL | 45.63º | 0.99% | 0.67% | - |
| HSV(B) | 45.63º | 0.66% | 1% | - |
| XYZ | 66.64 | 69.85 | 18.99 | - |
| YUV | 211.48 | 57.75 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 87 | 0 | 0.16 | 0.66 | 0.00 | 45.63 | 0.99 | 0.67 |
| Hex | FE | D6 | 57 | 0 | 10 | 42 | 0 | 2E | 63 | 43 |
| Octal | 376 | 326 | 127 | 0 | 20 | 102 | 0 | 56 | 143 | 103 |
| Binary | 11111110 | 11010110 | 1010111 | 0 | 10000 | 1000010 | 0 | 101110 | 1100011 | 1000011 |
Color Harmonies of #FED657
Complementary color
Monochromatic Colors of #FED657
Black with #FED657
Text Example
Text Example
White with #FED657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED657; }
p { color: rgb(254,214,87); }
H1.HeaderClassName
{
color: #FED657;
}
.AnyTagClassName
{
color: #FED657;
}
</style>
background-color css
<style>
a { background-color: #FED657; }
a { background-color: rgb(254,214,87); }
div.DivClassName
{
background-color: #FED657;
}
.BgClassName
{
background-color: #FED657;
}
</style>
border-color css
<style>
span { border-color: #FED657; }
span { border-color: rgb(254,214,87); }
td.TdClassName
{
border-color: #FED657;
}
.TagClassName
{
border-color: #FED657;
}
</style>