Shades of Golden Glow #F0D478
Tints of Golden Glow #F0D478
RGB
CMYK
RGB Variations
Color information
#F0D478 (or 0xF0D478) is known color: Golden Glow. HEX triplet: F0, D4 and 78. RGB value is (240,212,120). Sum of RGB (Red+Green+Blue) = 240+212+120=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 120 (47.27% from 255 or 20.98% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D478 is #0F2B87. Grayscale: #D2D2D2. Windows color (decimal): -994184 or 7918832. OLE color: 7918832.
HSL color Cylindrical-coordinate representation of color #F0D478: hue angle of 46º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0D478 is Cyan = 0, Magento = 0.12, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 120 | - |
| CMYK | 0 | 0.12 | 0.5 | 0.06 |
| HSL | 46º | 0.8% | 0.71% | - |
| HSV(B) | 46º | 0.5% | 0.94% | - |
| XYZ | 62.87 | 66.97 | 27.38 | - |
| YUV | 209.88 | 77.28 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 120 | 0 | 0.12 | 0.5 | 0.06 | 46 | 0.8 | 0.71 |
| Hex | F0 | D4 | 78 | 0 | C | 32 | 6 | 2E | 50 | 47 |
| Octal | 360 | 324 | 170 | 0 | 14 | 62 | 6 | 56 | 120 | 107 |
| Binary | 11110000 | 11010100 | 1111000 | 0 | 1100 | 110010 | 110 | 101110 | 1010000 | 1000111 |
Color Harmonies of #F0D478
Complementary color
Monochromatic Colors of #F0D478
Black with #F0D478
Text Example
Text Example
White with #F0D478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D478; }
p { color: rgb(240,212,120); }
H1.HeaderClassName
{
color: #F0D478;
}
.AnyTagClassName
{
color: #F0D478;
}
</style>
background-color css
<style>
a { background-color: #F0D478; }
a { background-color: rgb(240,212,120); }
div.DivClassName
{
background-color: #F0D478;
}
.BgClassName
{
background-color: #F0D478;
}
</style>
border-color css
<style>
span { border-color: #F0D478; }
span { border-color: rgb(240,212,120); }
td.TdClassName
{
border-color: #F0D478;
}
.TagClassName
{
border-color: #F0D478;
}
</style>