Shades of Gold #F3D10D
Tints of Gold #F3D10D
RGB
CMYK
RGB Variations
Color information
#F3D10D (or 0xF3D10D) is known color: Gold. HEX triplet: F3, D1 and 0D. RGB value is (243,209,13). Sum of RGB (Red+Green+Blue) = 243+209+13=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 13 (5.47% from 255 or 2.80% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D10D is #0C2EF2. Grayscale: #C5C5C5. Windows color (decimal): -798451 or 905715. OLE color: 905715.
HSL color Cylindrical-coordinate representation of color #F3D10D: hue angle of 51.13º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3D10D is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 209 | 13 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.05 |
| HSL | 51.13º | 0.91% | 0.5% | - |
| HSV(B) | 51.13º | 0.95% | 0.95% | - |
| XYZ | 59.84 | 64.68 | 9.71 | - |
| YUV | 196.82 | 24.26 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 209 | 13 | 0 | 0.14 | 0.95 | 0.05 | 51.13 | 0.91 | 0.5 |
| Hex | F3 | D1 | D | 0 | E | 5F | 5 | 33 | 5B | 32 |
| Octal | 363 | 321 | 15 | 0 | 16 | 137 | 5 | 63 | 133 | 62 |
| Binary | 11110011 | 11010001 | 1101 | 0 | 1110 | 1011111 | 101 | 110011 | 1011011 | 110010 |
Color Harmonies of #F3D10D
Complementary color
Monochromatic Colors of #F3D10D
Black with #F3D10D
Text Example
Text Example
White with #F3D10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D10D; }
p { color: rgb(243,209,13); }
H1.HeaderClassName
{
color: #F3D10D;
}
.AnyTagClassName
{
color: #F3D10D;
}
</style>
background-color css
<style>
a { background-color: #F3D10D; }
a { background-color: rgb(243,209,13); }
div.DivClassName
{
background-color: #F3D10D;
}
.BgClassName
{
background-color: #F3D10D;
}
</style>
border-color css
<style>
span { border-color: #F3D10D; }
span { border-color: rgb(243,209,13); }
td.TdClassName
{
border-color: #F3D10D;
}
.TagClassName
{
border-color: #F3D10D;
}
</style>