Shades of Gold #F3D40E
Tints of Gold #F3D40E
RGB
CMYK
RGB Variations
Color information
#F3D40E (or 0xF3D40E) is known color: Gold. HEX triplet: F3, D4 and 0E. RGB value is (243,212,14). Sum of RGB (Red+Green+Blue) = 243+212+14=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 14 (5.86% from 255 or 2.99% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D40E is #0C2BF1. Grayscale: #C7C7C7. Windows color (decimal): -797682 or 972019. OLE color: 972019.
HSL color Cylindrical-coordinate representation of color #F3D40E: hue angle of 51.88º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3D40E is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 212 | 14 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.05 |
| HSL | 51.88º | 0.91% | 0.5% | - |
| HSV(B) | 51.88º | 0.94% | 0.95% | - |
| XYZ | 60.58 | 66.17 | 10 | - |
| YUV | 198.7 | 23.77 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 212 | 14 | 0 | 0.13 | 0.94 | 0.05 | 51.88 | 0.91 | 0.5 |
| Hex | F3 | D4 | E | 0 | D | 5E | 5 | 34 | 5B | 32 |
| Octal | 363 | 324 | 16 | 0 | 15 | 136 | 5 | 64 | 133 | 62 |
| Binary | 11110011 | 11010100 | 1110 | 0 | 1101 | 1011110 | 101 | 110100 | 1011011 | 110010 |
Color Harmonies of #F3D40E
Complementary color
Monochromatic Colors of #F3D40E
Black with #F3D40E
Text Example
Text Example
White with #F3D40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D40E; }
p { color: rgb(243,212,14); }
H1.HeaderClassName
{
color: #F3D40E;
}
.AnyTagClassName
{
color: #F3D40E;
}
</style>
background-color css
<style>
a { background-color: #F3D40E; }
a { background-color: rgb(243,212,14); }
div.DivClassName
{
background-color: #F3D40E;
}
.BgClassName
{
background-color: #F3D40E;
}
</style>
border-color css
<style>
span { border-color: #F3D40E; }
span { border-color: rgb(243,212,14); }
td.TdClassName
{
border-color: #F3D40E;
}
.TagClassName
{
border-color: #F3D40E;
}
</style>