Shades of Gold #FED508
Tints of Gold #FED508
RGB
CMYK
RGB Variations
Color information
#FED508 (or 0xFED508) is known color: Gold. HEX triplet: FE, D5 and 08. RGB value is (254,213,8). Sum of RGB (Red+Green+Blue) = 254+213+8=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 8 (3.52% from 255 or 1.68% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FED508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED508 is #012AF7. Grayscale: #CACACA. Windows color (decimal): -76536 or 579070. OLE color: 579070.
HSL color Cylindrical-coordinate representation of color #FED508: hue angle of 50º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FED508 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 8 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.00 |
| HSL | 50º | 0.99% | 0.51% | - |
| HSV(B) | 50º | 0.97% | 1% | - |
| XYZ | 64.71 | 68.68 | 10.08 | - |
| YUV | 201.89 | 18.58 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 8 | 0 | 0.16 | 0.97 | 0.00 | 50 | 0.99 | 0.51 |
| Hex | FE | D5 | 8 | 0 | 10 | 61 | 0 | 32 | 63 | 33 |
| Octal | 376 | 325 | 10 | 0 | 20 | 141 | 0 | 62 | 143 | 63 |
| Binary | 11111110 | 11010101 | 1000 | 0 | 10000 | 1100001 | 0 | 110010 | 1100011 | 110011 |
Color Harmonies of #FED508
Complementary color
Monochromatic Colors of #FED508
Black with #FED508
Text Example
Text Example
White with #FED508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED508; }
p { color: rgb(254,213,8); }
H1.HeaderClassName
{
color: #FED508;
}
.AnyTagClassName
{
color: #FED508;
}
</style>
background-color css
<style>
a { background-color: #FED508; }
a { background-color: rgb(254,213,8); }
div.DivClassName
{
background-color: #FED508;
}
.BgClassName
{
background-color: #FED508;
}
</style>
border-color css
<style>
span { border-color: #FED508; }
span { border-color: rgb(254,213,8); }
td.TdClassName
{
border-color: #FED508;
}
.TagClassName
{
border-color: #FED508;
}
</style>