Shades of Golden Glow #FED881
Tints of Golden Glow #FED881
RGB
CMYK
RGB Variations
Color information
#FED881 (or 0xFED881) is known color: Golden Glow. HEX triplet: FE, D8 and 81. RGB value is (254,216,129). Sum of RGB (Red+Green+Blue) = 254+216+129=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 129 (50.78% from 255 or 21.54% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FED881 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED881 is #01277E. Grayscale: #D9D9D9. Windows color (decimal): -75647 or 8509694. OLE color: 8509694.
HSL color Cylindrical-coordinate representation of color #FED881: hue angle of 41.76º 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 #FED881 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 129 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.00 |
| HSL | 41.76º | 0.98% | 0.75% | - |
| HSV(B) | 41.76º | 0.49% | 1% | - |
| XYZ | 69.39 | 71.77 | 30.96 | - |
| YUV | 217.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 129 | 0 | 0.15 | 0.49 | 0.00 | 41.76 | 0.98 | 0.75 |
| Hex | FE | D8 | 81 | 0 | F | 31 | 0 | 2A | 62 | 4B |
| Octal | 376 | 330 | 201 | 0 | 17 | 61 | 0 | 52 | 142 | 113 |
| Binary | 11111110 | 11011000 | 10000001 | 0 | 1111 | 110001 | 0 | 101010 | 1100010 | 1001011 |
Color Harmonies of #FED881
Complementary color
Monochromatic Colors of #FED881
Black with #FED881
Text Example
Text Example
White with #FED881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED881; }
p { color: rgb(254,216,129); }
H1.HeaderClassName
{
color: #FED881;
}
.AnyTagClassName
{
color: #FED881;
}
</style>
background-color css
<style>
a { background-color: #FED881; }
a { background-color: rgb(254,216,129); }
div.DivClassName
{
background-color: #FED881;
}
.BgClassName
{
background-color: #FED881;
}
</style>
border-color css
<style>
span { border-color: #FED881; }
span { border-color: rgb(254,216,129); }
td.TdClassName
{
border-color: #FED881;
}
.TagClassName
{
border-color: #FED881;
}
</style>