Shades of Golden Glow #FEDC84
Tints of Golden Glow #FEDC84
RGB
CMYK
RGB Variations
Color information
#FEDC84 (or 0xFEDC84) is known color: Golden Glow. HEX triplet: FE, DC and 84. RGB value is (254,220,132). Sum of RGB (Red+Green+Blue) = 254+220+132=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 132 (51.95% from 255 or 21.78% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC84 is #01237B. Grayscale: #DCDCDC. Windows color (decimal): -74620 or 8707326. OLE color: 8707326.
HSL color Cylindrical-coordinate representation of color #FEDC84: hue angle of 43.28º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEDC84 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 132 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.00 |
| HSL | 43.28º | 0.98% | 0.76% | - |
| HSV(B) | 43.28º | 0.48% | 1% | - |
| XYZ | 70.63 | 73.92 | 32.38 | - |
| YUV | 220.13 | 78.26 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 132 | 0 | 0.13 | 0.48 | 0.00 | 43.28 | 0.98 | 0.76 |
| Hex | FE | DC | 84 | 0 | D | 30 | 0 | 2B | 62 | 4C |
| Octal | 376 | 334 | 204 | 0 | 15 | 60 | 0 | 53 | 142 | 114 |
| Binary | 11111110 | 11011100 | 10000100 | 0 | 1101 | 110000 | 0 | 101011 | 1100010 | 1001100 |
Color Harmonies of #FEDC84
Complementary color
Monochromatic Colors of #FEDC84
Black with #FEDC84
Text Example
Text Example
White with #FEDC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC84; }
p { color: rgb(254,220,132); }
H1.HeaderClassName
{
color: #FEDC84;
}
.AnyTagClassName
{
color: #FEDC84;
}
</style>
background-color css
<style>
a { background-color: #FEDC84; }
a { background-color: rgb(254,220,132); }
div.DivClassName
{
background-color: #FEDC84;
}
.BgClassName
{
background-color: #FEDC84;
}
</style>
border-color css
<style>
span { border-color: #FEDC84; }
span { border-color: rgb(254,220,132); }
td.TdClassName
{
border-color: #FEDC84;
}
.TagClassName
{
border-color: #FEDC84;
}
</style>