Shades of Golden Glow #F4D376
Tints of Golden Glow #F4D376
RGB
CMYK
RGB Variations
Color information
#F4D376 (or 0xF4D376) is known color: Golden Glow. HEX triplet: F4, D3 and 76. RGB value is (244,211,118). Sum of RGB (Red+Green+Blue) = 244+211+118=573 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.58% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 118 (46.48% from 255 or 20.59% from 573); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D376 is #0B2C89. Grayscale: #D2D2D2. Windows color (decimal): -732298 or 7787508. OLE color: 7787508.
HSL color Cylindrical-coordinate representation of color #F4D376: hue angle of 44.29º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F4D376 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 211 | 118 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.04 |
| HSL | 44.29º | 0.85% | 0.71% | - |
| HSV(B) | 44.29º | 0.52% | 0.96% | - |
| XYZ | 63.87 | 67.13 | 26.73 | - |
| YUV | 210.27 | 75.93 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 211 | 118 | 0 | 0.14 | 0.52 | 0.04 | 44.29 | 0.85 | 0.71 |
| Hex | F4 | D3 | 76 | 0 | E | 34 | 4 | 2C | 55 | 47 |
| Octal | 364 | 323 | 166 | 0 | 16 | 64 | 4 | 54 | 125 | 107 |
| Binary | 11110100 | 11010011 | 1110110 | 0 | 1110 | 110100 | 100 | 101100 | 1010101 | 1000111 |
Color Harmonies of #F4D376
Complementary color
Monochromatic Colors of #F4D376
Black with #F4D376
Text Example
Text Example
White with #F4D376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D376; }
p { color: rgb(244,211,118); }
H1.HeaderClassName
{
color: #F4D376;
}
.AnyTagClassName
{
color: #F4D376;
}
</style>
background-color css
<style>
a { background-color: #F4D376; }
a { background-color: rgb(244,211,118); }
div.DivClassName
{
background-color: #F4D376;
}
.BgClassName
{
background-color: #F4D376;
}
</style>
border-color css
<style>
span { border-color: #F4D376; }
span { border-color: rgb(244,211,118); }
td.TdClassName
{
border-color: #F4D376;
}
.TagClassName
{
border-color: #F4D376;
}
</style>