Shades of Golden Glow #F2D582
Tints of Golden Glow #F2D582
RGB
CMYK
RGB Variations
Color information
#F2D582 (or 0xF2D582) is known color: Golden Glow. HEX triplet: F2, D5 and 82. RGB value is (242,213,130). Sum of RGB (Red+Green+Blue) = 242+213+130=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 130 (51.17% from 255 or 22.22% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D582 is #0D2A7D. Grayscale: #D4D4D4. Windows color (decimal): -862846 or 8574450. OLE color: 8574450.
HSL color Cylindrical-coordinate representation of color #F2D582: hue angle of 44.46º degrees, saturation: 0.81, 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 #F2D582 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 130 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.05 |
| HSL | 44.46º | 0.81% | 0.73% | - |
| HSV(B) | 44.46º | 0.46% | 0.95% | - |
| XYZ | 64.44 | 68.08 | 30.86 | - |
| YUV | 212.21 | 81.61 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 130 | 0 | 0.12 | 0.46 | 0.05 | 44.46 | 0.81 | 0.73 |
| Hex | F2 | D5 | 82 | 0 | C | 2E | 5 | 2C | 51 | 49 |
| Octal | 362 | 325 | 202 | 0 | 14 | 56 | 5 | 54 | 121 | 111 |
| Binary | 11110010 | 11010101 | 10000010 | 0 | 1100 | 101110 | 101 | 101100 | 1010001 | 1001001 |
Color Harmonies of #F2D582
Complementary color
Monochromatic Colors of #F2D582
Black with #F2D582
Text Example
Text Example
White with #F2D582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D582; }
p { color: rgb(242,213,130); }
H1.HeaderClassName
{
color: #F2D582;
}
.AnyTagClassName
{
color: #F2D582;
}
</style>
background-color css
<style>
a { background-color: #F2D582; }
a { background-color: rgb(242,213,130); }
div.DivClassName
{
background-color: #F2D582;
}
.BgClassName
{
background-color: #F2D582;
}
</style>
border-color css
<style>
span { border-color: #F2D582; }
span { border-color: rgb(242,213,130); }
td.TdClassName
{
border-color: #F2D582;
}
.TagClassName
{
border-color: #F2D582;
}
</style>