Shades of Golden Glow #FED686
Tints of Golden Glow #FED686
RGB
CMYK
RGB Variations
Color information
#FED686 (or 0xFED686) is known color: Golden Glow. HEX triplet: FE, D6 and 86. RGB value is (254,214,134). Sum of RGB (Red+Green+Blue) = 254+214+134=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 134 (52.73% from 255 or 22.26% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FED686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED686 is #012979. Grayscale: #D9D9D9. Windows color (decimal): -76154 or 8836862. OLE color: 8836862.
HSL color Cylindrical-coordinate representation of color #FED686: hue angle of 40º 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 #FED686 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 134 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.00 |
| HSL | 40º | 0.98% | 0.76% | - |
| HSV(B) | 40º | 0.47% | 1% | - |
| XYZ | 69.22 | 70.89 | 32.59 | - |
| YUV | 216.84 | 81.25 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 134 | 0 | 0.16 | 0.47 | 0.00 | 40 | 0.98 | 0.76 |
| Hex | FE | D6 | 86 | 0 | 10 | 2F | 0 | 28 | 62 | 4C |
| Octal | 376 | 326 | 206 | 0 | 20 | 57 | 0 | 50 | 142 | 114 |
| Binary | 11111110 | 11010110 | 10000110 | 0 | 10000 | 101111 | 0 | 101000 | 1100010 | 1001100 |
Color Harmonies of #FED686
Complementary color
Monochromatic Colors of #FED686
Black with #FED686
Text Example
Text Example
White with #FED686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED686; }
p { color: rgb(254,214,134); }
H1.HeaderClassName
{
color: #FED686;
}
.AnyTagClassName
{
color: #FED686;
}
</style>
background-color css
<style>
a { background-color: #FED686; }
a { background-color: rgb(254,214,134); }
div.DivClassName
{
background-color: #FED686;
}
.BgClassName
{
background-color: #FED686;
}
</style>
border-color css
<style>
span { border-color: #FED686; }
span { border-color: rgb(254,214,134); }
td.TdClassName
{
border-color: #FED686;
}
.TagClassName
{
border-color: #FED686;
}
</style>