#F3D60C

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

Shades of Gold #F3D60C

Tints of Gold #F3D60C

Color information

#F3D60C (or 0xF3D60C) is unknown color: approx Gold. HEX triplet: F3, D6 and 0C. RGB value is (243,214,12). Sum of RGB (Red+Green+Blue) = 243+214+12=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 12 (5.08% from 255 or 2.56% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D60C is #0C29F3. Grayscale: #C8C8C8. Windows color (decimal): -797172 or 841459. OLE color: 841459.

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

Color convert

RGB24321412-
CMYK00.120.950.05
HSL52.47º90.59%50%-
HSV(B)52.47º95.06%95.29%-
XYZ61.0867.1710.09-
YUV199.6422.11158.93-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.81%
GREEN value IS 214 (83.98% from 255) = 45.63%
BLUE value IS 12 (5.08% from 255) = 2.56%
R=51.81%
G=45.63%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432141200.120.950.0552.4790.5950
HexF3D6C0C5F5345b32
Octal3633261401413756413362
Binary111100111101011011000110010111111011101001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D60C; }

 p { color: rgb(243,214,12); }

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

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

 a { background-color: rgb(243,214,12); }

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

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

 span { border-color: rgb(243,214,12); }

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