Shades of Golden Glow #FED788
Tints of Golden Glow #FED788
RGB
CMYK
RGB Variations
Color information
#FED788 (or 0xFED788) is known color: Golden Glow. HEX triplet: FE, D7 and 88. RGB value is (254,215,136). Sum of RGB (Red+Green+Blue) = 254+215+136=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 136 (53.52% from 255 or 22.48% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FED788 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED788 is #012877. Grayscale: #DADADA. Windows color (decimal): -75896 or 8968190. OLE color: 8968190.
HSL color Cylindrical-coordinate representation of color #FED788: hue angle of 40.17º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FED788 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 136 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.00 |
| HSL | 40.17º | 0.98% | 0.76% | - |
| HSV(B) | 40.17º | 0.46% | 1% | - |
| XYZ | 69.62 | 71.45 | 33.41 | - |
| YUV | 217.66 | 81.92 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 136 | 0 | 0.15 | 0.46 | 0.00 | 40.17 | 0.98 | 0.76 |
| Hex | FE | D7 | 88 | 0 | F | 2E | 0 | 28 | 62 | 4C |
| Octal | 376 | 327 | 210 | 0 | 17 | 56 | 0 | 50 | 142 | 114 |
| Binary | 11111110 | 11010111 | 10001000 | 0 | 1111 | 101110 | 0 | 101000 | 1100010 | 1001100 |
Color Harmonies of #FED788
Complementary color
Monochromatic Colors of #FED788
Black with #FED788
Text Example
Text Example
White with #FED788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED788; }
p { color: rgb(254,215,136); }
H1.HeaderClassName
{
color: #FED788;
}
.AnyTagClassName
{
color: #FED788;
}
</style>
background-color css
<style>
a { background-color: #FED788; }
a { background-color: rgb(254,215,136); }
div.DivClassName
{
background-color: #FED788;
}
.BgClassName
{
background-color: #FED788;
}
</style>
border-color css
<style>
span { border-color: #FED788; }
span { border-color: rgb(254,215,136); }
td.TdClassName
{
border-color: #FED788;
}
.TagClassName
{
border-color: #FED788;
}
</style>