Shades of Golden Glow #F5D37B
Tints of Golden Glow #F5D37B
RGB
CMYK
RGB Variations
Color information
#F5D37B (or 0xF5D37B) is known color: Golden Glow. HEX triplet: F5, D3 and 7B. RGB value is (245,211,123). Sum of RGB (Red+Green+Blue) = 245+211+123=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 123 (48.44% from 255 or 21.24% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D37B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D37B is #0A2C84. Grayscale: #D3D3D3. Windows color (decimal): -666757 or 8115189. OLE color: 8115189.
HSL color Cylindrical-coordinate representation of color #F5D37B: hue angle of 43.28º 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 #F5D37B is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 123 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.04 |
| HSL | 43.28º | 0.86% | 0.72% | - |
| HSV(B) | 43.28º | 0.5% | 0.96% | - |
| XYZ | 64.53 | 67.43 | 28.35 | - |
| YUV | 211.13 | 78.26 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 123 | 0 | 0.14 | 0.50 | 0.04 | 43.28 | 0.86 | 0.72 |
| Hex | F5 | D3 | 7B | 0 | E | 32 | 4 | 2B | 56 | 48 |
| Octal | 365 | 323 | 173 | 0 | 16 | 62 | 4 | 53 | 126 | 110 |
| Binary | 11110101 | 11010011 | 1111011 | 0 | 1110 | 110010 | 100 | 101011 | 1010110 | 1001000 |
Color Harmonies of #F5D37B
Complementary color
Monochromatic Colors of #F5D37B
Black with #F5D37B
Text Example
Text Example
White with #F5D37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D37B; }
p { color: rgb(245,211,123); }
H1.HeaderClassName
{
color: #F5D37B;
}
.AnyTagClassName
{
color: #F5D37B;
}
</style>
background-color css
<style>
a { background-color: #F5D37B; }
a { background-color: rgb(245,211,123); }
div.DivClassName
{
background-color: #F5D37B;
}
.BgClassName
{
background-color: #F5D37B;
}
</style>
border-color css
<style>
span { border-color: #F5D37B; }
span { border-color: rgb(245,211,123); }
td.TdClassName
{
border-color: #F5D37B;
}
.TagClassName
{
border-color: #F5D37B;
}
</style>