Shades of Golden Glow #F1D57E
Tints of Golden Glow #F1D57E
RGB
CMYK
RGB Variations
Color information
#F1D57E (or 0xF1D57E) is known color: Golden Glow. HEX triplet: F1, D5 and 7E. RGB value is (241,213,126). Sum of RGB (Red+Green+Blue) = 241+213+126=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 126 (49.61% from 255 or 21.72% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D57E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D57E is #0E2A81. Grayscale: #D3D3D3. Windows color (decimal): -928386 or 8312305. OLE color: 8312305.
HSL color Cylindrical-coordinate representation of color #F1D57E: hue angle of 45.39º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1D57E is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 126 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.05 |
| HSL | 45.39º | 0.8% | 0.72% | - |
| HSV(B) | 45.39º | 0.48% | 0.95% | - |
| XYZ | 63.84 | 67.8 | 29.46 | - |
| YUV | 211.45 | 79.78 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 126 | 0 | 0.12 | 0.48 | 0.05 | 45.39 | 0.8 | 0.72 |
| Hex | F1 | D5 | 7E | 0 | C | 30 | 5 | 2D | 50 | 48 |
| Octal | 361 | 325 | 176 | 0 | 14 | 60 | 5 | 55 | 120 | 110 |
| Binary | 11110001 | 11010101 | 1111110 | 0 | 1100 | 110000 | 101 | 101101 | 1010000 | 1001000 |
Color Harmonies of #F1D57E
Complementary color
Monochromatic Colors of #F1D57E
Black with #F1D57E
Text Example
Text Example
White with #F1D57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D57E; }
p { color: rgb(241,213,126); }
H1.HeaderClassName
{
color: #F1D57E;
}
.AnyTagClassName
{
color: #F1D57E;
}
</style>
background-color css
<style>
a { background-color: #F1D57E; }
a { background-color: rgb(241,213,126); }
div.DivClassName
{
background-color: #F1D57E;
}
.BgClassName
{
background-color: #F1D57E;
}
</style>
border-color css
<style>
span { border-color: #F1D57E; }
span { border-color: rgb(241,213,126); }
td.TdClassName
{
border-color: #F1D57E;
}
.TagClassName
{
border-color: #F1D57E;
}
</style>