#F6A60D

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

Shades of Dark Tangerine #F6A60D

Tints of Dark Tangerine #F6A60D

Color information

#F6A60D (or 0xF6A60D) is unknown color: approx Dark Tangerine. HEX triplet: F6, A6 and 0D. RGB value is (246,166,13). Sum of RGB (Red+Green+Blue) = 246+166+13=425 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.88% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A60D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A60D is #0959F2. Grayscale: #ADADAD. Windows color (decimal): -612851 or 894710. OLE color: 894710.

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

Color convert

RGB24616613-
CMYK00.330.950.04
HSL39.4º92.83%50.78%-
HSV(B)39.4º94.72%96.47%-
XYZ51.7146.896.71-
YUV172.4838180.44-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 57.88%
GREEN value IS 166 (65.23% from 255) = 39.06%
BLUE value IS 13 (5.47% from 255) = 3.06%
R=57.88%
G=39.06%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461661300.330.950.0439.492.8350.78
HexF6A6D0215F4275d33
Octal3662461504113744713563
Binary11110110101001101101010000110111111001001111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A60D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A60D; }

 p { color: rgb(246,166,13); }

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

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

 a { background-color: rgb(246,166,13); }

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

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

 span { border-color: rgb(246,166,13); }

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