Shades of Golden Glow #FEDA82
Tints of Golden Glow #FEDA82
RGB
CMYK
RGB Variations
Color information
#FEDA82 (or 0xFEDA82) is known color: Golden Glow. HEX triplet: FE, DA and 82. RGB value is (254,218,130). Sum of RGB (Red+Green+Blue) = 254+218+130=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 130 (51.17% from 255 or 21.59% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDA82 is #01257D. Grayscale: #DBDBDB. Windows color (decimal): -75134 or 8575742. OLE color: 8575742.
HSL color Cylindrical-coordinate representation of color #FEDA82: hue angle of 42.58º 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 #FEDA82 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 130 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.00 |
| HSL | 42.58º | 0.98% | 0.75% | - |
| HSV(B) | 42.58º | 0.49% | 1% | - |
| XYZ | 69.97 | 72.83 | 31.49 | - |
| YUV | 218.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 130 | 0 | 0.14 | 0.49 | 0.00 | 42.58 | 0.98 | 0.75 |
| Hex | FE | DA | 82 | 0 | E | 31 | 0 | 2B | 62 | 4B |
| Octal | 376 | 332 | 202 | 0 | 16 | 61 | 0 | 53 | 142 | 113 |
| Binary | 11111110 | 11011010 | 10000010 | 0 | 1110 | 110001 | 0 | 101011 | 1100010 | 1001011 |
Color Harmonies of #FEDA82
Complementary color
Monochromatic Colors of #FEDA82
Black with #FEDA82
Text Example
Text Example
White with #FEDA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA82; }
p { color: rgb(254,218,130); }
H1.HeaderClassName
{
color: #FEDA82;
}
.AnyTagClassName
{
color: #FEDA82;
}
</style>
background-color css
<style>
a { background-color: #FEDA82; }
a { background-color: rgb(254,218,130); }
div.DivClassName
{
background-color: #FEDA82;
}
.BgClassName
{
background-color: #FEDA82;
}
</style>
border-color css
<style>
span { border-color: #FEDA82; }
span { border-color: rgb(254,218,130); }
td.TdClassName
{
border-color: #FEDA82;
}
.TagClassName
{
border-color: #FEDA82;
}
</style>