Shades of Golden Glow #FED889
Tints of Golden Glow #FED889
RGB
CMYK
RGB Variations
Color information
#FED889 (or 0xFED889) is known color: Golden Glow. HEX triplet: FE, D8 and 89. RGB value is (254,216,137). Sum of RGB (Red+Green+Blue) = 254+216+137=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 137 (53.91% from 255 or 22.57% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FED889 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED889 is #012776. Grayscale: #DADADA. Windows color (decimal): -75639 or 9033982. OLE color: 9033982.
HSL color Cylindrical-coordinate representation of color #FED889: hue angle of 40.51º 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 #FED889 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 137 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.00 |
| HSL | 40.51º | 0.98% | 0.77% | - |
| HSV(B) | 40.51º | 0.46% | 1% | - |
| XYZ | 69.94 | 71.99 | 33.88 | - |
| YUV | 218.36 | 82.09 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 137 | 0 | 0.15 | 0.46 | 0.00 | 40.51 | 0.98 | 0.77 |
| Hex | FE | D8 | 89 | 0 | F | 2E | 0 | 29 | 62 | 4D |
| Octal | 376 | 330 | 211 | 0 | 17 | 56 | 0 | 51 | 142 | 115 |
| Binary | 11111110 | 11011000 | 10001001 | 0 | 1111 | 101110 | 0 | 101001 | 1100010 | 1001101 |
Color Harmonies of #FED889
Complementary color
Monochromatic Colors of #FED889
Black with #FED889
Text Example
Text Example
White with #FED889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED889; }
p { color: rgb(254,216,137); }
H1.HeaderClassName
{
color: #FED889;
}
.AnyTagClassName
{
color: #FED889;
}
</style>
background-color css
<style>
a { background-color: #FED889; }
a { background-color: rgb(254,216,137); }
div.DivClassName
{
background-color: #FED889;
}
.BgClassName
{
background-color: #FED889;
}
</style>
border-color css
<style>
span { border-color: #FED889; }
span { border-color: rgb(254,216,137); }
td.TdClassName
{
border-color: #FED889;
}
.TagClassName
{
border-color: #FED889;
}
</style>