Shades of Golden Glow #F3D686
Tints of Golden Glow #F3D686
RGB
CMYK
RGB Variations
Color information
#F3D686 (or 0xF3D686) is known color: Golden Glow. HEX triplet: F3, D6 and 86. RGB value is (243,214,134). Sum of RGB (Red+Green+Blue) = 243+214+134=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 134 (52.73% from 255 or 22.67% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D686 is #0C2979. Grayscale: #D5D5D5. Windows color (decimal): -797050 or 8836851. OLE color: 8836851.
HSL color Cylindrical-coordinate representation of color #F3D686: hue angle of 44.04º degrees, saturation: 0.82, 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 #F3D686 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 214 | 134 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.05 |
| HSL | 44.04º | 0.82% | 0.74% | - |
| HSV(B) | 44.04º | 0.45% | 0.95% | - |
| XYZ | 65.31 | 68.87 | 32.41 | - |
| YUV | 213.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 214 | 134 | 0 | 0.12 | 0.45 | 0.05 | 44.04 | 0.82 | 0.74 |
| Hex | F3 | D6 | 86 | 0 | C | 2D | 5 | 2C | 52 | 4A |
| Octal | 363 | 326 | 206 | 0 | 14 | 55 | 5 | 54 | 122 | 112 |
| Binary | 11110011 | 11010110 | 10000110 | 0 | 1100 | 101101 | 101 | 101100 | 1010010 | 1001010 |
Color Harmonies of #F3D686
Complementary color
Monochromatic Colors of #F3D686
Black with #F3D686
Text Example
Text Example
White with #F3D686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D686; }
p { color: rgb(243,214,134); }
H1.HeaderClassName
{
color: #F3D686;
}
.AnyTagClassName
{
color: #F3D686;
}
</style>
background-color css
<style>
a { background-color: #F3D686; }
a { background-color: rgb(243,214,134); }
div.DivClassName
{
background-color: #F3D686;
}
.BgClassName
{
background-color: #F3D686;
}
</style>
border-color css
<style>
span { border-color: #F3D686; }
span { border-color: rgb(243,214,134); }
td.TdClassName
{
border-color: #F3D686;
}
.TagClassName
{
border-color: #F3D686;
}
</style>