#F3D40A

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

Shades of Gold #F3D40A

Tints of Gold #F3D40A

Color information

#F3D40A (or 0xF3D40A) is unknown color: approx Gold. HEX triplet: F3, D4 and 0A. RGB value is (243,212,10). Sum of RGB (Red+Green+Blue) = 243+212+10=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 10 (4.30% from 255 or 2.15% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D40A is #0C2BF5. Grayscale: #C7C7C7. Windows color (decimal): -797686 or 709875. OLE color: 709875.

HSL color Cylindrical-coordinate representation of color #F3D40A: hue angle of 52.02º 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 #F3D40A is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB24321210-
CMYK00.130.960.05
HSL52.02º92.09%49.61%-
HSV(B)52.02º95.88%95.29%-
XYZ60.5666.169.87-
YUV198.2421.77159.93-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.26%
GREEN value IS 212 (83.20% from 255) = 45.59%
BLUE value IS 10 (4.30% from 255) = 2.15%
R=52.26%
G=45.59%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432121000.130.960.0552.0292.0949.61
HexF3D4A0D605345c32
Octal3633241201514056413462
Binary111100111101010010100110111000001011101001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D40A; }

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

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

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

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

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

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

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

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