Shades of Gold #F3D500
Tints of Gold #F3D500
RGB
CMYK
RGB Variations
Color information
#F3D500 (or 0xF3D500) is known color: Gold. HEX triplet: F3, D5 and 00. RGB value is (243,213,0). Sum of RGB (Red+Green+Blue) = 243+213+0=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D500 is #0C2AFF. Grayscale: #C6C6C6. Windows color (decimal): -797440 or 54771. OLE color: 54771.
HSL color Cylindrical-coordinate representation of color #F3D500: hue angle of 52.59º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3D500 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 213 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.05 |
| HSL | 52.59º | 1% | 0.48% | - |
| HSV(B) | 52.59º | 1% | 0.95% | - |
| XYZ | 60.76 | 66.64 | 9.66 | - |
| YUV | 197.69 | 16.44 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 213 | 0 | 0 | 0.12 | 1 | 0.05 | 52.59 | 1 | 0.48 |
| Hex | F3 | D5 | 0 | 0 | C | 64 | 5 | 35 | 64 | 30 |
| Octal | 363 | 325 | 0 | 0 | 14 | 144 | 5 | 65 | 144 | 60 |
| Binary | 11110011 | 11010101 | 0 | 0 | 1100 | 1100100 | 101 | 110101 | 1100100 | 110000 |
Color Harmonies of #F3D500
Complementary color
Monochromatic Colors of #F3D500
Black with #F3D500
Text Example
Text Example
White with #F3D500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D500; }
p { color: rgb(243,213,0); }
H1.HeaderClassName
{
color: #F3D500;
}
.AnyTagClassName
{
color: #F3D500;
}
</style>
background-color css
<style>
a { background-color: #F3D500; }
a { background-color: rgb(243,213,0); }
div.DivClassName
{
background-color: #F3D500;
}
.BgClassName
{
background-color: #F3D500;
}
</style>
border-color css
<style>
span { border-color: #F3D500; }
span { border-color: rgb(243,213,0); }
td.TdClassName
{
border-color: #F3D500;
}
.TagClassName
{
border-color: #F3D500;
}
</style>