Shades of Golden Glow #F5D680
Tints of Golden Glow #F5D680
RGB
CMYK
RGB Variations
Color information
#F5D680 (or 0xF5D680) is known color: Golden Glow. HEX triplet: F5, D6 and 80. RGB value is (245,214,128). Sum of RGB (Red+Green+Blue) = 245+214+128=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 128 (50.39% from 255 or 21.81% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D680 is #0A297F. Grayscale: #D5D5D5. Windows color (decimal): -665984 or 8443637. OLE color: 8443637.
HSL color Cylindrical-coordinate representation of color #F5D680: hue angle of 44.1º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5D680 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 214 | 128 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.04 |
| HSL | 44.1º | 0.85% | 0.73% | - |
| HSV(B) | 44.1º | 0.48% | 0.96% | - |
| XYZ | 65.6 | 69.06 | 30.3 | - |
| YUV | 213.47 | 79.77 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 214 | 128 | 0 | 0.13 | 0.48 | 0.04 | 44.1 | 0.85 | 0.73 |
| Hex | F5 | D6 | 80 | 0 | D | 30 | 4 | 2C | 55 | 49 |
| Octal | 365 | 326 | 200 | 0 | 15 | 60 | 4 | 54 | 125 | 111 |
| Binary | 11110101 | 11010110 | 10000000 | 0 | 1101 | 110000 | 100 | 101100 | 1010101 | 1001001 |
Color Harmonies of #F5D680
Complementary color
Monochromatic Colors of #F5D680
Black with #F5D680
Text Example
Text Example
White with #F5D680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D680; }
p { color: rgb(245,214,128); }
H1.HeaderClassName
{
color: #F5D680;
}
.AnyTagClassName
{
color: #F5D680;
}
</style>
background-color css
<style>
a { background-color: #F5D680; }
a { background-color: rgb(245,214,128); }
div.DivClassName
{
background-color: #F5D680;
}
.BgClassName
{
background-color: #F5D680;
}
</style>
border-color css
<style>
span { border-color: #F5D680; }
span { border-color: rgb(245,214,128); }
td.TdClassName
{
border-color: #F5D680;
}
.TagClassName
{
border-color: #F5D680;
}
</style>