Shades of Golden Glow #F4D674
Tints of Golden Glow #F4D674
RGB
CMYK
RGB Variations
Color information
#F4D674 (or 0xF4D674) is known color: Golden Glow. HEX triplet: F4, D6 and 74. RGB value is (244,214,116). Sum of RGB (Red+Green+Blue) = 244+214+116=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 116 (45.70% from 255 or 20.21% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D674 is #0B298B. Grayscale: #D4D4D4. Windows color (decimal): -731532 or 7657204. OLE color: 7657204.
HSL color Cylindrical-coordinate representation of color #F4D674: hue angle of 45.94º 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 #F4D674 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 214 | 116 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.04 |
| HSL | 45.94º | 0.85% | 0.71% | - |
| HSV(B) | 45.94º | 0.52% | 0.96% | - |
| XYZ | 64.51 | 68.59 | 26.36 | - |
| YUV | 211.8 | 73.94 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 214 | 116 | 0 | 0.12 | 0.52 | 0.04 | 45.94 | 0.85 | 0.71 |
| Hex | F4 | D6 | 74 | 0 | C | 34 | 4 | 2E | 55 | 47 |
| Octal | 364 | 326 | 164 | 0 | 14 | 64 | 4 | 56 | 125 | 107 |
| Binary | 11110100 | 11010110 | 1110100 | 0 | 1100 | 110100 | 100 | 101110 | 1010101 | 1000111 |
Color Harmonies of #F4D674
Complementary color
Monochromatic Colors of #F4D674
Black with #F4D674
Text Example
Text Example
White with #F4D674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D674; }
p { color: rgb(244,214,116); }
H1.HeaderClassName
{
color: #F4D674;
}
.AnyTagClassName
{
color: #F4D674;
}
</style>
background-color css
<style>
a { background-color: #F4D674; }
a { background-color: rgb(244,214,116); }
div.DivClassName
{
background-color: #F4D674;
}
.BgClassName
{
background-color: #F4D674;
}
</style>
border-color css
<style>
span { border-color: #F4D674; }
span { border-color: rgb(244,214,116); }
td.TdClassName
{
border-color: #F4D674;
}
.TagClassName
{
border-color: #F4D674;
}
</style>