Shades of Gold #FED304
Tints of Gold #FED304
RGB
CMYK
RGB Variations
Color information
#FED304 (or 0xFED304) is known color: Gold. HEX triplet: FE, D3 and 04. RGB value is (254,211,4). Sum of RGB (Red+Green+Blue) = 254+211+4=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 4 (1.95% from 255 or 0.85% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FED304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED304 is #012CFB. Grayscale: #C9C9C9. Windows color (decimal): -77052 or 316414. OLE color: 316414.
HSL color Cylindrical-coordinate representation of color #FED304: hue angle of 49.68º 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 #FED304 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 4 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.00 |
| HSL | 49.68º | 0.99% | 0.51% | - |
| HSV(B) | 49.68º | 0.98% | 1% | - |
| XYZ | 64.19 | 67.67 | 9.79 | - |
| YUV | 200.26 | 17.25 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 4 | 0 | 0.17 | 0.98 | 0.00 | 49.68 | 0.99 | 0.51 |
| Hex | FE | D3 | 4 | 0 | 11 | 62 | 0 | 32 | 63 | 33 |
| Octal | 376 | 323 | 4 | 0 | 21 | 142 | 0 | 62 | 143 | 63 |
| Binary | 11111110 | 11010011 | 100 | 0 | 10001 | 1100010 | 0 | 110010 | 1100011 | 110011 |
Color Harmonies of #FED304
Complementary color
Monochromatic Colors of #FED304
Black with #FED304
Text Example
Text Example
White with #FED304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED304; }
p { color: rgb(254,211,4); }
H1.HeaderClassName
{
color: #FED304;
}
.AnyTagClassName
{
color: #FED304;
}
</style>
background-color css
<style>
a { background-color: #FED304; }
a { background-color: rgb(254,211,4); }
div.DivClassName
{
background-color: #FED304;
}
.BgClassName
{
background-color: #FED304;
}
</style>
border-color css
<style>
span { border-color: #FED304; }
span { border-color: rgb(254,211,4); }
td.TdClassName
{
border-color: #FED304;
}
.TagClassName
{
border-color: #FED304;
}
</style>