Shades of Golden Glow #F5D474
Tints of Golden Glow #F5D474
RGB
CMYK
RGB Variations
Color information
#F5D474 (or 0xF5D474) is known color: Golden Glow. HEX triplet: F5, D4 and 74. RGB value is (245,212,116). Sum of RGB (Red+Green+Blue) = 245+212+116=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 116 (45.70% from 255 or 20.24% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D474 is #0A2B8B. Grayscale: #D3D3D3. Windows color (decimal): -666508 or 7656693. OLE color: 7656693.
HSL color Cylindrical-coordinate representation of color #F5D474: hue angle of 44.65º 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 #F5D474 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 116 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.04 |
| HSL | 44.65º | 0.87% | 0.71% | - |
| HSV(B) | 44.65º | 0.53% | 0.96% | - |
| XYZ | 64.35 | 67.76 | 26.21 | - |
| YUV | 210.92 | 74.43 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 116 | 0 | 0.13 | 0.53 | 0.04 | 44.65 | 0.87 | 0.71 |
| Hex | F5 | D4 | 74 | 0 | D | 35 | 4 | 2D | 57 | 47 |
| Octal | 365 | 324 | 164 | 0 | 15 | 65 | 4 | 55 | 127 | 107 |
| Binary | 11110101 | 11010100 | 1110100 | 0 | 1101 | 110101 | 100 | 101101 | 1010111 | 1000111 |
Color Harmonies of #F5D474
Complementary color
Monochromatic Colors of #F5D474
Black with #F5D474
Text Example
Text Example
White with #F5D474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D474; }
p { color: rgb(245,212,116); }
H1.HeaderClassName
{
color: #F5D474;
}
.AnyTagClassName
{
color: #F5D474;
}
</style>
background-color css
<style>
a { background-color: #F5D474; }
a { background-color: rgb(245,212,116); }
div.DivClassName
{
background-color: #F5D474;
}
.BgClassName
{
background-color: #F5D474;
}
</style>
border-color css
<style>
span { border-color: #F5D474; }
span { border-color: rgb(245,212,116); }
td.TdClassName
{
border-color: #F5D474;
}
.TagClassName
{
border-color: #F5D474;
}
</style>