Shades of Golden Glow #FEDE81
Tints of Golden Glow #FEDE81
RGB
CMYK
RGB Variations
Color information
#FEDE81 (or 0xFEDE81) is known color: Golden Glow. HEX triplet: FE, DE and 81. RGB value is (254,222,129). Sum of RGB (Red+Green+Blue) = 254+222+129=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 129 (50.78% from 255 or 21.32% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE81 is #01217E. Grayscale: #DDDDDD. Windows color (decimal): -74111 or 8511230. OLE color: 8511230.
HSL color Cylindrical-coordinate representation of color #FEDE81: hue angle of 44.64º 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 #FEDE81 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 129 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.00 |
| HSL | 44.64º | 0.98% | 0.75% | - |
| HSV(B) | 44.64º | 0.49% | 1% | - |
| XYZ | 70.96 | 74.9 | 31.49 | - |
| YUV | 220.97 | 76.1 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 129 | 0 | 0.13 | 0.49 | 0.00 | 44.64 | 0.98 | 0.75 |
| Hex | FE | DE | 81 | 0 | D | 31 | 0 | 2D | 62 | 4B |
| Octal | 376 | 336 | 201 | 0 | 15 | 61 | 0 | 55 | 142 | 113 |
| Binary | 11111110 | 11011110 | 10000001 | 0 | 1101 | 110001 | 0 | 101101 | 1100010 | 1001011 |
Color Harmonies of #FEDE81
Complementary color
Monochromatic Colors of #FEDE81
Black with #FEDE81
Text Example
Text Example
White with #FEDE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE81; }
p { color: rgb(254,222,129); }
H1.HeaderClassName
{
color: #FEDE81;
}
.AnyTagClassName
{
color: #FEDE81;
}
</style>
background-color css
<style>
a { background-color: #FEDE81; }
a { background-color: rgb(254,222,129); }
div.DivClassName
{
background-color: #FEDE81;
}
.BgClassName
{
background-color: #FEDE81;
}
</style>
border-color css
<style>
span { border-color: #FEDE81; }
span { border-color: rgb(254,222,129); }
td.TdClassName
{
border-color: #FEDE81;
}
.TagClassName
{
border-color: #FEDE81;
}
</style>