Shades of Golden Glow #F2D179
Tints of Golden Glow #F2D179
RGB
CMYK
RGB Variations
Color information
#F2D179 (or 0xF2D179) is known color: Golden Glow. HEX triplet: F2, D1 and 79. RGB value is (242,209,121). Sum of RGB (Red+Green+Blue) = 242+209+121=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 121 (47.66% from 255 or 21.15% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D179 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D179 is #0D2E86. Grayscale: #D1D1D1. Windows color (decimal): -863879 or 7983602. OLE color: 7983602.
HSL color Cylindrical-coordinate representation of color #F2D179: hue angle of 43.64º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2D179 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 121 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.05 |
| HSL | 43.64º | 0.82% | 0.71% | - |
| HSV(B) | 43.64º | 0.5% | 0.95% | - |
| XYZ | 62.87 | 65.86 | 27.49 | - |
| YUV | 208.84 | 78.43 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 121 | 0 | 0.14 | 0.50 | 0.05 | 43.64 | 0.82 | 0.71 |
| Hex | F2 | D1 | 79 | 0 | E | 32 | 5 | 2C | 52 | 47 |
| Octal | 362 | 321 | 171 | 0 | 16 | 62 | 5 | 54 | 122 | 107 |
| Binary | 11110010 | 11010001 | 1111001 | 0 | 1110 | 110010 | 101 | 101100 | 1010010 | 1000111 |
Color Harmonies of #F2D179
Complementary color
Monochromatic Colors of #F2D179
Black with #F2D179
Text Example
Text Example
White with #F2D179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D179; }
p { color: rgb(242,209,121); }
H1.HeaderClassName
{
color: #F2D179;
}
.AnyTagClassName
{
color: #F2D179;
}
</style>
background-color css
<style>
a { background-color: #F2D179; }
a { background-color: rgb(242,209,121); }
div.DivClassName
{
background-color: #F2D179;
}
.BgClassName
{
background-color: #F2D179;
}
</style>
border-color css
<style>
span { border-color: #F2D179; }
span { border-color: rgb(242,209,121); }
td.TdClassName
{
border-color: #F2D179;
}
.TagClassName
{
border-color: #F2D179;
}
</style>