Shades of Golden Glow #F1D381
Tints of Golden Glow #F1D381
RGB
CMYK
RGB Variations
Color information
#F1D381 (or 0xF1D381) is known color: Golden Glow. HEX triplet: F1, D3 and 81. RGB value is (241,211,129). Sum of RGB (Red+Green+Blue) = 241+211+129=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 129 (50.78% from 255 or 22.20% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D381 is #0E2C7E. Grayscale: #D2D2D2. Windows color (decimal): -928895 or 8508401. OLE color: 8508401.
HSL color Cylindrical-coordinate representation of color #F1D381: hue angle of 43.93º 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 #F1D381 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 129 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.05 |
| HSL | 43.93º | 0.8% | 0.73% | - |
| HSV(B) | 43.93º | 0.46% | 0.95% | - |
| XYZ | 63.53 | 66.87 | 30.33 | - |
| YUV | 210.62 | 81.94 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 129 | 0 | 0.12 | 0.46 | 0.05 | 43.93 | 0.8 | 0.73 |
| Hex | F1 | D3 | 81 | 0 | C | 2E | 5 | 2C | 50 | 49 |
| Octal | 361 | 323 | 201 | 0 | 14 | 56 | 5 | 54 | 120 | 111 |
| Binary | 11110001 | 11010011 | 10000001 | 0 | 1100 | 101110 | 101 | 101100 | 1010000 | 1001001 |
Color Harmonies of #F1D381
Complementary color
Monochromatic Colors of #F1D381
Black with #F1D381
Text Example
Text Example
White with #F1D381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D381; }
p { color: rgb(241,211,129); }
H1.HeaderClassName
{
color: #F1D381;
}
.AnyTagClassName
{
color: #F1D381;
}
</style>
background-color css
<style>
a { background-color: #F1D381; }
a { background-color: rgb(241,211,129); }
div.DivClassName
{
background-color: #F1D381;
}
.BgClassName
{
background-color: #F1D381;
}
</style>
border-color css
<style>
span { border-color: #F1D381; }
span { border-color: rgb(241,211,129); }
td.TdClassName
{
border-color: #F1D381;
}
.TagClassName
{
border-color: #F1D381;
}
</style>