Shades of Gold #FED60D
Tints of Gold #FED60D
RGB
CMYK
RGB Variations
Color information
#FED60D (or 0xFED60D) is known color: Gold. HEX triplet: FE, D6 and 0D. RGB value is (254,214,13). Sum of RGB (Red+Green+Blue) = 254+214+13=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 13 (5.47% from 255 or 2.70% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FED60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED60D is #0129F2. Grayscale: #CBCBCB. Windows color (decimal): -76275 or 907006. OLE color: 907006.
HSL color Cylindrical-coordinate representation of color #FED60D: hue angle of 50.04º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FED60D is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 13 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.00 |
| HSL | 50.04º | 0.99% | 0.52% | - |
| HSV(B) | 50.04º | 0.95% | 1% | - |
| XYZ | 64.99 | 69.19 | 10.31 | - |
| YUV | 203.05 | 20.75 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 13 | 0 | 0.16 | 0.95 | 0.00 | 50.04 | 0.99 | 0.52 |
| Hex | FE | D6 | D | 0 | 10 | 5F | 0 | 32 | 63 | 34 |
| Octal | 376 | 326 | 15 | 0 | 20 | 137 | 0 | 62 | 143 | 64 |
| Binary | 11111110 | 11010110 | 1101 | 0 | 10000 | 1011111 | 0 | 110010 | 1100011 | 110100 |
Color Harmonies of #FED60D
Complementary color
Monochromatic Colors of #FED60D
Black with #FED60D
Text Example
Text Example
White with #FED60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED60D; }
p { color: rgb(254,214,13); }
H1.HeaderClassName
{
color: #FED60D;
}
.AnyTagClassName
{
color: #FED60D;
}
</style>
background-color css
<style>
a { background-color: #FED60D; }
a { background-color: rgb(254,214,13); }
div.DivClassName
{
background-color: #FED60D;
}
.BgClassName
{
background-color: #FED60D;
}
</style>
border-color css
<style>
span { border-color: #FED60D; }
span { border-color: rgb(254,214,13); }
td.TdClassName
{
border-color: #FED60D;
}
.TagClassName
{
border-color: #FED60D;
}
</style>