Shades of Golden Glow #F1D57C
Tints of Golden Glow #F1D57C
RGB
CMYK
RGB Variations
Color information
#F1D57C (or 0xF1D57C) is known color: Golden Glow. HEX triplet: F1, D5 and 7C. RGB value is (241,213,124). Sum of RGB (Red+Green+Blue) = 241+213+124=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 124 (48.83% from 255 or 21.45% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D57C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D57C is #0E2A83. Grayscale: #D3D3D3. Windows color (decimal): -928388 or 8181233. OLE color: 8181233.
HSL color Cylindrical-coordinate representation of color #F1D57C: hue angle of 45.64º degrees, saturation: 0.81, 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 #F1D57C is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 124 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.05 |
| HSL | 45.64º | 0.81% | 0.72% | - |
| HSV(B) | 45.64º | 0.49% | 0.95% | - |
| XYZ | 63.71 | 67.74 | 28.79 | - |
| YUV | 211.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 124 | 0 | 0.12 | 0.49 | 0.05 | 45.64 | 0.81 | 0.72 |
| Hex | F1 | D5 | 7C | 0 | C | 31 | 5 | 2E | 51 | 48 |
| Octal | 361 | 325 | 174 | 0 | 14 | 61 | 5 | 56 | 121 | 110 |
| Binary | 11110001 | 11010101 | 1111100 | 0 | 1100 | 110001 | 101 | 101110 | 1010001 | 1001000 |
Color Harmonies of #F1D57C
Complementary color
Monochromatic Colors of #F1D57C
Black with #F1D57C
Text Example
Text Example
White with #F1D57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D57C; }
p { color: rgb(241,213,124); }
H1.HeaderClassName
{
color: #F1D57C;
}
.AnyTagClassName
{
color: #F1D57C;
}
</style>
background-color css
<style>
a { background-color: #F1D57C; }
a { background-color: rgb(241,213,124); }
div.DivClassName
{
background-color: #F1D57C;
}
.BgClassName
{
background-color: #F1D57C;
}
</style>
border-color css
<style>
span { border-color: #F1D57C; }
span { border-color: rgb(241,213,124); }
td.TdClassName
{
border-color: #F1D57C;
}
.TagClassName
{
border-color: #F1D57C;
}
</style>