Shades of Golden Glow #F5D57A
Tints of Golden Glow #F5D57A
RGB
CMYK
RGB Variations
Color information
#F5D57A (or 0xF5D57A) is known color: Golden Glow. HEX triplet: F5, D5 and 7A. RGB value is (245,213,122). Sum of RGB (Red+Green+Blue) = 245+213+122=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 122 (48.05% from 255 or 21.03% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D57A is #0A2A85. Grayscale: #D4D4D4. Windows color (decimal): -666246 or 8050165. OLE color: 8050165.
HSL color Cylindrical-coordinate representation of color #F5D57A: hue angle of 44.39º 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 #F5D57A is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 213 | 122 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.04 |
| HSL | 44.39º | 0.86% | 0.72% | - |
| HSV(B) | 44.39º | 0.5% | 0.96% | - |
| XYZ | 64.96 | 68.41 | 28.19 | - |
| YUV | 212.19 | 77.1 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 213 | 122 | 0 | 0.13 | 0.50 | 0.04 | 44.39 | 0.86 | 0.72 |
| Hex | F5 | D5 | 7A | 0 | D | 32 | 4 | 2C | 56 | 48 |
| Octal | 365 | 325 | 172 | 0 | 15 | 62 | 4 | 54 | 126 | 110 |
| Binary | 11110101 | 11010101 | 1111010 | 0 | 1101 | 110010 | 100 | 101100 | 1010110 | 1001000 |
Color Harmonies of #F5D57A
Complementary color
Monochromatic Colors of #F5D57A
Black with #F5D57A
Text Example
Text Example
White with #F5D57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D57A; }
p { color: rgb(245,213,122); }
H1.HeaderClassName
{
color: #F5D57A;
}
.AnyTagClassName
{
color: #F5D57A;
}
</style>
background-color css
<style>
a { background-color: #F5D57A; }
a { background-color: rgb(245,213,122); }
div.DivClassName
{
background-color: #F5D57A;
}
.BgClassName
{
background-color: #F5D57A;
}
</style>
border-color css
<style>
span { border-color: #F5D57A; }
span { border-color: rgb(245,213,122); }
td.TdClassName
{
border-color: #F5D57A;
}
.TagClassName
{
border-color: #F5D57A;
}
</style>