Shades of Golden Glow #F6D782
Tints of Golden Glow #F6D782
RGB
CMYK
RGB Variations
Color information
#F6D782 (or 0xF6D782) is known color: Golden Glow. HEX triplet: F6, D7 and 82. RGB value is (246,215,130). Sum of RGB (Red+Green+Blue) = 246+215+130=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 130 (51.17% from 255 or 22.00% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D782 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D782 is #09287D. Grayscale: #D6D6D6. Windows color (decimal): -600190 or 8574966. OLE color: 8574966.
HSL color Cylindrical-coordinate representation of color #F6D782: hue angle of 43.97º degrees, saturation: 0.87, 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 #F6D782 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 215 | 130 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.04 |
| HSL | 43.97º | 0.87% | 0.74% | - |
| HSV(B) | 43.97º | 0.47% | 0.96% | - |
| XYZ | 66.34 | 69.81 | 31.1 | - |
| YUV | 214.58 | 80.27 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 215 | 130 | 0 | 0.13 | 0.47 | 0.04 | 43.97 | 0.87 | 0.74 |
| Hex | F6 | D7 | 82 | 0 | D | 2F | 4 | 2C | 57 | 4A |
| Octal | 366 | 327 | 202 | 0 | 15 | 57 | 4 | 54 | 127 | 112 |
| Binary | 11110110 | 11010111 | 10000010 | 0 | 1101 | 101111 | 100 | 101100 | 1010111 | 1001010 |
Color Harmonies of #F6D782
Complementary color
Monochromatic Colors of #F6D782
Black with #F6D782
Text Example
Text Example
White with #F6D782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D782; }
p { color: rgb(246,215,130); }
H1.HeaderClassName
{
color: #F6D782;
}
.AnyTagClassName
{
color: #F6D782;
}
</style>
background-color css
<style>
a { background-color: #F6D782; }
a { background-color: rgb(246,215,130); }
div.DivClassName
{
background-color: #F6D782;
}
.BgClassName
{
background-color: #F6D782;
}
</style>
border-color css
<style>
span { border-color: #F6D782; }
span { border-color: rgb(246,215,130); }
td.TdClassName
{
border-color: #F6D782;
}
.TagClassName
{
border-color: #F6D782;
}
</style>