Shades of Gold #FED604
Tints of Gold #FED604
RGB
CMYK
RGB Variations
Color information
#FED604 (or 0xFED604) is known color: Gold. HEX triplet: FE, D6 and 04. RGB value is (254,214,4). Sum of RGB (Red+Green+Blue) = 254+214+4=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 4 (1.95% from 255 or 0.85% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FED604 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED604 is #0129FB. Grayscale: #CACACA. Windows color (decimal): -76284 or 317182. OLE color: 317182.
HSL color Cylindrical-coordinate representation of color #FED604: hue angle of 50.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FED604 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.00 |
| HSL | 50.4º | 0.99% | 0.51% | - |
| HSV(B) | 50.4º | 0.98% | 1% | - |
| XYZ | 64.94 | 69.17 | 10.04 | - |
| YUV | 202.02 | 16.25 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 4 | 0 | 0.16 | 0.98 | 0.00 | 50.4 | 0.99 | 0.51 |
| Hex | FE | D6 | 4 | 0 | 10 | 62 | 0 | 32 | 63 | 33 |
| Octal | 376 | 326 | 4 | 0 | 20 | 142 | 0 | 62 | 143 | 63 |
| Binary | 11111110 | 11010110 | 100 | 0 | 10000 | 1100010 | 0 | 110010 | 1100011 | 110011 |
Color Harmonies of #FED604
Complementary color
Monochromatic Colors of #FED604
Black with #FED604
Text Example
Text Example
White with #FED604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED604; }
p { color: rgb(254,214,4); }
H1.HeaderClassName
{
color: #FED604;
}
.AnyTagClassName
{
color: #FED604;
}
</style>
background-color css
<style>
a { background-color: #FED604; }
a { background-color: rgb(254,214,4); }
div.DivClassName
{
background-color: #FED604;
}
.BgClassName
{
background-color: #FED604;
}
</style>
border-color css
<style>
span { border-color: #FED604; }
span { border-color: rgb(254,214,4); }
td.TdClassName
{
border-color: #FED604;
}
.TagClassName
{
border-color: #FED604;
}
</style>