Shades of Golden Glow #F3D77C
Tints of Golden Glow #F3D77C
RGB
CMYK
RGB Variations
Color information
#F3D77C (or 0xF3D77C) is known color: Golden Glow. HEX triplet: F3, D7 and 7C. RGB value is (243,215,124). Sum of RGB (Red+Green+Blue) = 243+215+124=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 124 (48.83% from 255 or 21.31% from 582); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D77C is #0C2883. Grayscale: #D5D5D5. Windows color (decimal): -796804 or 8181747. OLE color: 8181747.
HSL color Cylindrical-coordinate representation of color #F3D77C: hue angle of 45.88º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F3D77C is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 215 | 124 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.05 |
| HSL | 45.88º | 0.83% | 0.72% | - |
| HSV(B) | 45.88º | 0.49% | 0.95% | - |
| XYZ | 64.9 | 69.11 | 28.99 | - |
| YUV | 213 | 77.78 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 215 | 124 | 0 | 0.12 | 0.49 | 0.05 | 45.88 | 0.83 | 0.72 |
| Hex | F3 | D7 | 7C | 0 | C | 31 | 5 | 2E | 53 | 48 |
| Octal | 363 | 327 | 174 | 0 | 14 | 61 | 5 | 56 | 123 | 110 |
| Binary | 11110011 | 11010111 | 1111100 | 0 | 1100 | 110001 | 101 | 101110 | 1010011 | 1001000 |
Color Harmonies of #F3D77C
Complementary color
Monochromatic Colors of #F3D77C
Black with #F3D77C
Text Example
Text Example
White with #F3D77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D77C; }
p { color: rgb(243,215,124); }
H1.HeaderClassName
{
color: #F3D77C;
}
.AnyTagClassName
{
color: #F3D77C;
}
</style>
background-color css
<style>
a { background-color: #F3D77C; }
a { background-color: rgb(243,215,124); }
div.DivClassName
{
background-color: #F3D77C;
}
.BgClassName
{
background-color: #F3D77C;
}
</style>
border-color css
<style>
span { border-color: #F3D77C; }
span { border-color: rgb(243,215,124); }
td.TdClassName
{
border-color: #F3D77C;
}
.TagClassName
{
border-color: #F3D77C;
}
</style>