Shades of Gold #F3D610
Tints of Gold #F3D610
RGB
CMYK
RGB Variations
Color information
#F3D610 (or 0xF3D610) is known color: Gold. HEX triplet: F3, D6 and 10. RGB value is (243,214,16). Sum of RGB (Red+Green+Blue) = 243+214+16=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 16 (6.64% from 255 or 3.38% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D610 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D610 is #0C29EF. Grayscale: #C8C8C8. Windows color (decimal): -797168 or 1103603. OLE color: 1103603.
HSL color Cylindrical-coordinate representation of color #F3D610: hue angle of 52.33º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F3D610 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 214 | 16 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.05 |
| HSL | 52.33º | 0.9% | 0.51% | - |
| HSV(B) | 52.33º | 0.93% | 0.95% | - |
| XYZ | 61.1 | 67.19 | 10.24 | - |
| YUV | 200.1 | 24.11 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 214 | 16 | 0 | 0.12 | 0.93 | 0.05 | 52.33 | 0.9 | 0.51 |
| Hex | F3 | D6 | 10 | 0 | C | 5D | 5 | 34 | 5A | 33 |
| Octal | 363 | 326 | 20 | 0 | 14 | 135 | 5 | 64 | 132 | 63 |
| Binary | 11110011 | 11010110 | 10000 | 0 | 1100 | 1011101 | 101 | 110100 | 1011010 | 110011 |
Color Harmonies of #F3D610
Complementary color
Monochromatic Colors of #F3D610
Black with #F3D610
Text Example
Text Example
White with #F3D610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D610; }
p { color: rgb(243,214,16); }
H1.HeaderClassName
{
color: #F3D610;
}
.AnyTagClassName
{
color: #F3D610;
}
</style>
background-color css
<style>
a { background-color: #F3D610; }
a { background-color: rgb(243,214,16); }
div.DivClassName
{
background-color: #F3D610;
}
.BgClassName
{
background-color: #F3D610;
}
</style>
border-color css
<style>
span { border-color: #F3D610; }
span { border-color: rgb(243,214,16); }
td.TdClassName
{
border-color: #F3D610;
}
.TagClassName
{
border-color: #F3D610;
}
</style>