Shades of Gold #FED209
Tints of Gold #FED209
RGB
CMYK
RGB Variations
Color information
#FED209 (or 0xFED209) is known color: Gold. HEX triplet: FE, D2 and 09. RGB value is (254,210,9). Sum of RGB (Red+Green+Blue) = 254+210+9=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 9 (3.91% from 255 or 1.90% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FED209 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED209 is #012DF6. Grayscale: #C9C9C9. Windows color (decimal): -77303 or 643838. OLE color: 643838.
HSL color Cylindrical-coordinate representation of color #FED209: hue angle of 49.22º 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 #FED209 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 9 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.00 |
| HSL | 49.22º | 0.99% | 0.52% | - |
| HSV(B) | 49.22º | 0.96% | 1% | - |
| XYZ | 63.97 | 67.18 | 9.85 | - |
| YUV | 200.24 | 20.08 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 9 | 0 | 0.17 | 0.96 | 0.00 | 49.22 | 0.99 | 0.52 |
| Hex | FE | D2 | 9 | 0 | 11 | 60 | 0 | 31 | 63 | 34 |
| Octal | 376 | 322 | 11 | 0 | 21 | 140 | 0 | 61 | 143 | 64 |
| Binary | 11111110 | 11010010 | 1001 | 0 | 10001 | 1100000 | 0 | 110001 | 1100011 | 110100 |
Color Harmonies of #FED209
Complementary color
Monochromatic Colors of #FED209
Black with #FED209
Text Example
Text Example
White with #FED209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED209; }
p { color: rgb(254,210,9); }
H1.HeaderClassName
{
color: #FED209;
}
.AnyTagClassName
{
color: #FED209;
}
</style>
background-color css
<style>
a { background-color: #FED209; }
a { background-color: rgb(254,210,9); }
div.DivClassName
{
background-color: #FED209;
}
.BgClassName
{
background-color: #FED209;
}
</style>
border-color css
<style>
span { border-color: #FED209; }
span { border-color: rgb(254,210,9); }
td.TdClassName
{
border-color: #FED209;
}
.TagClassName
{
border-color: #FED209;
}
</style>