Shades of Golden Glow #F5D87A
Tints of Golden Glow #F5D87A
RGB
CMYK
RGB Variations
Color information
#F5D87A (or 0xF5D87A) is known color: Golden Glow. HEX triplet: F5, D8 and 7A. RGB value is (245,216,122). Sum of RGB (Red+Green+Blue) = 245+216+122=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 122 (48.05% from 255 or 20.93% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D87A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D87A is #0A2785. Grayscale: #D6D6D6. Windows color (decimal): -665478 or 8050933. OLE color: 8050933.
HSL color Cylindrical-coordinate representation of color #F5D87A: hue angle of 45.85º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5D87A is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 216 | 122 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.04 |
| HSL | 45.85º | 0.86% | 0.72% | - |
| HSV(B) | 45.85º | 0.5% | 0.96% | - |
| XYZ | 65.72 | 69.93 | 28.45 | - |
| YUV | 213.96 | 76.11 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 216 | 122 | 0 | 0.12 | 0.50 | 0.04 | 45.85 | 0.86 | 0.72 |
| Hex | F5 | D8 | 7A | 0 | C | 32 | 4 | 2E | 56 | 48 |
| Octal | 365 | 330 | 172 | 0 | 14 | 62 | 4 | 56 | 126 | 110 |
| Binary | 11110101 | 11011000 | 1111010 | 0 | 1100 | 110010 | 100 | 101110 | 1010110 | 1001000 |
Color Harmonies of #F5D87A
Complementary color
Monochromatic Colors of #F5D87A
Black with #F5D87A
Text Example
Text Example
White with #F5D87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D87A; }
p { color: rgb(245,216,122); }
H1.HeaderClassName
{
color: #F5D87A;
}
.AnyTagClassName
{
color: #F5D87A;
}
</style>
background-color css
<style>
a { background-color: #F5D87A; }
a { background-color: rgb(245,216,122); }
div.DivClassName
{
background-color: #F5D87A;
}
.BgClassName
{
background-color: #F5D87A;
}
</style>
border-color css
<style>
span { border-color: #F5D87A; }
span { border-color: rgb(245,216,122); }
td.TdClassName
{
border-color: #F5D87A;
}
.TagClassName
{
border-color: #F5D87A;
}
</style>