Shades of Mustard #FED655
Tints of Mustard #FED655
RGB
CMYK
RGB Variations
Color information
#FED655 (or 0xFED655) is known color: Mustard. HEX triplet: FE, D6 and 55. RGB value is (254,214,85). Sum of RGB (Red+Green+Blue) = 254+214+85=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 85 (33.59% from 255 or 15.37% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FED655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED655 is #0129AA. Grayscale: #D3D3D3. Windows color (decimal): -76203 or 5625598. OLE color: 5625598.
HSL color Cylindrical-coordinate representation of color #FED655: hue angle of 45.8º 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 #FED655 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 85 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.00 |
| HSL | 45.8º | 0.99% | 0.66% | - |
| HSV(B) | 45.8º | 0.67% | 1% | - |
| XYZ | 66.56 | 69.82 | 18.56 | - |
| YUV | 211.25 | 56.75 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 85 | 0 | 0.16 | 0.67 | 0.00 | 45.8 | 0.99 | 0.66 |
| Hex | FE | D6 | 55 | 0 | 10 | 43 | 0 | 2E | 63 | 42 |
| Octal | 376 | 326 | 125 | 0 | 20 | 103 | 0 | 56 | 143 | 102 |
| Binary | 11111110 | 11010110 | 1010101 | 0 | 10000 | 1000011 | 0 | 101110 | 1100011 | 1000010 |
Color Harmonies of #FED655
Complementary color
Monochromatic Colors of #FED655
Black with #FED655
Text Example
Text Example
White with #FED655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED655; }
p { color: rgb(254,214,85); }
H1.HeaderClassName
{
color: #FED655;
}
.AnyTagClassName
{
color: #FED655;
}
</style>
background-color css
<style>
a { background-color: #FED655; }
a { background-color: rgb(254,214,85); }
div.DivClassName
{
background-color: #FED655;
}
.BgClassName
{
background-color: #FED655;
}
</style>
border-color css
<style>
span { border-color: #FED655; }
span { border-color: rgb(254,214,85); }
td.TdClassName
{
border-color: #FED655;
}
.TagClassName
{
border-color: #FED655;
}
</style>