Shades of Golden Glow #FED986
Tints of Golden Glow #FED986
RGB
CMYK
RGB Variations
Color information
#FED986 (or 0xFED986) is known color: Golden Glow. HEX triplet: FE, D9 and 86. RGB value is (254,217,134). Sum of RGB (Red+Green+Blue) = 254+217+134=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 134 (52.73% from 255 or 22.15% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FED986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED986 is #012679. Grayscale: #DADADA. Windows color (decimal): -75386 or 8837630. OLE color: 8837630.
HSL color Cylindrical-coordinate representation of color #FED986: hue angle of 41.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FED986 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 134 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.00 |
| HSL | 41.5º | 0.98% | 0.76% | - |
| HSV(B) | 41.5º | 0.47% | 1% | - |
| XYZ | 69.99 | 72.42 | 32.84 | - |
| YUV | 218.6 | 80.26 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 134 | 0 | 0.15 | 0.47 | 0.00 | 41.5 | 0.98 | 0.76 |
| Hex | FE | D9 | 86 | 0 | F | 2F | 0 | 2A | 62 | 4C |
| Octal | 376 | 331 | 206 | 0 | 17 | 57 | 0 | 52 | 142 | 114 |
| Binary | 11111110 | 11011001 | 10000110 | 0 | 1111 | 101111 | 0 | 101010 | 1100010 | 1001100 |
Color Harmonies of #FED986
Complementary color
Monochromatic Colors of #FED986
Black with #FED986
Text Example
Text Example
White with #FED986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED986; }
p { color: rgb(254,217,134); }
H1.HeaderClassName
{
color: #FED986;
}
.AnyTagClassName
{
color: #FED986;
}
</style>
background-color css
<style>
a { background-color: #FED986; }
a { background-color: rgb(254,217,134); }
div.DivClassName
{
background-color: #FED986;
}
.BgClassName
{
background-color: #FED986;
}
</style>
border-color css
<style>
span { border-color: #FED986; }
span { border-color: rgb(254,217,134); }
td.TdClassName
{
border-color: #FED986;
}
.TagClassName
{
border-color: #FED986;
}
</style>