Shades of Mustard #FED654
Tints of Mustard #FED654
RGB
CMYK
RGB Variations
Color information
#FED654 (or 0xFED654) is known color: Mustard. HEX triplet: FE, D6 and 54. RGB value is (254,214,84). Sum of RGB (Red+Green+Blue) = 254+214+84=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 84 (33.20% from 255 or 15.22% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FED654 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED654 is #0129AB. Grayscale: #D3D3D3. Windows color (decimal): -76204 or 5560062. OLE color: 5560062.
HSL color Cylindrical-coordinate representation of color #FED654: hue angle of 45.88º 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 #FED654 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 84 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.00 |
| HSL | 45.88º | 0.99% | 0.66% | - |
| HSV(B) | 45.88º | 0.67% | 1% | - |
| XYZ | 66.52 | 69.8 | 18.36 | - |
| YUV | 211.14 | 56.25 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 84 | 0 | 0.16 | 0.67 | 0.00 | 45.88 | 0.99 | 0.66 |
| Hex | FE | D6 | 54 | 0 | 10 | 43 | 0 | 2E | 63 | 42 |
| Octal | 376 | 326 | 124 | 0 | 20 | 103 | 0 | 56 | 143 | 102 |
| Binary | 11111110 | 11010110 | 1010100 | 0 | 10000 | 1000011 | 0 | 101110 | 1100011 | 1000010 |
Color Harmonies of #FED654
Complementary color
Monochromatic Colors of #FED654
Black with #FED654
Text Example
Text Example
White with #FED654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED654; }
p { color: rgb(254,214,84); }
H1.HeaderClassName
{
color: #FED654;
}
.AnyTagClassName
{
color: #FED654;
}
</style>
background-color css
<style>
a { background-color: #FED654; }
a { background-color: rgb(254,214,84); }
div.DivClassName
{
background-color: #FED654;
}
.BgClassName
{
background-color: #FED654;
}
</style>
border-color css
<style>
span { border-color: #FED654; }
span { border-color: rgb(254,214,84); }
td.TdClassName
{
border-color: #FED654;
}
.TagClassName
{
border-color: #FED654;
}
</style>