Shades of Golden Glow #FEDC7D
Tints of Golden Glow #FEDC7D
RGB
CMYK
RGB Variations
Color information
#FEDC7D (or 0xFEDC7D) is known color: Golden Glow. HEX triplet: FE, DC and 7D. RGB value is (254,220,125). Sum of RGB (Red+Green+Blue) = 254+220+125=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 125 (49.22% from 255 or 20.87% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC7D is #012382. Grayscale: #DBDBDB. Windows color (decimal): -74627 or 8248574. OLE color: 8248574.
HSL color Cylindrical-coordinate representation of color #FEDC7D: hue angle of 44.19º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEDC7D is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 125 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.00 |
| HSL | 44.19º | 0.98% | 0.74% | - |
| HSV(B) | 44.19º | 0.51% | 1% | - |
| XYZ | 70.17 | 73.74 | 29.94 | - |
| YUV | 219.34 | 74.76 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 125 | 0 | 0.13 | 0.51 | 0.00 | 44.19 | 0.98 | 0.74 |
| Hex | FE | DC | 7D | 0 | D | 33 | 0 | 2C | 62 | 4A |
| Octal | 376 | 334 | 175 | 0 | 15 | 63 | 0 | 54 | 142 | 112 |
| Binary | 11111110 | 11011100 | 1111101 | 0 | 1101 | 110011 | 0 | 101100 | 1100010 | 1001010 |
Color Harmonies of #FEDC7D
Complementary color
Monochromatic Colors of #FEDC7D
Black with #FEDC7D
Text Example
Text Example
White with #FEDC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC7D; }
p { color: rgb(254,220,125); }
H1.HeaderClassName
{
color: #FEDC7D;
}
.AnyTagClassName
{
color: #FEDC7D;
}
</style>
background-color css
<style>
a { background-color: #FEDC7D; }
a { background-color: rgb(254,220,125); }
div.DivClassName
{
background-color: #FEDC7D;
}
.BgClassName
{
background-color: #FEDC7D;
}
</style>
border-color css
<style>
span { border-color: #FEDC7D; }
span { border-color: rgb(254,220,125); }
td.TdClassName
{
border-color: #FEDC7D;
}
.TagClassName
{
border-color: #FEDC7D;
}
</style>