Shades of Golden Glow #F6D37D
Tints of Golden Glow #F6D37D
RGB
CMYK
RGB Variations
Color information
#F6D37D (or 0xF6D37D) is known color: Golden Glow. HEX triplet: F6, D3 and 7D. RGB value is (246,211,125). Sum of RGB (Red+Green+Blue) = 246+211+125=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 125 (49.22% from 255 or 21.48% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D37D is #092C82. Grayscale: #D4D4D4. Windows color (decimal): -601219 or 8246262. OLE color: 8246262.
HSL color Cylindrical-coordinate representation of color #F6D37D: hue angle of 42.64º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F6D37D is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 125 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.04 |
| HSL | 42.64º | 0.87% | 0.73% | - |
| HSV(B) | 42.64º | 0.49% | 0.96% | - |
| XYZ | 65 | 67.66 | 29.04 | - |
| YUV | 211.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 125 | 0 | 0.14 | 0.49 | 0.04 | 42.64 | 0.87 | 0.73 |
| Hex | F6 | D3 | 7D | 0 | E | 31 | 4 | 2B | 57 | 49 |
| Octal | 366 | 323 | 175 | 0 | 16 | 61 | 4 | 53 | 127 | 111 |
| Binary | 11110110 | 11010011 | 1111101 | 0 | 1110 | 110001 | 100 | 101011 | 1010111 | 1001001 |
Color Harmonies of #F6D37D
Complementary color
Monochromatic Colors of #F6D37D
Black with #F6D37D
Text Example
Text Example
White with #F6D37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D37D; }
p { color: rgb(246,211,125); }
H1.HeaderClassName
{
color: #F6D37D;
}
.AnyTagClassName
{
color: #F6D37D;
}
</style>
background-color css
<style>
a { background-color: #F6D37D; }
a { background-color: rgb(246,211,125); }
div.DivClassName
{
background-color: #F6D37D;
}
.BgClassName
{
background-color: #F6D37D;
}
</style>
border-color css
<style>
span { border-color: #F6D37D; }
span { border-color: rgb(246,211,125); }
td.TdClassName
{
border-color: #F6D37D;
}
.TagClassName
{
border-color: #F6D37D;
}
</style>