Shades of Golden Glow #F5D788
Tints of Golden Glow #F5D788
RGB
CMYK
RGB Variations
Color information
#F5D788 (or 0xF5D788) is known color: Golden Glow. HEX triplet: F5, D7 and 88. RGB value is (245,215,136). Sum of RGB (Red+Green+Blue) = 245+215+136=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 136 (53.52% from 255 or 22.82% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D788 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D788 is #0A2877. Grayscale: #D7D7D7. Windows color (decimal): -665720 or 8968181. OLE color: 8968181.
HSL color Cylindrical-coordinate representation of color #F5D788: hue angle of 43.49º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5D788 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 215 | 136 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.04 |
| HSL | 43.49º | 0.84% | 0.75% | - |
| HSV(B) | 43.49º | 0.44% | 0.96% | - |
| XYZ | 66.4 | 69.79 | 33.26 | - |
| YUV | 214.96 | 83.44 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 215 | 136 | 0 | 0.12 | 0.44 | 0.04 | 43.49 | 0.84 | 0.75 |
| Hex | F5 | D7 | 88 | 0 | C | 2C | 4 | 2B | 54 | 4B |
| Octal | 365 | 327 | 210 | 0 | 14 | 54 | 4 | 53 | 124 | 113 |
| Binary | 11110101 | 11010111 | 10001000 | 0 | 1100 | 101100 | 100 | 101011 | 1010100 | 1001011 |
Color Harmonies of #F5D788
Complementary color
Monochromatic Colors of #F5D788
Black with #F5D788
Text Example
Text Example
White with #F5D788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D788; }
p { color: rgb(245,215,136); }
H1.HeaderClassName
{
color: #F5D788;
}
.AnyTagClassName
{
color: #F5D788;
}
</style>
background-color css
<style>
a { background-color: #F5D788; }
a { background-color: rgb(245,215,136); }
div.DivClassName
{
background-color: #F5D788;
}
.BgClassName
{
background-color: #F5D788;
}
</style>
border-color css
<style>
span { border-color: #F5D788; }
span { border-color: rgb(245,215,136); }
td.TdClassName
{
border-color: #F5D788;
}
.TagClassName
{
border-color: #F5D788;
}
</style>