Shades of Golden Glow #FEDC82
Tints of Golden Glow #FEDC82
RGB
CMYK
RGB Variations
Color information
#FEDC82 (or 0xFEDC82) is known color: Golden Glow. HEX triplet: FE, DC and 82. RGB value is (254,220,130). Sum of RGB (Red+Green+Blue) = 254+220+130=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 130 (51.17% from 255 or 21.52% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC82 is #01237D. Grayscale: #DCDCDC. Windows color (decimal): -74622 or 8576254. OLE color: 8576254.
HSL color Cylindrical-coordinate representation of color #FEDC82: hue angle of 43.55º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEDC82 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 130 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.00 |
| HSL | 43.55º | 0.98% | 0.75% | - |
| HSV(B) | 43.55º | 0.49% | 1% | - |
| XYZ | 70.5 | 73.87 | 31.66 | - |
| YUV | 219.91 | 77.26 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 130 | 0 | 0.13 | 0.49 | 0.00 | 43.55 | 0.98 | 0.75 |
| Hex | FE | DC | 82 | 0 | D | 31 | 0 | 2C | 62 | 4B |
| Octal | 376 | 334 | 202 | 0 | 15 | 61 | 0 | 54 | 142 | 113 |
| Binary | 11111110 | 11011100 | 10000010 | 0 | 1101 | 110001 | 0 | 101100 | 1100010 | 1001011 |
Color Harmonies of #FEDC82
Complementary color
Monochromatic Colors of #FEDC82
Black with #FEDC82
Text Example
Text Example
White with #FEDC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC82; }
p { color: rgb(254,220,130); }
H1.HeaderClassName
{
color: #FEDC82;
}
.AnyTagClassName
{
color: #FEDC82;
}
</style>
background-color css
<style>
a { background-color: #FEDC82; }
a { background-color: rgb(254,220,130); }
div.DivClassName
{
background-color: #FEDC82;
}
.BgClassName
{
background-color: #FEDC82;
}
</style>
border-color css
<style>
span { border-color: #FEDC82; }
span { border-color: rgb(254,220,130); }
td.TdClassName
{
border-color: #FEDC82;
}
.TagClassName
{
border-color: #FEDC82;
}
</style>