Shades of Golden Glow #F6D274
Tints of Golden Glow #F6D274
RGB
CMYK
RGB Variations
Color information
#F6D274 (or 0xF6D274) is known color: Golden Glow. HEX triplet: F6, D2 and 74. RGB value is (246,210,116). Sum of RGB (Red+Green+Blue) = 246+210+116=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 116 (45.70% from 255 or 20.28% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D274 is #092D8B. Grayscale: #D2D2D2. Windows color (decimal): -601484 or 7656182. OLE color: 7656182.
HSL color Cylindrical-coordinate representation of color #F6D274: hue angle of 43.38º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F6D274 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 210 | 116 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.04 |
| HSL | 43.38º | 0.88% | 0.71% | - |
| HSV(B) | 43.38º | 0.53% | 0.96% | - |
| XYZ | 64.21 | 66.95 | 26.06 | - |
| YUV | 210.05 | 74.93 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 210 | 116 | 0 | 0.15 | 0.53 | 0.04 | 43.38 | 0.88 | 0.71 |
| Hex | F6 | D2 | 74 | 0 | F | 35 | 4 | 2B | 58 | 47 |
| Octal | 366 | 322 | 164 | 0 | 17 | 65 | 4 | 53 | 130 | 107 |
| Binary | 11110110 | 11010010 | 1110100 | 0 | 1111 | 110101 | 100 | 101011 | 1011000 | 1000111 |
Color Harmonies of #F6D274
Complementary color
Monochromatic Colors of #F6D274
Black with #F6D274
Text Example
Text Example
White with #F6D274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D274; }
p { color: rgb(246,210,116); }
H1.HeaderClassName
{
color: #F6D274;
}
.AnyTagClassName
{
color: #F6D274;
}
</style>
background-color css
<style>
a { background-color: #F6D274; }
a { background-color: rgb(246,210,116); }
div.DivClassName
{
background-color: #F6D274;
}
.BgClassName
{
background-color: #F6D274;
}
</style>
border-color css
<style>
span { border-color: #F6D274; }
span { border-color: rgb(246,210,116); }
td.TdClassName
{
border-color: #F6D274;
}
.TagClassName
{
border-color: #F6D274;
}
</style>