Shades of Gold #FED704
Tints of Gold #FED704
RGB
CMYK
RGB Variations
Color information
#FED704 (or 0xFED704) is known color: Gold. HEX triplet: FE, D7 and 04. RGB value is (254,215,4). Sum of RGB (Red+Green+Blue) = 254+215+4=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 4 (1.95% from 255 or 0.85% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FED704 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED704 is #0128FB. Grayscale: #CBCBCB. Windows color (decimal): -76028 or 317438. OLE color: 317438.
HSL color Cylindrical-coordinate representation of color #FED704: hue angle of 50.64º 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 #FED704 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 4 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.00 |
| HSL | 50.64º | 0.99% | 0.51% | - |
| HSV(B) | 50.64º | 0.98% | 1% | - |
| XYZ | 65.2 | 69.68 | 10.13 | - |
| YUV | 202.61 | 15.92 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 4 | 0 | 0.15 | 0.98 | 0.00 | 50.64 | 0.99 | 0.51 |
| Hex | FE | D7 | 4 | 0 | F | 62 | 0 | 33 | 63 | 33 |
| Octal | 376 | 327 | 4 | 0 | 17 | 142 | 0 | 63 | 143 | 63 |
| Binary | 11111110 | 11010111 | 100 | 0 | 1111 | 1100010 | 0 | 110011 | 1100011 | 110011 |
Color Harmonies of #FED704
Complementary color
Monochromatic Colors of #FED704
Black with #FED704
Text Example
Text Example
White with #FED704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED704; }
p { color: rgb(254,215,4); }
H1.HeaderClassName
{
color: #FED704;
}
.AnyTagClassName
{
color: #FED704;
}
</style>
background-color css
<style>
a { background-color: #FED704; }
a { background-color: rgb(254,215,4); }
div.DivClassName
{
background-color: #FED704;
}
.BgClassName
{
background-color: #FED704;
}
</style>
border-color css
<style>
span { border-color: #FED704; }
span { border-color: rgb(254,215,4); }
td.TdClassName
{
border-color: #FED704;
}
.TagClassName
{
border-color: #FED704;
}
</style>