Shades of Golden Glow #FED786
Tints of Golden Glow #FED786
RGB
CMYK
RGB Variations
Color information
#FED786 (or 0xFED786) is known color: Golden Glow. HEX triplet: FE, D7 and 86. RGB value is (254,215,134). Sum of RGB (Red+Green+Blue) = 254+215+134=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 134 (52.73% from 255 or 22.22% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FED786 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED786 is #012879. Grayscale: #D9D9D9. Windows color (decimal): -75898 or 8837118. OLE color: 8837118.
HSL color Cylindrical-coordinate representation of color #FED786: hue angle of 40.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 #FED786 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 134 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.00 |
| HSL | 40.5º | 0.98% | 0.76% | - |
| HSV(B) | 40.5º | 0.47% | 1% | - |
| XYZ | 69.48 | 71.39 | 32.67 | - |
| YUV | 217.43 | 80.92 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 134 | 0 | 0.15 | 0.47 | 0.00 | 40.5 | 0.98 | 0.76 |
| Hex | FE | D7 | 86 | 0 | F | 2F | 0 | 28 | 62 | 4C |
| Octal | 376 | 327 | 206 | 0 | 17 | 57 | 0 | 50 | 142 | 114 |
| Binary | 11111110 | 11010111 | 10000110 | 0 | 1111 | 101111 | 0 | 101000 | 1100010 | 1001100 |
Color Harmonies of #FED786
Complementary color
Monochromatic Colors of #FED786
Black with #FED786
Text Example
Text Example
White with #FED786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED786; }
p { color: rgb(254,215,134); }
H1.HeaderClassName
{
color: #FED786;
}
.AnyTagClassName
{
color: #FED786;
}
</style>
background-color css
<style>
a { background-color: #FED786; }
a { background-color: rgb(254,215,134); }
div.DivClassName
{
background-color: #FED786;
}
.BgClassName
{
background-color: #FED786;
}
</style>
border-color css
<style>
span { border-color: #FED786; }
span { border-color: rgb(254,215,134); }
td.TdClassName
{
border-color: #FED786;
}
.TagClassName
{
border-color: #FED786;
}
</style>