Shades of Gold #FED50E
Tints of Gold #FED50E
RGB
CMYK
RGB Variations
Color information
#FED50E (or 0xFED50E) is known color: Gold. HEX triplet: FE, D5 and 0E. RGB value is (254,213,14). Sum of RGB (Red+Green+Blue) = 254+213+14=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 14 (5.86% from 255 or 2.91% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FED50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED50E is #012AF1. Grayscale: #CBCBCB. Windows color (decimal): -76530 or 972286. OLE color: 972286.
HSL color Cylindrical-coordinate representation of color #FED50E: hue angle of 49.75º 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 #FED50E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 14 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.00 |
| HSL | 49.75º | 0.99% | 0.53% | - |
| HSV(B) | 49.75º | 0.94% | 1% | - |
| XYZ | 64.75 | 68.69 | 10.26 | - |
| YUV | 202.57 | 21.58 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 14 | 0 | 0.16 | 0.94 | 0.00 | 49.75 | 0.99 | 0.53 |
| Hex | FE | D5 | E | 0 | 10 | 5E | 0 | 32 | 63 | 35 |
| Octal | 376 | 325 | 16 | 0 | 20 | 136 | 0 | 62 | 143 | 65 |
| Binary | 11111110 | 11010101 | 1110 | 0 | 10000 | 1011110 | 0 | 110010 | 1100011 | 110101 |
Color Harmonies of #FED50E
Complementary color
Monochromatic Colors of #FED50E
Black with #FED50E
Text Example
Text Example
White with #FED50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED50E; }
p { color: rgb(254,213,14); }
H1.HeaderClassName
{
color: #FED50E;
}
.AnyTagClassName
{
color: #FED50E;
}
</style>
background-color css
<style>
a { background-color: #FED50E; }
a { background-color: rgb(254,213,14); }
div.DivClassName
{
background-color: #FED50E;
}
.BgClassName
{
background-color: #FED50E;
}
</style>
border-color css
<style>
span { border-color: #FED50E; }
span { border-color: rgb(254,213,14); }
td.TdClassName
{
border-color: #FED50E;
}
.TagClassName
{
border-color: #FED50E;
}
</style>