Shades of Gold #F3D30B
Tints of Gold #F3D30B
RGB
CMYK
RGB Variations
Color information
#F3D30B (or 0xF3D30B) is known color: Gold. HEX triplet: F3, D3 and 0B. RGB value is (243,211,11). Sum of RGB (Red+Green+Blue) = 243+211+11=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 11 (4.69% from 255 or 2.37% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D30B is #0C2CF4. Grayscale: #C6C6C6. Windows color (decimal): -797941 or 775155. OLE color: 775155.
HSL color Cylindrical-coordinate representation of color #F3D30B: hue angle of 51.72º 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 #F3D30B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 211 | 11 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.05 |
| HSL | 51.72º | 0.91% | 0.5% | - |
| HSV(B) | 51.72º | 0.95% | 0.95% | - |
| XYZ | 60.32 | 65.67 | 9.81 | - |
| YUV | 197.77 | 22.6 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 211 | 11 | 0 | 0.13 | 0.95 | 0.05 | 51.72 | 0.91 | 0.5 |
| Hex | F3 | D3 | B | 0 | D | 5F | 5 | 34 | 5B | 32 |
| Octal | 363 | 323 | 13 | 0 | 15 | 137 | 5 | 64 | 133 | 62 |
| Binary | 11110011 | 11010011 | 1011 | 0 | 1101 | 1011111 | 101 | 110100 | 1011011 | 110010 |
Color Harmonies of #F3D30B
Complementary color
Monochromatic Colors of #F3D30B
Black with #F3D30B
Text Example
Text Example
White with #F3D30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D30B; }
p { color: rgb(243,211,11); }
H1.HeaderClassName
{
color: #F3D30B;
}
.AnyTagClassName
{
color: #F3D30B;
}
</style>
background-color css
<style>
a { background-color: #F3D30B; }
a { background-color: rgb(243,211,11); }
div.DivClassName
{
background-color: #F3D30B;
}
.BgClassName
{
background-color: #F3D30B;
}
</style>
border-color css
<style>
span { border-color: #F3D30B; }
span { border-color: rgb(243,211,11); }
td.TdClassName
{
border-color: #F3D30B;
}
.TagClassName
{
border-color: #F3D30B;
}
</style>