Shades of Gold #FED409
Tints of Gold #FED409
RGB
CMYK
RGB Variations
Color information
#FED409 (or 0xFED409) is known color: Gold. HEX triplet: FE, D4 and 09. RGB value is (254,212,9). Sum of RGB (Red+Green+Blue) = 254+212+9=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 9 (3.91% from 255 or 1.89% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FED409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED409 is #012BF6. Grayscale: #CACACA. Windows color (decimal): -76791 or 644350. OLE color: 644350.
HSL color Cylindrical-coordinate representation of color #FED409: hue angle of 49.71º 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 #FED409 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 9 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.00 |
| HSL | 49.71º | 0.99% | 0.52% | - |
| HSV(B) | 49.71º | 0.96% | 1% | - |
| XYZ | 64.47 | 68.18 | 10.02 | - |
| YUV | 201.42 | 19.41 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 9 | 0 | 0.17 | 0.96 | 0.00 | 49.71 | 0.99 | 0.52 |
| Hex | FE | D4 | 9 | 0 | 11 | 60 | 0 | 32 | 63 | 34 |
| Octal | 376 | 324 | 11 | 0 | 21 | 140 | 0 | 62 | 143 | 64 |
| Binary | 11111110 | 11010100 | 1001 | 0 | 10001 | 1100000 | 0 | 110010 | 1100011 | 110100 |
Color Harmonies of #FED409
Complementary color
Monochromatic Colors of #FED409
Black with #FED409
Text Example
Text Example
White with #FED409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED409; }
p { color: rgb(254,212,9); }
H1.HeaderClassName
{
color: #FED409;
}
.AnyTagClassName
{
color: #FED409;
}
</style>
background-color css
<style>
a { background-color: #FED409; }
a { background-color: rgb(254,212,9); }
div.DivClassName
{
background-color: #FED409;
}
.BgClassName
{
background-color: #FED409;
}
</style>
border-color css
<style>
span { border-color: #FED409; }
span { border-color: rgb(254,212,9); }
td.TdClassName
{
border-color: #FED409;
}
.TagClassName
{
border-color: #FED409;
}
</style>