#F6D10F

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

Shades of Gold #F6D10F

Tints of Gold #F6D10F

Color information

#F6D10F (or 0xF6D10F) is unknown color: approx Gold. HEX triplet: F6, D1 and 0F. RGB value is (246,209,15). Sum of RGB (Red+Green+Blue) = 246+209+15=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 15 (6.25% from 255 or 3.19% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D10F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D10F is #092EF0. Grayscale: #C6C6C6. Windows color (decimal): -601841 or 1036790. OLE color: 1036790.

HSL color Cylindrical-coordinate representation of color #F6D10F: hue angle of 50.39º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6D10F is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB24620915-
CMYK00.150.940.04
HSL50.39º92.77%51.18%-
HSV(B)50.39º93.9%96.47%-
XYZ60.8965.239.83-
YUV197.9524.76162.27-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.34%
GREEN value IS 209 (82.03% from 255) = 44.47%
BLUE value IS 15 (6.25% from 255) = 3.19%
R=52.34%
G=44.47%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462091500.150.940.0450.3992.7751.18
HexF6D1F0F5E4325d33
Octal3663211701713646213563
Binary111101101101000111110111110111101001100101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D10F; }

 p { color: rgb(246,209,15); }

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

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

 a { background-color: rgb(246,209,15); }

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

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

 span { border-color: rgb(246,209,15); }

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