Shades of Gold #F3D200
Tints of Gold #F3D200
RGB
CMYK
RGB Variations
Color information
#F3D200 (or 0xF3D200) is known color: Gold. HEX triplet: F3, D2 and 00. RGB value is (243,210,0). Sum of RGB (Red+Green+Blue) = 243+210+0=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 0 (0.39% from 255 or 0% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D200 is #0C2DFF. Grayscale: #C4C4C4. Windows color (decimal): -798208 or 54003. OLE color: 54003.
HSL color Cylindrical-coordinate representation of color #F3D200: hue angle of 51.85º 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 #F3D200 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 210 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.05 |
| HSL | 51.85º | 1% | 0.48% | - |
| HSV(B) | 51.85º | 1% | 0.95% | - |
| XYZ | 60.01 | 65.15 | 9.41 | - |
| YUV | 195.93 | 17.43 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 210 | 0 | 0 | 0.14 | 1 | 0.05 | 51.85 | 1 | 0.48 |
| Hex | F3 | D2 | 0 | 0 | E | 64 | 5 | 34 | 64 | 30 |
| Octal | 363 | 322 | 0 | 0 | 16 | 144 | 5 | 64 | 144 | 60 |
| Binary | 11110011 | 11010010 | 0 | 0 | 1110 | 1100100 | 101 | 110100 | 1100100 | 110000 |
Color Harmonies of #F3D200
Complementary color
Monochromatic Colors of #F3D200
Black with #F3D200
Text Example
Text Example
White with #F3D200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D200; }
p { color: rgb(243,210,0); }
H1.HeaderClassName
{
color: #F3D200;
}
.AnyTagClassName
{
color: #F3D200;
}
</style>
background-color css
<style>
a { background-color: #F3D200; }
a { background-color: rgb(243,210,0); }
div.DivClassName
{
background-color: #F3D200;
}
.BgClassName
{
background-color: #F3D200;
}
</style>
border-color css
<style>
span { border-color: #F3D200; }
span { border-color: rgb(243,210,0); }
td.TdClassName
{
border-color: #F3D200;
}
.TagClassName
{
border-color: #F3D200;
}
</style>