Shades of Gold #F6D40F
Tints of Gold #F6D40F
RGB
CMYK
RGB Variations
Color information
#F6D40F (or 0xF6D40F) is known color: Gold. HEX triplet: F6, D4 and 0F. RGB value is (246,212,15). Sum of RGB (Red+Green+Blue) = 246+212+15=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 15 (6.25% from 255 or 3.17% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D40F is #092BF0. Grayscale: #C8C8C8. Windows color (decimal): -601073 or 1037558. OLE color: 1037558.
HSL color Cylindrical-coordinate representation of color #F6D40F: hue angle of 51.17º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6D40F is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 212 | 15 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.04 |
| HSL | 51.17º | 0.93% | 0.51% | - |
| HSV(B) | 51.17º | 0.94% | 0.96% | - |
| XYZ | 61.64 | 66.71 | 10.08 | - |
| YUV | 199.71 | 23.76 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 212 | 15 | 0 | 0.14 | 0.94 | 0.04 | 51.17 | 0.93 | 0.51 |
| Hex | F6 | D4 | F | 0 | E | 5E | 4 | 33 | 5D | 33 |
| Octal | 366 | 324 | 17 | 0 | 16 | 136 | 4 | 63 | 135 | 63 |
| Binary | 11110110 | 11010100 | 1111 | 0 | 1110 | 1011110 | 100 | 110011 | 1011101 | 110011 |
Color Harmonies of #F6D40F
Complementary color
Monochromatic Colors of #F6D40F
Black with #F6D40F
Text Example
Text Example
White with #F6D40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D40F; }
p { color: rgb(246,212,15); }
H1.HeaderClassName
{
color: #F6D40F;
}
.AnyTagClassName
{
color: #F6D40F;
}
</style>
background-color css
<style>
a { background-color: #F6D40F; }
a { background-color: rgb(246,212,15); }
div.DivClassName
{
background-color: #F6D40F;
}
.BgClassName
{
background-color: #F6D40F;
}
</style>
border-color css
<style>
span { border-color: #F6D40F; }
span { border-color: rgb(246,212,15); }
td.TdClassName
{
border-color: #F6D40F;
}
.TagClassName
{
border-color: #F6D40F;
}
</style>