Shades of Golden Glow #FED987
Tints of Golden Glow #FED987
RGB
CMYK
RGB Variations
Color information
#FED987 (or 0xFED987) is known color: Golden Glow. HEX triplet: FE, D9 and 87. RGB value is (254,217,135). Sum of RGB (Red+Green+Blue) = 254+217+135=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 135 (53.12% from 255 or 22.28% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FED987 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED987 is #012678. Grayscale: #DBDBDB. Windows color (decimal): -75385 or 8903166. OLE color: 8903166.
HSL color Cylindrical-coordinate representation of color #FED987: hue angle of 41.34º 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 #FED987 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 135 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.00 |
| HSL | 41.34º | 0.98% | 0.76% | - |
| HSV(B) | 41.34º | 0.47% | 1% | - |
| XYZ | 70.06 | 72.45 | 33.21 | - |
| YUV | 218.72 | 80.76 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 135 | 0 | 0.15 | 0.47 | 0.00 | 41.34 | 0.98 | 0.76 |
| Hex | FE | D9 | 87 | 0 | F | 2F | 0 | 29 | 62 | 4C |
| Octal | 376 | 331 | 207 | 0 | 17 | 57 | 0 | 51 | 142 | 114 |
| Binary | 11111110 | 11011001 | 10000111 | 0 | 1111 | 101111 | 0 | 101001 | 1100010 | 1001100 |
Color Harmonies of #FED987
Complementary color
Monochromatic Colors of #FED987
Black with #FED987
Text Example
Text Example
White with #FED987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED987; }
p { color: rgb(254,217,135); }
H1.HeaderClassName
{
color: #FED987;
}
.AnyTagClassName
{
color: #FED987;
}
</style>
background-color css
<style>
a { background-color: #FED987; }
a { background-color: rgb(254,217,135); }
div.DivClassName
{
background-color: #FED987;
}
.BgClassName
{
background-color: #FED987;
}
</style>
border-color css
<style>
span { border-color: #FED987; }
span { border-color: rgb(254,217,135); }
td.TdClassName
{
border-color: #FED987;
}
.TagClassName
{
border-color: #FED987;
}
</style>