Shades of Golden Glow #F2D586
Tints of Golden Glow #F2D586
RGB
CMYK
RGB Variations
Color information
#F2D586 (or 0xF2D586) is known color: Golden Glow. HEX triplet: F2, D5 and 86. RGB value is (242,213,134). Sum of RGB (Red+Green+Blue) = 242+213+134=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D586 is #0D2A79. Grayscale: #D5D5D5. Windows color (decimal): -862842 or 8836594. OLE color: 8836594.
HSL color Cylindrical-coordinate representation of color #F2D586: hue angle of 43.89º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2D586 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 134 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.05 |
| HSL | 43.89º | 0.81% | 0.74% | - |
| HSV(B) | 43.89º | 0.45% | 0.95% | - |
| XYZ | 64.72 | 68.19 | 32.3 | - |
| YUV | 212.67 | 83.61 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 134 | 0 | 0.12 | 0.45 | 0.05 | 43.89 | 0.81 | 0.74 |
| Hex | F2 | D5 | 86 | 0 | C | 2D | 5 | 2C | 51 | 4A |
| Octal | 362 | 325 | 206 | 0 | 14 | 55 | 5 | 54 | 121 | 112 |
| Binary | 11110010 | 11010101 | 10000110 | 0 | 1100 | 101101 | 101 | 101100 | 1010001 | 1001010 |
Color Harmonies of #F2D586
Complementary color
Monochromatic Colors of #F2D586
Black with #F2D586
Text Example
Text Example
White with #F2D586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D586; }
p { color: rgb(242,213,134); }
H1.HeaderClassName
{
color: #F2D586;
}
.AnyTagClassName
{
color: #F2D586;
}
</style>
background-color css
<style>
a { background-color: #F2D586; }
a { background-color: rgb(242,213,134); }
div.DivClassName
{
background-color: #F2D586;
}
.BgClassName
{
background-color: #F2D586;
}
</style>
border-color css
<style>
span { border-color: #F2D586; }
span { border-color: rgb(242,213,134); }
td.TdClassName
{
border-color: #F2D586;
}
.TagClassName
{
border-color: #F2D586;
}
</style>