Shades of Golden Glow #FEDC80
Tints of Golden Glow #FEDC80
RGB
CMYK
RGB Variations
Color information
#FEDC80 (or 0xFEDC80) is known color: Golden Glow. HEX triplet: FE, DC and 80. RGB value is (254,220,128). Sum of RGB (Red+Green+Blue) = 254+220+128=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 128 (50.39% from 255 or 21.26% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC80 is #01237F. Grayscale: #DCDCDC. Windows color (decimal): -74624 or 8445182. OLE color: 8445182.
HSL color Cylindrical-coordinate representation of color #FEDC80: hue angle of 43.81º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEDC80 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 128 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.00 |
| HSL | 43.81º | 0.98% | 0.75% | - |
| HSV(B) | 43.81º | 0.5% | 1% | - |
| XYZ | 70.36 | 73.82 | 30.96 | - |
| YUV | 219.68 | 76.26 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 128 | 0 | 0.13 | 0.50 | 0.00 | 43.81 | 0.98 | 0.75 |
| Hex | FE | DC | 80 | 0 | D | 32 | 0 | 2C | 62 | 4B |
| Octal | 376 | 334 | 200 | 0 | 15 | 62 | 0 | 54 | 142 | 113 |
| Binary | 11111110 | 11011100 | 10000000 | 0 | 1101 | 110010 | 0 | 101100 | 1100010 | 1001011 |
Color Harmonies of #FEDC80
Complementary color
Monochromatic Colors of #FEDC80
Black with #FEDC80
Text Example
Text Example
White with #FEDC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC80; }
p { color: rgb(254,220,128); }
H1.HeaderClassName
{
color: #FEDC80;
}
.AnyTagClassName
{
color: #FEDC80;
}
</style>
background-color css
<style>
a { background-color: #FEDC80; }
a { background-color: rgb(254,220,128); }
div.DivClassName
{
background-color: #FEDC80;
}
.BgClassName
{
background-color: #FEDC80;
}
</style>
border-color css
<style>
span { border-color: #FEDC80; }
span { border-color: rgb(254,220,128); }
td.TdClassName
{
border-color: #FEDC80;
}
.TagClassName
{
border-color: #FEDC80;
}
</style>