Shades of Golden Glow #FED689
Tints of Golden Glow #FED689
RGB
CMYK
RGB Variations
Color information
#FED689 (or 0xFED689) is known color: Golden Glow. HEX triplet: FE, D6 and 89. RGB value is (254,214,137). Sum of RGB (Red+Green+Blue) = 254+214+137=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 137 (53.91% from 255 or 22.64% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FED689 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED689 is #012976. Grayscale: #D9D9D9. Windows color (decimal): -76151 or 9033470. OLE color: 9033470.
HSL color Cylindrical-coordinate representation of color #FED689: hue angle of 39.49º 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 #FED689 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 137 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.00 |
| HSL | 39.49º | 0.98% | 0.77% | - |
| HSV(B) | 39.49º | 0.46% | 1% | - |
| XYZ | 69.43 | 70.97 | 33.71 | - |
| YUV | 217.18 | 82.75 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 137 | 0 | 0.16 | 0.46 | 0.00 | 39.49 | 0.98 | 0.77 |
| Hex | FE | D6 | 89 | 0 | 10 | 2E | 0 | 27 | 62 | 4D |
| Octal | 376 | 326 | 211 | 0 | 20 | 56 | 0 | 47 | 142 | 115 |
| Binary | 11111110 | 11010110 | 10001001 | 0 | 10000 | 101110 | 0 | 100111 | 1100010 | 1001101 |
Color Harmonies of #FED689
Complementary color
Monochromatic Colors of #FED689
Black with #FED689
Text Example
Text Example
White with #FED689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED689; }
p { color: rgb(254,214,137); }
H1.HeaderClassName
{
color: #FED689;
}
.AnyTagClassName
{
color: #FED689;
}
</style>
background-color css
<style>
a { background-color: #FED689; }
a { background-color: rgb(254,214,137); }
div.DivClassName
{
background-color: #FED689;
}
.BgClassName
{
background-color: #FED689;
}
</style>
border-color css
<style>
span { border-color: #FED689; }
span { border-color: rgb(254,214,137); }
td.TdClassName
{
border-color: #FED689;
}
.TagClassName
{
border-color: #FED689;
}
</style>