Shades of Golden Glow #F0D47C
Tints of Golden Glow #F0D47C
RGB
CMYK
RGB Variations
Color information
#F0D47C (or 0xF0D47C) is known color: Golden Glow. HEX triplet: F0, D4 and 7C. RGB value is (240,212,124). Sum of RGB (Red+Green+Blue) = 240+212+124=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 124 (48.83% from 255 or 21.53% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D47C is #0F2B83. Grayscale: #D2D2D2. Windows color (decimal): -994180 or 8180976. OLE color: 8180976.
HSL color Cylindrical-coordinate representation of color #F0D47C: hue angle of 45.52º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0D47C is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 124 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.06 |
| HSL | 45.52º | 0.79% | 0.71% | - |
| HSV(B) | 45.52º | 0.48% | 0.94% | - |
| XYZ | 63.12 | 67.07 | 28.69 | - |
| YUV | 210.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 124 | 0 | 0.12 | 0.48 | 0.06 | 45.52 | 0.79 | 0.71 |
| Hex | F0 | D4 | 7C | 0 | C | 30 | 6 | 2E | 4F | 47 |
| Octal | 360 | 324 | 174 | 0 | 14 | 60 | 6 | 56 | 117 | 107 |
| Binary | 11110000 | 11010100 | 1111100 | 0 | 1100 | 110000 | 110 | 101110 | 1001111 | 1000111 |
Color Harmonies of #F0D47C
Complementary color
Monochromatic Colors of #F0D47C
Black with #F0D47C
Text Example
Text Example
White with #F0D47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D47C; }
p { color: rgb(240,212,124); }
H1.HeaderClassName
{
color: #F0D47C;
}
.AnyTagClassName
{
color: #F0D47C;
}
</style>
background-color css
<style>
a { background-color: #F0D47C; }
a { background-color: rgb(240,212,124); }
div.DivClassName
{
background-color: #F0D47C;
}
.BgClassName
{
background-color: #F0D47C;
}
</style>
border-color css
<style>
span { border-color: #F0D47C; }
span { border-color: rgb(240,212,124); }
td.TdClassName
{
border-color: #F0D47C;
}
.TagClassName
{
border-color: #F0D47C;
}
</style>