Shades of Gold #FED404
Tints of Gold #FED404
RGB
CMYK
RGB Variations
Color information
#FED404 (or 0xFED404) is known color: Gold. HEX triplet: FE, D4 and 04. RGB value is (254,212,4). Sum of RGB (Red+Green+Blue) = 254+212+4=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 4 (1.95% from 255 or 0.85% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FED404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED404 is #012BFB. Grayscale: #C9C9C9. Windows color (decimal): -76796 or 316670. OLE color: 316670.
HSL color Cylindrical-coordinate representation of color #FED404: hue angle of 49.92º 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 #FED404 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 4 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.00 |
| HSL | 49.92º | 0.99% | 0.51% | - |
| HSV(B) | 49.92º | 0.98% | 1% | - |
| XYZ | 64.44 | 68.17 | 9.88 | - |
| YUV | 200.85 | 16.91 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 4 | 0 | 0.17 | 0.98 | 0.00 | 49.92 | 0.99 | 0.51 |
| Hex | FE | D4 | 4 | 0 | 11 | 62 | 0 | 32 | 63 | 33 |
| Octal | 376 | 324 | 4 | 0 | 21 | 142 | 0 | 62 | 143 | 63 |
| Binary | 11111110 | 11010100 | 100 | 0 | 10001 | 1100010 | 0 | 110010 | 1100011 | 110011 |
Color Harmonies of #FED404
Complementary color
Monochromatic Colors of #FED404
Black with #FED404
Text Example
Text Example
White with #FED404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED404; }
p { color: rgb(254,212,4); }
H1.HeaderClassName
{
color: #FED404;
}
.AnyTagClassName
{
color: #FED404;
}
</style>
background-color css
<style>
a { background-color: #FED404; }
a { background-color: rgb(254,212,4); }
div.DivClassName
{
background-color: #FED404;
}
.BgClassName
{
background-color: #FED404;
}
</style>
border-color css
<style>
span { border-color: #FED404; }
span { border-color: rgb(254,212,4); }
td.TdClassName
{
border-color: #FED404;
}
.TagClassName
{
border-color: #FED404;
}
</style>