Shades of Golden Glow #F0D077
Tints of Golden Glow #F0D077
RGB
CMYK
RGB Variations
Color information
#F0D077 (or 0xF0D077) is known color: Golden Glow. HEX triplet: F0, D0 and 77. RGB value is (240,208,119). Sum of RGB (Red+Green+Blue) = 240+208+119=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 119 (46.88% from 255 or 20.99% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D077 is #0F2F88. Grayscale: #CFCFCF. Windows color (decimal): -995209 or 7852272. OLE color: 7852272.
HSL color Cylindrical-coordinate representation of color #F0D077: hue angle of 44.13º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0D077 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 119 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.06 |
| HSL | 44.13º | 0.8% | 0.7% | - |
| HSV(B) | 44.13º | 0.5% | 0.94% | - |
| XYZ | 61.82 | 64.97 | 26.73 | - |
| YUV | 207.42 | 78.1 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 119 | 0 | 0.13 | 0.50 | 0.06 | 44.13 | 0.8 | 0.7 |
| Hex | F0 | D0 | 77 | 0 | D | 32 | 6 | 2C | 50 | 46 |
| Octal | 360 | 320 | 167 | 0 | 15 | 62 | 6 | 54 | 120 | 106 |
| Binary | 11110000 | 11010000 | 1110111 | 0 | 1101 | 110010 | 110 | 101100 | 1010000 | 1000110 |
Color Harmonies of #F0D077
Complementary color
Monochromatic Colors of #F0D077
Black with #F0D077
Text Example
Text Example
White with #F0D077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D077; }
p { color: rgb(240,208,119); }
H1.HeaderClassName
{
color: #F0D077;
}
.AnyTagClassName
{
color: #F0D077;
}
</style>
background-color css
<style>
a { background-color: #F0D077; }
a { background-color: rgb(240,208,119); }
div.DivClassName
{
background-color: #F0D077;
}
.BgClassName
{
background-color: #F0D077;
}
</style>
border-color css
<style>
span { border-color: #F0D077; }
span { border-color: rgb(240,208,119); }
td.TdClassName
{
border-color: #F0D077;
}
.TagClassName
{
border-color: #F0D077;
}
</style>