Shades of Mustard #FED653
Tints of Mustard #FED653
RGB
CMYK
RGB Variations
Color information
#FED653 (or 0xFED653) is known color: Mustard. HEX triplet: FE, D6 and 53. RGB value is (254,214,83). Sum of RGB (Red+Green+Blue) = 254+214+83=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 83 (32.81% from 255 or 15.06% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FED653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED653 is #0129AC. Grayscale: #D3D3D3. Windows color (decimal): -76205 or 5494526. OLE color: 5494526.
HSL color Cylindrical-coordinate representation of color #FED653: hue angle of 45.96º 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 #FED653 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 83 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.00 |
| HSL | 45.96º | 0.99% | 0.66% | - |
| HSV(B) | 45.96º | 0.67% | 1% | - |
| XYZ | 66.48 | 69.79 | 18.15 | - |
| YUV | 211.03 | 55.75 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 83 | 0 | 0.16 | 0.67 | 0.00 | 45.96 | 0.99 | 0.66 |
| Hex | FE | D6 | 53 | 0 | 10 | 43 | 0 | 2E | 63 | 42 |
| Octal | 376 | 326 | 123 | 0 | 20 | 103 | 0 | 56 | 143 | 102 |
| Binary | 11111110 | 11010110 | 1010011 | 0 | 10000 | 1000011 | 0 | 101110 | 1100011 | 1000010 |
Color Harmonies of #FED653
Complementary color
Monochromatic Colors of #FED653
Black with #FED653
Text Example
Text Example
White with #FED653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED653; }
p { color: rgb(254,214,83); }
H1.HeaderClassName
{
color: #FED653;
}
.AnyTagClassName
{
color: #FED653;
}
</style>
background-color css
<style>
a { background-color: #FED653; }
a { background-color: rgb(254,214,83); }
div.DivClassName
{
background-color: #FED653;
}
.BgClassName
{
background-color: #FED653;
}
</style>
border-color css
<style>
span { border-color: #FED653; }
span { border-color: rgb(254,214,83); }
td.TdClassName
{
border-color: #FED653;
}
.TagClassName
{
border-color: #FED653;
}
</style>