Shades of Gold #FED504
Tints of Gold #FED504
RGB
CMYK
RGB Variations
Color information
#FED504 (or 0xFED504) is known color: Gold. HEX triplet: FE, D5 and 04. RGB value is (254,213,4). Sum of RGB (Red+Green+Blue) = 254+213+4=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 4 (1.95% from 255 or 0.85% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FED504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED504 is #012AFB. Grayscale: #CACACA. Windows color (decimal): -76540 or 316926. OLE color: 316926.
HSL color Cylindrical-coordinate representation of color #FED504: hue angle of 50.16º 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 #FED504 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.00 |
| HSL | 50.16º | 0.99% | 0.51% | - |
| HSV(B) | 50.16º | 0.98% | 1% | - |
| XYZ | 64.69 | 68.67 | 9.96 | - |
| YUV | 201.43 | 16.58 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 4 | 0 | 0.16 | 0.98 | 0.00 | 50.16 | 0.99 | 0.51 |
| Hex | FE | D5 | 4 | 0 | 10 | 62 | 0 | 32 | 63 | 33 |
| Octal | 376 | 325 | 4 | 0 | 20 | 142 | 0 | 62 | 143 | 63 |
| Binary | 11111110 | 11010101 | 100 | 0 | 10000 | 1100010 | 0 | 110010 | 1100011 | 110011 |
Color Harmonies of #FED504
Complementary color
Monochromatic Colors of #FED504
Black with #FED504
Text Example
Text Example
White with #FED504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED504; }
p { color: rgb(254,213,4); }
H1.HeaderClassName
{
color: #FED504;
}
.AnyTagClassName
{
color: #FED504;
}
</style>
background-color css
<style>
a { background-color: #FED504; }
a { background-color: rgb(254,213,4); }
div.DivClassName
{
background-color: #FED504;
}
.BgClassName
{
background-color: #FED504;
}
</style>
border-color css
<style>
span { border-color: #FED504; }
span { border-color: rgb(254,213,4); }
td.TdClassName
{
border-color: #FED504;
}
.TagClassName
{
border-color: #FED504;
}
</style>