Shades of Golden Glow #FED789
Tints of Golden Glow #FED789
RGB
CMYK
RGB Variations
Color information
#FED789 (or 0xFED789) is known color: Golden Glow. HEX triplet: FE, D7 and 89. RGB value is (254,215,137). Sum of RGB (Red+Green+Blue) = 254+215+137=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 137 (53.91% from 255 or 22.61% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FED789 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED789 is #012876. Grayscale: #DADADA. Windows color (decimal): -75895 or 9033726. OLE color: 9033726.
HSL color Cylindrical-coordinate representation of color #FED789: hue angle of 40º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FED789 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 137 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.00 |
| HSL | 40º | 0.98% | 0.77% | - |
| HSV(B) | 40º | 0.46% | 1% | - |
| XYZ | 69.69 | 71.48 | 33.79 | - |
| YUV | 217.77 | 82.42 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 137 | 0 | 0.15 | 0.46 | 0.00 | 40 | 0.98 | 0.77 |
| Hex | FE | D7 | 89 | 0 | F | 2E | 0 | 28 | 62 | 4D |
| Octal | 376 | 327 | 211 | 0 | 17 | 56 | 0 | 50 | 142 | 115 |
| Binary | 11111110 | 11010111 | 10001001 | 0 | 1111 | 101110 | 0 | 101000 | 1100010 | 1001101 |
Color Harmonies of #FED789
Complementary color
Monochromatic Colors of #FED789
Black with #FED789
Text Example
Text Example
White with #FED789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED789; }
p { color: rgb(254,215,137); }
H1.HeaderClassName
{
color: #FED789;
}
.AnyTagClassName
{
color: #FED789;
}
</style>
background-color css
<style>
a { background-color: #FED789; }
a { background-color: rgb(254,215,137); }
div.DivClassName
{
background-color: #FED789;
}
.BgClassName
{
background-color: #FED789;
}
</style>
border-color css
<style>
span { border-color: #FED789; }
span { border-color: rgb(254,215,137); }
td.TdClassName
{
border-color: #FED789;
}
.TagClassName
{
border-color: #FED789;
}
</style>