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