Shades of Gold #FED609
Tints of Gold #FED609
RGB
CMYK
RGB Variations
Color information
#FED609 (or 0xFED609) is known color: Gold. HEX triplet: FE, D6 and 09. RGB value is (254,214,9). Sum of RGB (Red+Green+Blue) = 254+214+9=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 9 (3.91% from 255 or 1.89% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FED609 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED609 is #0129F6. Grayscale: #CBCBCB. Windows color (decimal): -76279 or 644862. OLE color: 644862.
HSL color Cylindrical-coordinate representation of color #FED609: hue angle of 50.2º 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 #FED609 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 9 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.00 |
| HSL | 50.2º | 0.99% | 0.52% | - |
| HSV(B) | 50.2º | 0.96% | 1% | - |
| XYZ | 64.97 | 69.18 | 10.19 | - |
| YUV | 202.59 | 18.75 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 9 | 0 | 0.16 | 0.96 | 0.00 | 50.2 | 0.99 | 0.52 |
| Hex | FE | D6 | 9 | 0 | 10 | 60 | 0 | 32 | 63 | 34 |
| Octal | 376 | 326 | 11 | 0 | 20 | 140 | 0 | 62 | 143 | 64 |
| Binary | 11111110 | 11010110 | 1001 | 0 | 10000 | 1100000 | 0 | 110010 | 1100011 | 110100 |
Color Harmonies of #FED609
Complementary color
Monochromatic Colors of #FED609
Black with #FED609
Text Example
Text Example
White with #FED609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED609; }
p { color: rgb(254,214,9); }
H1.HeaderClassName
{
color: #FED609;
}
.AnyTagClassName
{
color: #FED609;
}
</style>
background-color css
<style>
a { background-color: #FED609; }
a { background-color: rgb(254,214,9); }
div.DivClassName
{
background-color: #FED609;
}
.BgClassName
{
background-color: #FED609;
}
</style>
border-color css
<style>
span { border-color: #FED609; }
span { border-color: rgb(254,214,9); }
td.TdClassName
{
border-color: #FED609;
}
.TagClassName
{
border-color: #FED609;
}
</style>