Shades of Golden Glow #FEDA81
Tints of Golden Glow #FEDA81
RGB
CMYK
RGB Variations
Color information
#FEDA81 (or 0xFEDA81) is known color: Golden Glow. HEX triplet: FE, DA and 81. RGB value is (254,218,129). Sum of RGB (Red+Green+Blue) = 254+218+129=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 129 (50.78% from 255 or 21.46% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDA81 is #01257E. Grayscale: #DBDBDB. Windows color (decimal): -75135 or 8510206. OLE color: 8510206.
HSL color Cylindrical-coordinate representation of color #FEDA81: hue angle of 42.72º 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 #FEDA81 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 129 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.00 |
| HSL | 42.72º | 0.98% | 0.75% | - |
| HSV(B) | 42.72º | 0.49% | 1% | - |
| XYZ | 69.91 | 72.8 | 31.14 | - |
| YUV | 218.62 | 77.43 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 129 | 0 | 0.14 | 0.49 | 0.00 | 42.72 | 0.98 | 0.75 |
| Hex | FE | DA | 81 | 0 | E | 31 | 0 | 2B | 62 | 4B |
| Octal | 376 | 332 | 201 | 0 | 16 | 61 | 0 | 53 | 142 | 113 |
| Binary | 11111110 | 11011010 | 10000001 | 0 | 1110 | 110001 | 0 | 101011 | 1100010 | 1001011 |
Color Harmonies of #FEDA81
Complementary color
Monochromatic Colors of #FEDA81
Black with #FEDA81
Text Example
Text Example
White with #FEDA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA81; }
p { color: rgb(254,218,129); }
H1.HeaderClassName
{
color: #FEDA81;
}
.AnyTagClassName
{
color: #FEDA81;
}
</style>
background-color css
<style>
a { background-color: #FEDA81; }
a { background-color: rgb(254,218,129); }
div.DivClassName
{
background-color: #FEDA81;
}
.BgClassName
{
background-color: #FEDA81;
}
</style>
border-color css
<style>
span { border-color: #FEDA81; }
span { border-color: rgb(254,218,129); }
td.TdClassName
{
border-color: #FEDA81;
}
.TagClassName
{
border-color: #FEDA81;
}
</style>