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