Shades of Golden Glow #F0D47A
Tints of Golden Glow #F0D47A
RGB
CMYK
RGB Variations
Color information
#F0D47A (or 0xF0D47A) is known color: Golden Glow. HEX triplet: F0, D4 and 7A. RGB value is (240,212,122). Sum of RGB (Red+Green+Blue) = 240+212+122=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 122 (48.05% from 255 or 21.25% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D47A is #0F2B85. Grayscale: #D2D2D2. Windows color (decimal): -994182 or 8049904. OLE color: 8049904.
HSL color Cylindrical-coordinate representation of color #F0D47A: hue angle of 45.76º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0D47A is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 122 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.06 |
| HSL | 45.76º | 0.8% | 0.71% | - |
| HSV(B) | 45.76º | 0.49% | 0.94% | - |
| XYZ | 62.99 | 67.02 | 28.03 | - |
| YUV | 210.11 | 78.28 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 122 | 0 | 0.12 | 0.49 | 0.06 | 45.76 | 0.8 | 0.71 |
| Hex | F0 | D4 | 7A | 0 | C | 31 | 6 | 2E | 50 | 47 |
| Octal | 360 | 324 | 172 | 0 | 14 | 61 | 6 | 56 | 120 | 107 |
| Binary | 11110000 | 11010100 | 1111010 | 0 | 1100 | 110001 | 110 | 101110 | 1010000 | 1000111 |
Color Harmonies of #F0D47A
Complementary color
Monochromatic Colors of #F0D47A
Black with #F0D47A
Text Example
Text Example
White with #F0D47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D47A; }
p { color: rgb(240,212,122); }
H1.HeaderClassName
{
color: #F0D47A;
}
.AnyTagClassName
{
color: #F0D47A;
}
</style>
background-color css
<style>
a { background-color: #F0D47A; }
a { background-color: rgb(240,212,122); }
div.DivClassName
{
background-color: #F0D47A;
}
.BgClassName
{
background-color: #F0D47A;
}
</style>
border-color css
<style>
span { border-color: #F0D47A; }
span { border-color: rgb(240,212,122); }
td.TdClassName
{
border-color: #F0D47A;
}
.TagClassName
{
border-color: #F0D47A;
}
</style>