Shades of Golden Glow #F1D375
Tints of Golden Glow #F1D375
RGB
CMYK
RGB Variations
Color information
#F1D375 (or 0xF1D375) is known color: Golden Glow. HEX triplet: F1, D3 and 75. RGB value is (241,211,117). Sum of RGB (Red+Green+Blue) = 241+211+117=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D375 is #0E2C8A. Grayscale: #D1D1D1. Windows color (decimal): -928907 or 7721969. OLE color: 7721969.
HSL color Cylindrical-coordinate representation of color #F1D375: hue angle of 45.48º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1D375 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 117 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.05 |
| HSL | 45.48º | 0.82% | 0.7% | - |
| HSV(B) | 45.48º | 0.51% | 0.95% | - |
| XYZ | 62.78 | 66.57 | 26.37 | - |
| YUV | 209.25 | 75.94 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 117 | 0 | 0.12 | 0.51 | 0.05 | 45.48 | 0.82 | 0.7 |
| Hex | F1 | D3 | 75 | 0 | C | 33 | 5 | 2D | 52 | 46 |
| Octal | 361 | 323 | 165 | 0 | 14 | 63 | 5 | 55 | 122 | 106 |
| Binary | 11110001 | 11010011 | 1110101 | 0 | 1100 | 110011 | 101 | 101101 | 1010010 | 1000110 |
Color Harmonies of #F1D375
Complementary color
Monochromatic Colors of #F1D375
Black with #F1D375
Text Example
Text Example
White with #F1D375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D375; }
p { color: rgb(241,211,117); }
H1.HeaderClassName
{
color: #F1D375;
}
.AnyTagClassName
{
color: #F1D375;
}
</style>
background-color css
<style>
a { background-color: #F1D375; }
a { background-color: rgb(241,211,117); }
div.DivClassName
{
background-color: #F1D375;
}
.BgClassName
{
background-color: #F1D375;
}
</style>
border-color css
<style>
span { border-color: #F1D375; }
span { border-color: rgb(241,211,117); }
td.TdClassName
{
border-color: #F1D375;
}
.TagClassName
{
border-color: #F1D375;
}
</style>