Shades of Golden Glow #F5D382
Tints of Golden Glow #F5D382
RGB
CMYK
RGB Variations
Color information
#F5D382 (or 0xF5D382) is known color: Golden Glow. HEX triplet: F5, D3 and 82. RGB value is (245,211,130). Sum of RGB (Red+Green+Blue) = 245+211+130=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 130 (51.17% from 255 or 22.18% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D382 is #0A2C7D. Grayscale: #D4D4D4. Windows color (decimal): -666750 or 8573941. OLE color: 8573941.
HSL color Cylindrical-coordinate representation of color #F5D382: hue angle of 42.26º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5D382 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 130 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.04 |
| HSL | 42.26º | 0.85% | 0.74% | - |
| HSV(B) | 42.26º | 0.47% | 0.96% | - |
| XYZ | 64.98 | 67.61 | 30.74 | - |
| YUV | 211.93 | 81.76 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 130 | 0 | 0.14 | 0.47 | 0.04 | 42.26 | 0.85 | 0.74 |
| Hex | F5 | D3 | 82 | 0 | E | 2F | 4 | 2A | 55 | 4A |
| Octal | 365 | 323 | 202 | 0 | 16 | 57 | 4 | 52 | 125 | 112 |
| Binary | 11110101 | 11010011 | 10000010 | 0 | 1110 | 101111 | 100 | 101010 | 1010101 | 1001010 |
Color Harmonies of #F5D382
Complementary color
Monochromatic Colors of #F5D382
Black with #F5D382
Text Example
Text Example
White with #F5D382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D382; }
p { color: rgb(245,211,130); }
H1.HeaderClassName
{
color: #F5D382;
}
.AnyTagClassName
{
color: #F5D382;
}
</style>
background-color css
<style>
a { background-color: #F5D382; }
a { background-color: rgb(245,211,130); }
div.DivClassName
{
background-color: #F5D382;
}
.BgClassName
{
background-color: #F5D382;
}
</style>
border-color css
<style>
span { border-color: #F5D382; }
span { border-color: rgb(245,211,130); }
td.TdClassName
{
border-color: #F5D382;
}
.TagClassName
{
border-color: #F5D382;
}
</style>