Shades of Golden Glow #F5D778
Tints of Golden Glow #F5D778
RGB
CMYK
RGB Variations
Color information
#F5D778 (or 0xF5D778) is known color: Golden Glow. HEX triplet: F5, D7 and 78. RGB value is (245,215,120). Sum of RGB (Red+Green+Blue) = 245+215+120=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 120 (47.27% from 255 or 20.69% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D778 is #0A2887. Grayscale: #D5D5D5. Windows color (decimal): -665736 or 7919605. OLE color: 7919605.
HSL color Cylindrical-coordinate representation of color #F5D778: hue angle of 45.6º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5D778 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 215 | 120 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.04 |
| HSL | 45.6º | 0.86% | 0.72% | - |
| HSV(B) | 45.6º | 0.51% | 0.96% | - |
| XYZ | 65.35 | 69.37 | 27.71 | - |
| YUV | 213.14 | 75.44 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 215 | 120 | 0 | 0.12 | 0.51 | 0.04 | 45.6 | 0.86 | 0.72 |
| Hex | F5 | D7 | 78 | 0 | C | 33 | 4 | 2E | 56 | 48 |
| Octal | 365 | 327 | 170 | 0 | 14 | 63 | 4 | 56 | 126 | 110 |
| Binary | 11110101 | 11010111 | 1111000 | 0 | 1100 | 110011 | 100 | 101110 | 1010110 | 1001000 |
Color Harmonies of #F5D778
Complementary color
Monochromatic Colors of #F5D778
Black with #F5D778
Text Example
Text Example
White with #F5D778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D778; }
p { color: rgb(245,215,120); }
H1.HeaderClassName
{
color: #F5D778;
}
.AnyTagClassName
{
color: #F5D778;
}
</style>
background-color css
<style>
a { background-color: #F5D778; }
a { background-color: rgb(245,215,120); }
div.DivClassName
{
background-color: #F5D778;
}
.BgClassName
{
background-color: #F5D778;
}
</style>
border-color css
<style>
span { border-color: #F5D778; }
span { border-color: rgb(245,215,120); }
td.TdClassName
{
border-color: #F5D778;
}
.TagClassName
{
border-color: #F5D778;
}
</style>