Shades of Mustard #FED84F
Tints of Mustard #FED84F
RGB
CMYK
RGB Variations
Color information
#FED84F (or 0xFED84F) is known color: Mustard. HEX triplet: FE, D8 and 4F. RGB value is (254,216,79). Sum of RGB (Red+Green+Blue) = 254+216+79=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 79 (31.25% from 255 or 14.39% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FED84F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED84F is #0127B0. Grayscale: #D4D4D4. Windows color (decimal): -75697 or 5232894. OLE color: 5232894.
HSL color Cylindrical-coordinate representation of color #FED84F: hue angle of 46.97º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FED84F is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 79 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.00 |
| HSL | 46.97º | 0.99% | 0.65% | - |
| HSV(B) | 46.97º | 0.69% | 1% | - |
| XYZ | 66.84 | 70.75 | 17.53 | - |
| YUV | 211.74 | 53.09 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 79 | 0 | 0.15 | 0.69 | 0.00 | 46.97 | 0.99 | 0.65 |
| Hex | FE | D8 | 4F | 0 | F | 45 | 0 | 2F | 63 | 41 |
| Octal | 376 | 330 | 117 | 0 | 17 | 105 | 0 | 57 | 143 | 101 |
| Binary | 11111110 | 11011000 | 1001111 | 0 | 1111 | 1000101 | 0 | 101111 | 1100011 | 1000001 |
Color Harmonies of #FED84F
Complementary color
Monochromatic Colors of #FED84F
Black with #FED84F
Text Example
Text Example
White with #FED84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED84F; }
p { color: rgb(254,216,79); }
H1.HeaderClassName
{
color: #FED84F;
}
.AnyTagClassName
{
color: #FED84F;
}
</style>
background-color css
<style>
a { background-color: #FED84F; }
a { background-color: rgb(254,216,79); }
div.DivClassName
{
background-color: #FED84F;
}
.BgClassName
{
background-color: #FED84F;
}
</style>
border-color css
<style>
span { border-color: #FED84F; }
span { border-color: rgb(254,216,79); }
td.TdClassName
{
border-color: #FED84F;
}
.TagClassName
{
border-color: #FED84F;
}
</style>