Shades of Gold #FED60A
Tints of Gold #FED60A
RGB
CMYK
RGB Variations
Color information
#FED60A (or 0xFED60A) is known color: Gold. HEX triplet: FE, D6 and 0A. RGB value is (254,214,10). Sum of RGB (Red+Green+Blue) = 254+214+10=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 10 (4.30% from 255 or 2.09% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FED60A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED60A is #0129F5. Grayscale: #CBCBCB. Windows color (decimal): -76278 or 710398. OLE color: 710398.
HSL color Cylindrical-coordinate representation of color #FED60A: hue angle of 50.16º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FED60A is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 10 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.00 |
| HSL | 50.16º | 0.99% | 0.52% | - |
| HSV(B) | 50.16º | 0.96% | 1% | - |
| XYZ | 64.97 | 69.19 | 10.22 | - |
| YUV | 202.7 | 19.25 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 10 | 0 | 0.16 | 0.96 | 0.00 | 50.16 | 0.99 | 0.52 |
| Hex | FE | D6 | A | 0 | 10 | 60 | 0 | 32 | 63 | 34 |
| Octal | 376 | 326 | 12 | 0 | 20 | 140 | 0 | 62 | 143 | 64 |
| Binary | 11111110 | 11010110 | 1010 | 0 | 10000 | 1100000 | 0 | 110010 | 1100011 | 110100 |
Color Harmonies of #FED60A
Complementary color
Monochromatic Colors of #FED60A
Black with #FED60A
Text Example
Text Example
White with #FED60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED60A; }
p { color: rgb(254,214,10); }
H1.HeaderClassName
{
color: #FED60A;
}
.AnyTagClassName
{
color: #FED60A;
}
</style>
background-color css
<style>
a { background-color: #FED60A; }
a { background-color: rgb(254,214,10); }
div.DivClassName
{
background-color: #FED60A;
}
.BgClassName
{
background-color: #FED60A;
}
</style>
border-color css
<style>
span { border-color: #FED60A; }
span { border-color: rgb(254,214,10); }
td.TdClassName
{
border-color: #FED60A;
}
.TagClassName
{
border-color: #FED60A;
}
</style>