Shades of Golden Glow #F5D175
Tints of Golden Glow #F5D175
RGB
CMYK
RGB Variations
Color information
#F5D175 (or 0xF5D175) is known color: Golden Glow. HEX triplet: F5, D1 and 75. RGB value is (245,209,117). Sum of RGB (Red+Green+Blue) = 245+209+117=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 117 (46.09% from 255 or 20.49% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D175 is #0A2E8A. Grayscale: #D1D1D1. Windows color (decimal): -667275 or 7721461. OLE color: 7721461.
HSL color Cylindrical-coordinate representation of color #F5D175: hue angle of 43.12º 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 #F5D175 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 117 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.04 |
| HSL | 43.13º | 0.86% | 0.71% | - |
| HSV(B) | 43.13º | 0.52% | 0.96% | - |
| XYZ | 63.67 | 66.3 | 26.27 | - |
| YUV | 209.28 | 75.93 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 117 | 0 | 0.15 | 0.52 | 0.04 | 43.13 | 0.86 | 0.71 |
| Hex | F5 | D1 | 75 | 0 | F | 34 | 4 | 2B | 56 | 47 |
| Octal | 365 | 321 | 165 | 0 | 17 | 64 | 4 | 53 | 126 | 107 |
| Binary | 11110101 | 11010001 | 1110101 | 0 | 1111 | 110100 | 100 | 101011 | 1010110 | 1000111 |
Color Harmonies of #F5D175
Complementary color
Monochromatic Colors of #F5D175
Black with #F5D175
Text Example
Text Example
White with #F5D175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D175; }
p { color: rgb(245,209,117); }
H1.HeaderClassName
{
color: #F5D175;
}
.AnyTagClassName
{
color: #F5D175;
}
</style>
background-color css
<style>
a { background-color: #F5D175; }
a { background-color: rgb(245,209,117); }
div.DivClassName
{
background-color: #F5D175;
}
.BgClassName
{
background-color: #F5D175;
}
</style>
border-color css
<style>
span { border-color: #F5D175; }
span { border-color: rgb(245,209,117); }
td.TdClassName
{
border-color: #F5D175;
}
.TagClassName
{
border-color: #F5D175;
}
</style>