Shades of Golden Glow #F2D779
Tints of Golden Glow #F2D779
RGB
CMYK
RGB Variations
Color information
#F2D779 (or 0xF2D779) is known color: Golden Glow. HEX triplet: F2, D7 and 79. RGB value is (242,215,121). Sum of RGB (Red+Green+Blue) = 242+215+121=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 121 (47.66% from 255 or 20.93% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D779 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D779 is #0D2886. Grayscale: #D4D4D4. Windows color (decimal): -862343 or 7985138. OLE color: 7985138.
HSL color Cylindrical-coordinate representation of color #F2D779: hue angle of 46.61º 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 #F2D779 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 121 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.05 |
| HSL | 46.61º | 0.82% | 0.71% | - |
| HSV(B) | 46.61º | 0.5% | 0.95% | - |
| XYZ | 64.37 | 68.86 | 27.99 | - |
| YUV | 212.36 | 76.45 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 121 | 0 | 0.11 | 0.50 | 0.05 | 46.61 | 0.82 | 0.71 |
| Hex | F2 | D7 | 79 | 0 | B | 32 | 5 | 2F | 52 | 47 |
| Octal | 362 | 327 | 171 | 0 | 13 | 62 | 5 | 57 | 122 | 107 |
| Binary | 11110010 | 11010111 | 1111001 | 0 | 1011 | 110010 | 101 | 101111 | 1010010 | 1000111 |
Color Harmonies of #F2D779
Complementary color
Monochromatic Colors of #F2D779
Black with #F2D779
Text Example
Text Example
White with #F2D779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D779; }
p { color: rgb(242,215,121); }
H1.HeaderClassName
{
color: #F2D779;
}
.AnyTagClassName
{
color: #F2D779;
}
</style>
background-color css
<style>
a { background-color: #F2D779; }
a { background-color: rgb(242,215,121); }
div.DivClassName
{
background-color: #F2D779;
}
.BgClassName
{
background-color: #F2D779;
}
</style>
border-color css
<style>
span { border-color: #F2D779; }
span { border-color: rgb(242,215,121); }
td.TdClassName
{
border-color: #F2D779;
}
.TagClassName
{
border-color: #F2D779;
}
</style>