Shades of Mustard #FED656
Tints of Mustard #FED656
RGB
CMYK
RGB Variations
Color information
#FED656 (or 0xFED656) is known color: Mustard. HEX triplet: FE, D6 and 56. RGB value is (254,214,86). Sum of RGB (Red+Green+Blue) = 254+214+86=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 86 (33.98% from 255 or 15.52% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FED656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED656 is #0129A9. Grayscale: #D3D3D3. Windows color (decimal): -76202 or 5691134. OLE color: 5691134.
HSL color Cylindrical-coordinate representation of color #FED656: hue angle of 45.71º 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 #FED656 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 86 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.00 |
| HSL | 45.71º | 0.99% | 0.67% | - |
| HSV(B) | 45.71º | 0.66% | 1% | - |
| XYZ | 66.6 | 69.84 | 18.77 | - |
| YUV | 211.37 | 57.25 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 86 | 0 | 0.16 | 0.66 | 0.00 | 45.71 | 0.99 | 0.67 |
| Hex | FE | D6 | 56 | 0 | 10 | 42 | 0 | 2E | 63 | 43 |
| Octal | 376 | 326 | 126 | 0 | 20 | 102 | 0 | 56 | 143 | 103 |
| Binary | 11111110 | 11010110 | 1010110 | 0 | 10000 | 1000010 | 0 | 101110 | 1100011 | 1000011 |
Color Harmonies of #FED656
Complementary color
Monochromatic Colors of #FED656
Black with #FED656
Text Example
Text Example
White with #FED656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED656; }
p { color: rgb(254,214,86); }
H1.HeaderClassName
{
color: #FED656;
}
.AnyTagClassName
{
color: #FED656;
}
</style>
background-color css
<style>
a { background-color: #FED656; }
a { background-color: rgb(254,214,86); }
div.DivClassName
{
background-color: #FED656;
}
.BgClassName
{
background-color: #FED656;
}
</style>
border-color css
<style>
span { border-color: #FED656; }
span { border-color: rgb(254,214,86); }
td.TdClassName
{
border-color: #FED656;
}
.TagClassName
{
border-color: #FED656;
}
</style>