Shades of Golden Glow #F5D57D
Tints of Golden Glow #F5D57D
RGB
CMYK
RGB Variations
Color information
#F5D57D (or 0xF5D57D) is known color: Golden Glow. HEX triplet: F5, D5 and 7D. RGB value is (245,213,125). Sum of RGB (Red+Green+Blue) = 245+213+125=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D57D is #0A2A82. Grayscale: #D4D4D4. Windows color (decimal): -666243 or 8246773. OLE color: 8246773.
HSL color Cylindrical-coordinate representation of color #F5D57D: hue angle of 44º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5D57D is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 213 | 125 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.04 |
| HSL | 44º | 0.86% | 0.73% | - |
| HSV(B) | 44º | 0.49% | 0.96% | - |
| XYZ | 65.15 | 68.48 | 29.19 | - |
| YUV | 212.54 | 78.6 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 213 | 125 | 0 | 0.13 | 0.49 | 0.04 | 44 | 0.86 | 0.73 |
| Hex | F5 | D5 | 7D | 0 | D | 31 | 4 | 2C | 56 | 49 |
| Octal | 365 | 325 | 175 | 0 | 15 | 61 | 4 | 54 | 126 | 111 |
| Binary | 11110101 | 11010101 | 1111101 | 0 | 1101 | 110001 | 100 | 101100 | 1010110 | 1001001 |
Color Harmonies of #F5D57D
Complementary color
Monochromatic Colors of #F5D57D
Black with #F5D57D
Text Example
Text Example
White with #F5D57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D57D; }
p { color: rgb(245,213,125); }
H1.HeaderClassName
{
color: #F5D57D;
}
.AnyTagClassName
{
color: #F5D57D;
}
</style>
background-color css
<style>
a { background-color: #F5D57D; }
a { background-color: rgb(245,213,125); }
div.DivClassName
{
background-color: #F5D57D;
}
.BgClassName
{
background-color: #F5D57D;
}
</style>
border-color css
<style>
span { border-color: #F5D57D; }
span { border-color: rgb(245,213,125); }
td.TdClassName
{
border-color: #F5D57D;
}
.TagClassName
{
border-color: #F5D57D;
}
</style>