Shades of Golden Glow #F2D77A
Tints of Golden Glow #F2D77A
RGB
CMYK
RGB Variations
Color information
#F2D77A (or 0xF2D77A) is known color: Golden Glow. HEX triplet: F2, D7 and 7A. RGB value is (242,215,122). Sum of RGB (Red+Green+Blue) = 242+215+122=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 122 (48.05% from 255 or 21.07% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D77A is #0D2885. Grayscale: #D4D4D4. Windows color (decimal): -862342 or 8050674. OLE color: 8050674.
HSL color Cylindrical-coordinate representation of color #F2D77A: hue angle of 46.5º 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 #F2D77A is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 122 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.05 |
| HSL | 46.5º | 0.82% | 0.71% | - |
| HSV(B) | 46.5º | 0.5% | 0.95% | - |
| XYZ | 64.43 | 68.88 | 28.31 | - |
| YUV | 212.47 | 76.95 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 122 | 0 | 0.11 | 0.50 | 0.05 | 46.5 | 0.82 | 0.71 |
| Hex | F2 | D7 | 7A | 0 | B | 32 | 5 | 2E | 52 | 47 |
| Octal | 362 | 327 | 172 | 0 | 13 | 62 | 5 | 56 | 122 | 107 |
| Binary | 11110010 | 11010111 | 1111010 | 0 | 1011 | 110010 | 101 | 101110 | 1010010 | 1000111 |
Color Harmonies of #F2D77A
Complementary color
Monochromatic Colors of #F2D77A
Black with #F2D77A
Text Example
Text Example
White with #F2D77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D77A; }
p { color: rgb(242,215,122); }
H1.HeaderClassName
{
color: #F2D77A;
}
.AnyTagClassName
{
color: #F2D77A;
}
</style>
background-color css
<style>
a { background-color: #F2D77A; }
a { background-color: rgb(242,215,122); }
div.DivClassName
{
background-color: #F2D77A;
}
.BgClassName
{
background-color: #F2D77A;
}
</style>
border-color css
<style>
span { border-color: #F2D77A; }
span { border-color: rgb(242,215,122); }
td.TdClassName
{
border-color: #F2D77A;
}
.TagClassName
{
border-color: #F2D77A;
}
</style>