Shades of Golden Glow #F1D581
Tints of Golden Glow #F1D581
RGB
CMYK
RGB Variations
Color information
#F1D581 (or 0xF1D581) is known color: Golden Glow. HEX triplet: F1, D5 and 81. RGB value is (241,213,129). Sum of RGB (Red+Green+Blue) = 241+213+129=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 129 (50.78% from 255 or 22.13% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D581 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D581 is #0E2A7E. Grayscale: #D4D4D4. Windows color (decimal): -928383 or 8508913. OLE color: 8508913.
HSL color Cylindrical-coordinate representation of color #F1D581: hue angle of 45º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F1D581 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 129 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.05 |
| HSL | 45º | 0.8% | 0.73% | - |
| HSV(B) | 45º | 0.46% | 0.95% | - |
| XYZ | 64.03 | 67.87 | 30.5 | - |
| YUV | 211.8 | 81.28 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 129 | 0 | 0.12 | 0.46 | 0.05 | 45 | 0.8 | 0.73 |
| Hex | F1 | D5 | 81 | 0 | C | 2E | 5 | 2D | 50 | 49 |
| Octal | 361 | 325 | 201 | 0 | 14 | 56 | 5 | 55 | 120 | 111 |
| Binary | 11110001 | 11010101 | 10000001 | 0 | 1100 | 101110 | 101 | 101101 | 1010000 | 1001001 |
Color Harmonies of #F1D581
Complementary color
Monochromatic Colors of #F1D581
Black with #F1D581
Text Example
Text Example
White with #F1D581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D581; }
p { color: rgb(241,213,129); }
H1.HeaderClassName
{
color: #F1D581;
}
.AnyTagClassName
{
color: #F1D581;
}
</style>
background-color css
<style>
a { background-color: #F1D581; }
a { background-color: rgb(241,213,129); }
div.DivClassName
{
background-color: #F1D581;
}
.BgClassName
{
background-color: #F1D581;
}
</style>
border-color css
<style>
span { border-color: #F1D581; }
span { border-color: rgb(241,213,129); }
td.TdClassName
{
border-color: #F1D581;
}
.TagClassName
{
border-color: #F1D581;
}
</style>