Shades of Golden Glow #F2D682
Tints of Golden Glow #F2D682
RGB
CMYK
RGB Variations
Color information
#F2D682 (or 0xF2D682) is known color: Golden Glow. HEX triplet: F2, D6 and 82. RGB value is (242,214,130). Sum of RGB (Red+Green+Blue) = 242+214+130=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 130 (51.17% from 255 or 22.18% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D682 is #0D297D. Grayscale: #D5D5D5. Windows color (decimal): -862590 or 8574706. OLE color: 8574706.
HSL color Cylindrical-coordinate representation of color #F2D682: hue angle of 45º 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 #F2D682 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 214 | 130 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.05 |
| HSL | 45º | 0.81% | 0.73% | - |
| HSV(B) | 45º | 0.46% | 0.95% | - |
| XYZ | 64.69 | 68.58 | 30.95 | - |
| YUV | 212.8 | 81.28 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 214 | 130 | 0 | 0.12 | 0.46 | 0.05 | 45 | 0.81 | 0.73 |
| Hex | F2 | D6 | 82 | 0 | C | 2E | 5 | 2D | 51 | 49 |
| Octal | 362 | 326 | 202 | 0 | 14 | 56 | 5 | 55 | 121 | 111 |
| Binary | 11110010 | 11010110 | 10000010 | 0 | 1100 | 101110 | 101 | 101101 | 1010001 | 1001001 |
Color Harmonies of #F2D682
Complementary color
Monochromatic Colors of #F2D682
Black with #F2D682
Text Example
Text Example
White with #F2D682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D682; }
p { color: rgb(242,214,130); }
H1.HeaderClassName
{
color: #F2D682;
}
.AnyTagClassName
{
color: #F2D682;
}
</style>
background-color css
<style>
a { background-color: #F2D682; }
a { background-color: rgb(242,214,130); }
div.DivClassName
{
background-color: #F2D682;
}
.BgClassName
{
background-color: #F2D682;
}
</style>
border-color css
<style>
span { border-color: #F2D682; }
span { border-color: rgb(242,214,130); }
td.TdClassName
{
border-color: #F2D682;
}
.TagClassName
{
border-color: #F2D682;
}
</style>