#F3D50A

Color #F3D50A Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold #F3D50A

Tints of Gold #F3D50A

Color information

#F3D50A (or 0xF3D50A) is unknown color: approx Gold. HEX triplet: F3, D5 and 0A. RGB value is (243,213,10). Sum of RGB (Red+Green+Blue) = 243+213+10=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 10 (4.30% from 255 or 2.15% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D50A is #0C2AF5. Grayscale: #C7C7C7. Windows color (decimal): -797430 or 710131. OLE color: 710131.

HSL color Cylindrical-coordinate representation of color #F3D50A: hue angle of 52.27º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F3D50A is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB24321310-
CMYK00.120.960.05
HSL52.27º92.09%49.61%-
HSV(B)52.27º95.88%95.29%-
XYZ60.8166.679.95-
YUV198.8321.44159.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 52.15%
GREEN value IS 213 (83.59% from 255) = 45.71%
BLUE value IS 10 (4.30% from 255) = 2.15%
R=52.15%
G=45.71%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432131000.120.960.0552.2792.0949.61
HexF3D5A0C605345c32
Octal3633251201414056413462
Binary111100111101010110100110011000001011101001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D50A; }

 p { color: rgb(243,213,10); }

 H1.HeaderClassName
 {
   color: #F3D50A;
 }
 .AnyTagClassName
 {
   color: #F3D50A;
 }
</style>
background-color css

<style>
 a { background-color: #F3D50A; }

 a { background-color: rgb(243,213,10); }

 div.DivClassName
 {
   background-color: #F3D50A;
 }
 .BgClassName
 {
   background-color: #F3D50A;
 }
</style>
border-color css

<style>
 span { border-color: #F3D50A; }

 span { border-color: rgb(243,213,10); }

 td.TdClassName
 {
   border-color: #F3D50A;
 }
 .TagClassName
 {
   border-color: #F3D50A;
 }
</style>