Shades of Golden Glow #FEDA80
Tints of Golden Glow #FEDA80
RGB
CMYK
RGB Variations
Color information
#FEDA80 (or 0xFEDA80) is known color: Golden Glow. HEX triplet: FE, DA and 80. RGB value is (254,218,128). Sum of RGB (Red+Green+Blue) = 254+218+128=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 128 (50.39% from 255 or 21.33% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDA80 is #01257F. Grayscale: #DADADA. Windows color (decimal): -75136 or 8444670. OLE color: 8444670.
HSL color Cylindrical-coordinate representation of color #FEDA80: hue angle of 42.86º 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 #FEDA80 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 128 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.00 |
| HSL | 42.86º | 0.98% | 0.75% | - |
| HSV(B) | 42.86º | 0.5% | 1% | - |
| XYZ | 69.84 | 72.77 | 30.79 | - |
| YUV | 218.5 | 76.93 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 128 | 0 | 0.14 | 0.50 | 0.00 | 42.86 | 0.98 | 0.75 |
| Hex | FE | DA | 80 | 0 | E | 32 | 0 | 2B | 62 | 4B |
| Octal | 376 | 332 | 200 | 0 | 16 | 62 | 0 | 53 | 142 | 113 |
| Binary | 11111110 | 11011010 | 10000000 | 0 | 1110 | 110010 | 0 | 101011 | 1100010 | 1001011 |
Color Harmonies of #FEDA80
Complementary color
Monochromatic Colors of #FEDA80
Black with #FEDA80
Text Example
Text Example
White with #FEDA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA80; }
p { color: rgb(254,218,128); }
H1.HeaderClassName
{
color: #FEDA80;
}
.AnyTagClassName
{
color: #FEDA80;
}
</style>
background-color css
<style>
a { background-color: #FEDA80; }
a { background-color: rgb(254,218,128); }
div.DivClassName
{
background-color: #FEDA80;
}
.BgClassName
{
background-color: #FEDA80;
}
</style>
border-color css
<style>
span { border-color: #FEDA80; }
span { border-color: rgb(254,218,128); }
td.TdClassName
{
border-color: #FEDA80;
}
.TagClassName
{
border-color: #FEDA80;
}
</style>