Shades of Gold #FED40F
Tints of Gold #FED40F
RGB
CMYK
RGB Variations
Color information
#FED40F (or 0xFED40F) is known color: Gold. HEX triplet: FE, D4 and 0F. RGB value is (254,212,15). Sum of RGB (Red+Green+Blue) = 254+212+15=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 15 (6.25% from 255 or 3.12% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FED40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED40F is #012BF0. Grayscale: #CACACA. Windows color (decimal): -76785 or 1037566. OLE color: 1037566.
HSL color Cylindrical-coordinate representation of color #FED40F: hue angle of 49.46º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FED40F is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 15 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.00 |
| HSL | 49.46º | 0.99% | 0.53% | - |
| HSV(B) | 49.46º | 0.94% | 1% | - |
| XYZ | 64.5 | 68.19 | 10.21 | - |
| YUV | 202.1 | 22.41 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 15 | 0 | 0.17 | 0.94 | 0.00 | 49.46 | 0.99 | 0.53 |
| Hex | FE | D4 | F | 0 | 11 | 5E | 0 | 31 | 63 | 35 |
| Octal | 376 | 324 | 17 | 0 | 21 | 136 | 0 | 61 | 143 | 65 |
| Binary | 11111110 | 11010100 | 1111 | 0 | 10001 | 1011110 | 0 | 110001 | 1100011 | 110101 |
Color Harmonies of #FED40F
Complementary color
Monochromatic Colors of #FED40F
Black with #FED40F
Text Example
Text Example
White with #FED40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED40F; }
p { color: rgb(254,212,15); }
H1.HeaderClassName
{
color: #FED40F;
}
.AnyTagClassName
{
color: #FED40F;
}
</style>
background-color css
<style>
a { background-color: #FED40F; }
a { background-color: rgb(254,212,15); }
div.DivClassName
{
background-color: #FED40F;
}
.BgClassName
{
background-color: #FED40F;
}
</style>
border-color css
<style>
span { border-color: #FED40F; }
span { border-color: rgb(254,212,15); }
td.TdClassName
{
border-color: #FED40F;
}
.TagClassName
{
border-color: #FED40F;
}
</style>