Shades of Golden Glow #F5D373
Tints of Golden Glow #F5D373
RGB
CMYK
RGB Variations
Color information
#F5D373 (or 0xF5D373) is known color: Golden Glow. HEX triplet: F5, D3 and 73. RGB value is (245,211,115). Sum of RGB (Red+Green+Blue) = 245+211+115=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 115 (45.31% from 255 or 20.14% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D373 is #0A2C8C. Grayscale: #D2D2D2. Windows color (decimal): -666765 or 7590901. OLE color: 7590901.
HSL color Cylindrical-coordinate representation of color #F5D373: hue angle of 44.31º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5D373 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 115 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.04 |
| HSL | 44.31º | 0.87% | 0.71% | - |
| HSV(B) | 44.31º | 0.53% | 0.96% | - |
| XYZ | 64.04 | 67.24 | 25.82 | - |
| YUV | 210.22 | 74.26 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 115 | 0 | 0.14 | 0.53 | 0.04 | 44.31 | 0.87 | 0.71 |
| Hex | F5 | D3 | 73 | 0 | E | 35 | 4 | 2C | 57 | 47 |
| Octal | 365 | 323 | 163 | 0 | 16 | 65 | 4 | 54 | 127 | 107 |
| Binary | 11110101 | 11010011 | 1110011 | 0 | 1110 | 110101 | 100 | 101100 | 1010111 | 1000111 |
Color Harmonies of #F5D373
Complementary color
Monochromatic Colors of #F5D373
Black with #F5D373
Text Example
Text Example
White with #F5D373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D373; }
p { color: rgb(245,211,115); }
H1.HeaderClassName
{
color: #F5D373;
}
.AnyTagClassName
{
color: #F5D373;
}
</style>
background-color css
<style>
a { background-color: #F5D373; }
a { background-color: rgb(245,211,115); }
div.DivClassName
{
background-color: #F5D373;
}
.BgClassName
{
background-color: #F5D373;
}
</style>
border-color css
<style>
span { border-color: #F5D373; }
span { border-color: rgb(245,211,115); }
td.TdClassName
{
border-color: #F5D373;
}
.TagClassName
{
border-color: #F5D373;
}
</style>