Shades of Golden Glow #F5D37F
Tints of Golden Glow #F5D37F
RGB
CMYK
RGB Variations
Color information
#F5D37F (or 0xF5D37F) is known color: Golden Glow. HEX triplet: F5, D3 and 7F. RGB value is (245,211,127). Sum of RGB (Red+Green+Blue) = 245+211+127=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 127 (50% from 255 or 21.78% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D37F is #0A2C80. Grayscale: #D3D3D3. Windows color (decimal): -666753 or 8377333. OLE color: 8377333.
HSL color Cylindrical-coordinate representation of color #F5D37F: hue angle of 42.71º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5D37F is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 127 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.04 |
| HSL | 42.71º | 0.86% | 0.73% | - |
| HSV(B) | 42.71º | 0.48% | 0.96% | - |
| XYZ | 64.78 | 67.53 | 29.7 | - |
| YUV | 211.59 | 80.26 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 127 | 0 | 0.14 | 0.48 | 0.04 | 42.71 | 0.86 | 0.73 |
| Hex | F5 | D3 | 7F | 0 | E | 30 | 4 | 2B | 56 | 49 |
| Octal | 365 | 323 | 177 | 0 | 16 | 60 | 4 | 53 | 126 | 111 |
| Binary | 11110101 | 11010011 | 1111111 | 0 | 1110 | 110000 | 100 | 101011 | 1010110 | 1001001 |
Color Harmonies of #F5D37F
Complementary color
Monochromatic Colors of #F5D37F
Black with #F5D37F
Text Example
Text Example
White with #F5D37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D37F; }
p { color: rgb(245,211,127); }
H1.HeaderClassName
{
color: #F5D37F;
}
.AnyTagClassName
{
color: #F5D37F;
}
</style>
background-color css
<style>
a { background-color: #F5D37F; }
a { background-color: rgb(245,211,127); }
div.DivClassName
{
background-color: #F5D37F;
}
.BgClassName
{
background-color: #F5D37F;
}
</style>
border-color css
<style>
span { border-color: #F5D37F; }
span { border-color: rgb(245,211,127); }
td.TdClassName
{
border-color: #F5D37F;
}
.TagClassName
{
border-color: #F5D37F;
}
</style>