Shades of Gold #FED509
Tints of Gold #FED509
RGB
CMYK
RGB Variations
Color information
#FED509 (or 0xFED509) is known color: Gold. HEX triplet: FE, D5 and 09. RGB value is (254,213,9). Sum of RGB (Red+Green+Blue) = 254+213+9=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 9 (3.91% from 255 or 1.89% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FED509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED509 is #012AF6. Grayscale: #CACACA. Windows color (decimal): -76535 or 644606. OLE color: 644606.
HSL color Cylindrical-coordinate representation of color #FED509: hue angle of 49.96º 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 #FED509 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 9 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.00 |
| HSL | 49.96º | 0.99% | 0.52% | - |
| HSV(B) | 49.96º | 0.96% | 1% | - |
| XYZ | 64.72 | 68.68 | 10.1 | - |
| YUV | 202 | 19.08 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 9 | 0 | 0.16 | 0.96 | 0.00 | 49.96 | 0.99 | 0.52 |
| Hex | FE | D5 | 9 | 0 | 10 | 60 | 0 | 32 | 63 | 34 |
| Octal | 376 | 325 | 11 | 0 | 20 | 140 | 0 | 62 | 143 | 64 |
| Binary | 11111110 | 11010101 | 1001 | 0 | 10000 | 1100000 | 0 | 110010 | 1100011 | 110100 |
Color Harmonies of #FED509
Complementary color
Monochromatic Colors of #FED509
Black with #FED509
Text Example
Text Example
White with #FED509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED509; }
p { color: rgb(254,213,9); }
H1.HeaderClassName
{
color: #FED509;
}
.AnyTagClassName
{
color: #FED509;
}
</style>
background-color css
<style>
a { background-color: #FED509; }
a { background-color: rgb(254,213,9); }
div.DivClassName
{
background-color: #FED509;
}
.BgClassName
{
background-color: #FED509;
}
</style>
border-color css
<style>
span { border-color: #FED509; }
span { border-color: rgb(254,213,9); }
td.TdClassName
{
border-color: #FED509;
}
.TagClassName
{
border-color: #FED509;
}
</style>