Shades of Golden Glow #F5D575
Tints of Golden Glow #F5D575
RGB
CMYK
RGB Variations
Color information
#F5D575 (or 0xF5D575) is known color: Golden Glow. HEX triplet: F5, D5 and 75. RGB value is (245,213,117). Sum of RGB (Red+Green+Blue) = 245+213+117=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 117 (46.09% from 255 or 20.35% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D575 is #0A2A8A. Grayscale: #D4D4D4. Windows color (decimal): -666251 or 7722485. OLE color: 7722485.
HSL color Cylindrical-coordinate representation of color #F5D575: hue angle of 45º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5D575 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 213 | 117 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.04 |
| HSL | 45º | 0.86% | 0.71% | - |
| HSV(B) | 45º | 0.52% | 0.96% | - |
| XYZ | 64.66 | 68.29 | 26.6 | - |
| YUV | 211.62 | 74.6 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 213 | 117 | 0 | 0.13 | 0.52 | 0.04 | 45 | 0.86 | 0.71 |
| Hex | F5 | D5 | 75 | 0 | D | 34 | 4 | 2D | 56 | 47 |
| Octal | 365 | 325 | 165 | 0 | 15 | 64 | 4 | 55 | 126 | 107 |
| Binary | 11110101 | 11010101 | 1110101 | 0 | 1101 | 110100 | 100 | 101101 | 1010110 | 1000111 |
Color Harmonies of #F5D575
Complementary color
Monochromatic Colors of #F5D575
Black with #F5D575
Text Example
Text Example
White with #F5D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D575; }
p { color: rgb(245,213,117); }
H1.HeaderClassName
{
color: #F5D575;
}
.AnyTagClassName
{
color: #F5D575;
}
</style>
background-color css
<style>
a { background-color: #F5D575; }
a { background-color: rgb(245,213,117); }
div.DivClassName
{
background-color: #F5D575;
}
.BgClassName
{
background-color: #F5D575;
}
</style>
border-color css
<style>
span { border-color: #F5D575; }
span { border-color: rgb(245,213,117); }
td.TdClassName
{
border-color: #F5D575;
}
.TagClassName
{
border-color: #F5D575;
}
</style>