Shades of Golden Glow #F2D178
Tints of Golden Glow #F2D178
RGB
CMYK
RGB Variations
Color information
#F2D178 (or 0xF2D178) is known color: Golden Glow. HEX triplet: F2, D1 and 78. RGB value is (242,209,120). Sum of RGB (Red+Green+Blue) = 242+209+120=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 120 (47.27% from 255 or 21.02% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D178 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D178 is #0D2E87. Grayscale: #D1D1D1. Windows color (decimal): -863880 or 7918066. OLE color: 7918066.
HSL color Cylindrical-coordinate representation of color #F2D178: hue angle of 43.77º 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 #F2D178 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 120 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.05 |
| HSL | 43.77º | 0.82% | 0.71% | - |
| HSV(B) | 43.77º | 0.5% | 0.95% | - |
| XYZ | 62.81 | 65.83 | 27.17 | - |
| YUV | 208.72 | 77.93 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 120 | 0 | 0.14 | 0.50 | 0.05 | 43.77 | 0.82 | 0.71 |
| Hex | F2 | D1 | 78 | 0 | E | 32 | 5 | 2C | 52 | 47 |
| Octal | 362 | 321 | 170 | 0 | 16 | 62 | 5 | 54 | 122 | 107 |
| Binary | 11110010 | 11010001 | 1111000 | 0 | 1110 | 110010 | 101 | 101100 | 1010010 | 1000111 |
Color Harmonies of #F2D178
Complementary color
Monochromatic Colors of #F2D178
Black with #F2D178
Text Example
Text Example
White with #F2D178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D178; }
p { color: rgb(242,209,120); }
H1.HeaderClassName
{
color: #F2D178;
}
.AnyTagClassName
{
color: #F2D178;
}
</style>
background-color css
<style>
a { background-color: #F2D178; }
a { background-color: rgb(242,209,120); }
div.DivClassName
{
background-color: #F2D178;
}
.BgClassName
{
background-color: #F2D178;
}
</style>
border-color css
<style>
span { border-color: #F2D178; }
span { border-color: rgb(242,209,120); }
td.TdClassName
{
border-color: #F2D178;
}
.TagClassName
{
border-color: #F2D178;
}
</style>