Shades of Golden Glow #F5D07A
Tints of Golden Glow #F5D07A
RGB
CMYK
RGB Variations
Color information
#F5D07A (or 0xF5D07A) is known color: Golden Glow. HEX triplet: F5, D0 and 7A. RGB value is (245,208,122). Sum of RGB (Red+Green+Blue) = 245+208+122=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D07A is #0A2F85. Grayscale: #D1D1D1. Windows color (decimal): -667526 or 8048885. OLE color: 8048885.
HSL color Cylindrical-coordinate representation of color #F5D07A: hue angle of 41.95º 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 #F5D07A is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 122 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.04 |
| HSL | 41.95º | 0.86% | 0.72% | - |
| HSV(B) | 41.95º | 0.5% | 0.96% | - |
| XYZ | 63.72 | 65.93 | 27.78 | - |
| YUV | 209.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 122 | 0 | 0.15 | 0.50 | 0.04 | 41.95 | 0.86 | 0.72 |
| Hex | F5 | D0 | 7A | 0 | F | 32 | 4 | 2A | 56 | 48 |
| Octal | 365 | 320 | 172 | 0 | 17 | 62 | 4 | 52 | 126 | 110 |
| Binary | 11110101 | 11010000 | 1111010 | 0 | 1111 | 110010 | 100 | 101010 | 1010110 | 1001000 |
Color Harmonies of #F5D07A
Complementary color
Monochromatic Colors of #F5D07A
Black with #F5D07A
Text Example
Text Example
White with #F5D07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D07A; }
p { color: rgb(245,208,122); }
H1.HeaderClassName
{
color: #F5D07A;
}
.AnyTagClassName
{
color: #F5D07A;
}
</style>
background-color css
<style>
a { background-color: #F5D07A; }
a { background-color: rgb(245,208,122); }
div.DivClassName
{
background-color: #F5D07A;
}
.BgClassName
{
background-color: #F5D07A;
}
</style>
border-color css
<style>
span { border-color: #F5D07A; }
span { border-color: rgb(245,208,122); }
td.TdClassName
{
border-color: #F5D07A;
}
.TagClassName
{
border-color: #F5D07A;
}
</style>