Shades of Golden Glow #F0D575
Tints of Golden Glow #F0D575
RGB
CMYK
RGB Variations
Color information
#F0D575 (or 0xF0D575) is known color: Golden Glow. HEX triplet: F0, D5 and 75. RGB value is (240,213,117). Sum of RGB (Red+Green+Blue) = 240+213+117=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D575 is #0F2A8A. Grayscale: #D2D2D2. Windows color (decimal): -993931 or 7722480. OLE color: 7722480.
HSL color Cylindrical-coordinate representation of color #F0D575: hue angle of 46.83º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0D575 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 117 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.06 |
| HSL | 46.83º | 0.8% | 0.7% | - |
| HSV(B) | 46.83º | 0.51% | 0.94% | - |
| XYZ | 62.94 | 67.4 | 26.52 | - |
| YUV | 210.13 | 75.45 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 117 | 0 | 0.11 | 0.51 | 0.06 | 46.83 | 0.8 | 0.7 |
| Hex | F0 | D5 | 75 | 0 | B | 33 | 6 | 2F | 50 | 46 |
| Octal | 360 | 325 | 165 | 0 | 13 | 63 | 6 | 57 | 120 | 106 |
| Binary | 11110000 | 11010101 | 1110101 | 0 | 1011 | 110011 | 110 | 101111 | 1010000 | 1000110 |
Color Harmonies of #F0D575
Complementary color
Monochromatic Colors of #F0D575
Black with #F0D575
Text Example
Text Example
White with #F0D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D575; }
p { color: rgb(240,213,117); }
H1.HeaderClassName
{
color: #F0D575;
}
.AnyTagClassName
{
color: #F0D575;
}
</style>
background-color css
<style>
a { background-color: #F0D575; }
a { background-color: rgb(240,213,117); }
div.DivClassName
{
background-color: #F0D575;
}
.BgClassName
{
background-color: #F0D575;
}
</style>
border-color css
<style>
span { border-color: #F0D575; }
span { border-color: rgb(240,213,117); }
td.TdClassName
{
border-color: #F0D575;
}
.TagClassName
{
border-color: #F0D575;
}
</style>