Shades of Gold #FED40E
Tints of Gold #FED40E
RGB
CMYK
RGB Variations
Color information
#FED40E (or 0xFED40E) is known color: Gold. HEX triplet: FE, D4 and 0E. RGB value is (254,212,14). Sum of RGB (Red+Green+Blue) = 254+212+14=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 14 (5.86% from 255 or 2.92% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FED40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED40E is #012BF1. Grayscale: #CACACA. Windows color (decimal): -76786 or 972030. OLE color: 972030.
HSL color Cylindrical-coordinate representation of color #FED40E: hue angle of 49.5º 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 #FED40E is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 14 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.00 |
| HSL | 49.5º | 0.99% | 0.53% | - |
| HSV(B) | 49.5º | 0.94% | 1% | - |
| XYZ | 64.5 | 68.19 | 10.18 | - |
| YUV | 201.99 | 21.91 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 14 | 0 | 0.17 | 0.94 | 0.00 | 49.5 | 0.99 | 0.53 |
| Hex | FE | D4 | E | 0 | 11 | 5E | 0 | 32 | 63 | 35 |
| Octal | 376 | 324 | 16 | 0 | 21 | 136 | 0 | 62 | 143 | 65 |
| Binary | 11111110 | 11010100 | 1110 | 0 | 10001 | 1011110 | 0 | 110010 | 1100011 | 110101 |
Color Harmonies of #FED40E
Complementary color
Monochromatic Colors of #FED40E
Black with #FED40E
Text Example
Text Example
White with #FED40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED40E; }
p { color: rgb(254,212,14); }
H1.HeaderClassName
{
color: #FED40E;
}
.AnyTagClassName
{
color: #FED40E;
}
</style>
background-color css
<style>
a { background-color: #FED40E; }
a { background-color: rgb(254,212,14); }
div.DivClassName
{
background-color: #FED40E;
}
.BgClassName
{
background-color: #FED40E;
}
</style>
border-color css
<style>
span { border-color: #FED40E; }
span { border-color: rgb(254,212,14); }
td.TdClassName
{
border-color: #FED40E;
}
.TagClassName
{
border-color: #FED40E;
}
</style>