#F6A60F

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

Shades of Dark Tangerine #F6A60F

Tints of Dark Tangerine #F6A60F

Color information

#F6A60F (or 0xF6A60F) is unknown color: approx Dark Tangerine. HEX triplet: F6, A6 and 0F. RGB value is (246,166,15). Sum of RGB (Red+Green+Blue) = 246+166+15=427 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.61% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A60F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A60F is #0959F0. Grayscale: #ADADAD. Windows color (decimal): -612849 or 1025782. OLE color: 1025782.

HSL color Cylindrical-coordinate representation of color #F6A60F: hue angle of 39.22º 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 #F6A60F is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB24616615-
CMYK00.330.940.04
HSL39.22º92.77%51.18%-
HSV(B)39.22º93.9%96.47%-
XYZ51.7346.96.78-
YUV172.7139180.28-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 57.61%
GREEN value IS 166 (65.23% from 255) = 38.88%
BLUE value IS 15 (6.25% from 255) = 3.51%
R=57.61%
G=38.88%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461661500.330.940.0439.2292.7751.18
HexF6A6F0215E4275d33
Octal3662461704113644713563
Binary11110110101001101111010000110111101001001111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A60F; }

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

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

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

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

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

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

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

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