Shades of Gold #F6D302
Tints of Gold #F6D302
RGB
CMYK
RGB Variations
Color information
#F6D302 (or 0xF6D302) is known color: Gold. HEX triplet: F6, D3 and 02. RGB value is (246,211,2). Sum of RGB (Red+Green+Blue) = 246+211+2=459 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.59% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 2 (1.17% from 255 or 0.44% from 459); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D302 is #092CFD. Grayscale: #C6C6C6. Windows color (decimal): -601342 or 185334. OLE color: 185334.
HSL color Cylindrical-coordinate representation of color #F6D302: hue angle of 51.39º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F6D302 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.04 |
| HSL | 51.39º | 0.98% | 0.49% | - |
| HSV(B) | 51.39º | 0.99% | 0.96% | - |
| XYZ | 61.31 | 66.19 | 9.6 | - |
| YUV | 197.64 | 17.6 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 2 | 0 | 0.14 | 0.99 | 0.04 | 51.39 | 0.98 | 0.49 |
| Hex | F6 | D3 | 2 | 0 | E | 63 | 4 | 33 | 62 | 31 |
| Octal | 366 | 323 | 2 | 0 | 16 | 143 | 4 | 63 | 142 | 61 |
| Binary | 11110110 | 11010011 | 10 | 0 | 1110 | 1100011 | 100 | 110011 | 1100010 | 110001 |
Color Harmonies of #F6D302
Complementary color
Monochromatic Colors of #F6D302
Black with #F6D302
Text Example
Text Example
White with #F6D302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D302; }
p { color: rgb(246,211,2); }
H1.HeaderClassName
{
color: #F6D302;
}
.AnyTagClassName
{
color: #F6D302;
}
</style>
background-color css
<style>
a { background-color: #F6D302; }
a { background-color: rgb(246,211,2); }
div.DivClassName
{
background-color: #F6D302;
}
.BgClassName
{
background-color: #F6D302;
}
</style>
border-color css
<style>
span { border-color: #F6D302; }
span { border-color: rgb(246,211,2); }
td.TdClassName
{
border-color: #F6D302;
}
.TagClassName
{
border-color: #F6D302;
}
</style>