Shades of Golden Glow #F2D679
Tints of Golden Glow #F2D679
RGB
CMYK
RGB Variations
Color information
#F2D679 (or 0xF2D679) is known color: Golden Glow. HEX triplet: F2, D6 and 79. RGB value is (242,214,121). Sum of RGB (Red+Green+Blue) = 242+214+121=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 121 (47.66% from 255 or 20.97% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D679 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D679 is #0D2986. Grayscale: #D4D4D4. Windows color (decimal): -862599 or 7984882. OLE color: 7984882.
HSL color Cylindrical-coordinate representation of color #F2D679: hue angle of 46.12º 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 #F2D679 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 214 | 121 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.05 |
| HSL | 46.12º | 0.82% | 0.71% | - |
| HSV(B) | 46.12º | 0.5% | 0.95% | - |
| XYZ | 64.12 | 68.35 | 27.9 | - |
| YUV | 211.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 214 | 121 | 0 | 0.12 | 0.50 | 0.05 | 46.12 | 0.82 | 0.71 |
| Hex | F2 | D6 | 79 | 0 | C | 32 | 5 | 2E | 52 | 47 |
| Octal | 362 | 326 | 171 | 0 | 14 | 62 | 5 | 56 | 122 | 107 |
| Binary | 11110010 | 11010110 | 1111001 | 0 | 1100 | 110010 | 101 | 101110 | 1010010 | 1000111 |
Color Harmonies of #F2D679
Complementary color
Monochromatic Colors of #F2D679
Black with #F2D679
Text Example
Text Example
White with #F2D679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D679; }
p { color: rgb(242,214,121); }
H1.HeaderClassName
{
color: #F2D679;
}
.AnyTagClassName
{
color: #F2D679;
}
</style>
background-color css
<style>
a { background-color: #F2D679; }
a { background-color: rgb(242,214,121); }
div.DivClassName
{
background-color: #F2D679;
}
.BgClassName
{
background-color: #F2D679;
}
</style>
border-color css
<style>
span { border-color: #F2D679; }
span { border-color: rgb(242,214,121); }
td.TdClassName
{
border-color: #F2D679;
}
.TagClassName
{
border-color: #F2D679;
}
</style>