Shades of Mustard #FED74F
Tints of Mustard #FED74F
RGB
CMYK
RGB Variations
Color information
#FED74F (or 0xFED74F) is known color: Mustard. HEX triplet: FE, D7 and 4F. RGB value is (254,215,79). Sum of RGB (Red+Green+Blue) = 254+215+79=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 79 (31.25% from 255 or 14.42% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FED74F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED74F is #0128B0. Grayscale: #D3D3D3. Windows color (decimal): -75953 or 5232638. OLE color: 5232638.
HSL color Cylindrical-coordinate representation of color #FED74F: hue angle of 46.63º 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 #FED74F is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 79 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.00 |
| HSL | 46.63º | 0.99% | 0.65% | - |
| HSV(B) | 46.63º | 0.69% | 1% | - |
| XYZ | 66.58 | 70.24 | 17.44 | - |
| YUV | 211.16 | 53.42 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 79 | 0 | 0.15 | 0.69 | 0.00 | 46.63 | 0.99 | 0.65 |
| Hex | FE | D7 | 4F | 0 | F | 45 | 0 | 2F | 63 | 41 |
| Octal | 376 | 327 | 117 | 0 | 17 | 105 | 0 | 57 | 143 | 101 |
| Binary | 11111110 | 11010111 | 1001111 | 0 | 1111 | 1000101 | 0 | 101111 | 1100011 | 1000001 |
Color Harmonies of #FED74F
Complementary color
Monochromatic Colors of #FED74F
Black with #FED74F
Text Example
Text Example
White with #FED74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED74F; }
p { color: rgb(254,215,79); }
H1.HeaderClassName
{
color: #FED74F;
}
.AnyTagClassName
{
color: #FED74F;
}
</style>
background-color css
<style>
a { background-color: #FED74F; }
a { background-color: rgb(254,215,79); }
div.DivClassName
{
background-color: #FED74F;
}
.BgClassName
{
background-color: #FED74F;
}
</style>
border-color css
<style>
span { border-color: #FED74F; }
span { border-color: rgb(254,215,79); }
td.TdClassName
{
border-color: #FED74F;
}
.TagClassName
{
border-color: #FED74F;
}
</style>