Shades of Gold #FED60E
Tints of Gold #FED60E
RGB
CMYK
RGB Variations
Color information
#FED60E (or 0xFED60E) is known color: Gold. HEX triplet: FE, D6 and 0E. RGB value is (254,214,14). Sum of RGB (Red+Green+Blue) = 254+214+14=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 14 (5.86% from 255 or 2.90% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FED60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED60E is #0129F1. Grayscale: #CBCBCB. Windows color (decimal): -76274 or 972542. OLE color: 972542.
HSL color Cylindrical-coordinate representation of color #FED60E: hue angle of 50º 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 #FED60E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 14 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.00 |
| HSL | 50º | 0.99% | 0.53% | - |
| HSV(B) | 50º | 0.94% | 1% | - |
| XYZ | 65 | 69.2 | 10.35 | - |
| YUV | 203.16 | 21.25 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 14 | 0 | 0.16 | 0.94 | 0.00 | 50 | 0.99 | 0.53 |
| Hex | FE | D6 | E | 0 | 10 | 5E | 0 | 32 | 63 | 35 |
| Octal | 376 | 326 | 16 | 0 | 20 | 136 | 0 | 62 | 143 | 65 |
| Binary | 11111110 | 11010110 | 1110 | 0 | 10000 | 1011110 | 0 | 110010 | 1100011 | 110101 |
Color Harmonies of #FED60E
Complementary color
Monochromatic Colors of #FED60E
Black with #FED60E
Text Example
Text Example
White with #FED60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED60E; }
p { color: rgb(254,214,14); }
H1.HeaderClassName
{
color: #FED60E;
}
.AnyTagClassName
{
color: #FED60E;
}
</style>
background-color css
<style>
a { background-color: #FED60E; }
a { background-color: rgb(254,214,14); }
div.DivClassName
{
background-color: #FED60E;
}
.BgClassName
{
background-color: #FED60E;
}
</style>
border-color css
<style>
span { border-color: #FED60E; }
span { border-color: rgb(254,214,14); }
td.TdClassName
{
border-color: #FED60E;
}
.TagClassName
{
border-color: #FED60E;
}
</style>