Shades of Golden Glow #F1D37B
Tints of Golden Glow #F1D37B
RGB
CMYK
RGB Variations
Color information
#F1D37B (or 0xF1D37B) is known color: Golden Glow. HEX triplet: F1, D3 and 7B. RGB value is (241,211,123). Sum of RGB (Red+Green+Blue) = 241+211+123=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 123 (48.44% from 255 or 21.39% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D37B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D37B is #0E2C84. Grayscale: #D2D2D2. Windows color (decimal): -928901 or 8115185. OLE color: 8115185.
HSL color Cylindrical-coordinate representation of color #F1D37B: hue angle of 44.75º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1D37B is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 123 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.05 |
| HSL | 44.75º | 0.81% | 0.71% | - |
| HSV(B) | 44.75º | 0.49% | 0.95% | - |
| XYZ | 63.15 | 66.72 | 28.29 | - |
| YUV | 209.94 | 78.94 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 123 | 0 | 0.12 | 0.49 | 0.05 | 44.75 | 0.81 | 0.71 |
| Hex | F1 | D3 | 7B | 0 | C | 31 | 5 | 2D | 51 | 47 |
| Octal | 361 | 323 | 173 | 0 | 14 | 61 | 5 | 55 | 121 | 107 |
| Binary | 11110001 | 11010011 | 1111011 | 0 | 1100 | 110001 | 101 | 101101 | 1010001 | 1000111 |
Color Harmonies of #F1D37B
Complementary color
Monochromatic Colors of #F1D37B
Black with #F1D37B
Text Example
Text Example
White with #F1D37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D37B; }
p { color: rgb(241,211,123); }
H1.HeaderClassName
{
color: #F1D37B;
}
.AnyTagClassName
{
color: #F1D37B;
}
</style>
background-color css
<style>
a { background-color: #F1D37B; }
a { background-color: rgb(241,211,123); }
div.DivClassName
{
background-color: #F1D37B;
}
.BgClassName
{
background-color: #F1D37B;
}
</style>
border-color css
<style>
span { border-color: #F1D37B; }
span { border-color: rgb(241,211,123); }
td.TdClassName
{
border-color: #F1D37B;
}
.TagClassName
{
border-color: #F1D37B;
}
</style>