Shades of Golden Glow #F4D77A
Tints of Golden Glow #F4D77A
RGB
CMYK
RGB Variations
Color information
#F4D77A (or 0xF4D77A) is known color: Golden Glow. HEX triplet: F4, D7 and 7A. RGB value is (244,215,122). Sum of RGB (Red+Green+Blue) = 244+215+122=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 122 (48.05% from 255 or 21.00% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D77A is #0B2885. Grayscale: #D5D5D5. Windows color (decimal): -731270 or 8050676. OLE color: 8050676.
HSL color Cylindrical-coordinate representation of color #F4D77A: hue angle of 45.74º degrees, saturation: 0.85, 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 #F4D77A is Cyan = 0, Magento = 0.12, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 215 | 122 | - |
| CMYK | 0 | 0.12 | 0.5 | 0.04 |
| HSL | 45.74º | 0.85% | 0.72% | - |
| HSV(B) | 45.74º | 0.5% | 0.96% | - |
| XYZ | 65.12 | 69.24 | 28.34 | - |
| YUV | 213.07 | 76.61 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 215 | 122 | 0 | 0.12 | 0.5 | 0.04 | 45.74 | 0.85 | 0.72 |
| Hex | F4 | D7 | 7A | 0 | C | 32 | 4 | 2E | 55 | 48 |
| Octal | 364 | 327 | 172 | 0 | 14 | 62 | 4 | 56 | 125 | 110 |
| Binary | 11110100 | 11010111 | 1111010 | 0 | 1100 | 110010 | 100 | 101110 | 1010101 | 1001000 |
Color Harmonies of #F4D77A
Complementary color
Monochromatic Colors of #F4D77A
Black with #F4D77A
Text Example
Text Example
White with #F4D77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D77A; }
p { color: rgb(244,215,122); }
H1.HeaderClassName
{
color: #F4D77A;
}
.AnyTagClassName
{
color: #F4D77A;
}
</style>
background-color css
<style>
a { background-color: #F4D77A; }
a { background-color: rgb(244,215,122); }
div.DivClassName
{
background-color: #F4D77A;
}
.BgClassName
{
background-color: #F4D77A;
}
</style>
border-color css
<style>
span { border-color: #F4D77A; }
span { border-color: rgb(244,215,122); }
td.TdClassName
{
border-color: #F4D77A;
}
.TagClassName
{
border-color: #F4D77A;
}
</style>