COLOR #F66A10

HEX: #F66A10
RGB: (246,106,16)

Color info

#F66A10 contains mainly red color. Web safe color of #F66A10 is #FF6600 (or #F60).

RGB color model

#F66A10 color RGB value is (246,106,16).

  • red value is 246;
  • green value is 106;
  • blue value is 16.
RGB:
(246,106,16)
(96%,42%,6%)

RGB channels and saturation

R 246 of 255 = 96%
G 106 of 255 = 42%
B 16 of 255 = 6%

246
106
16

R + G + B ~ 48%. #F66A10 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
246 + 106 + 16 = 368 (100%)
R 246 of 368 ~ 66.85%
G 106 of 368 ~ 28.8%
B 16 of 368 ~ 4.35%

%66.85
%28.8

CMYK color model

#F66A10 color CMYK value is (0,57,93,4).

  • cyan value is 0.00%
  • magenta value is 56.91%
  • yellow value is 93.50%
  • key color value is 3.53%
CMYK:
(0,57,93,4)
C0M57Y93K4 
(0%,57%,93%,4%)
(0.00/0.57/0.93/0.04)	

CMYK percentages

%0
%56.91
%93.5
%3.53

Codes

Color #F66A10 in popluar color models

F66A10
RGB24610616
HSL23°92.74%51.37%
HSB/HSV23°93.50%96.47%
CMYK0.00%56.91%93.50%
3.53%

Color #F66A10 in popluar number systems.

HEXF66A10
Decimal24610616
Binary11110110110101010000
Octal36615220

Shades and tints

Shades of #F66A10

#F66A10
(246,106,16)
#E0610F
(224,97,15)
#CA580E
(202,88,14)
#B44F0D
(180,79,13)
#9E460C
(158,70,12)
#883D0B
(136,61,11)
#72340A
(114,52,10)
#5C2B09
(92,43,9)
#462208
(70,34,8)
#301907
(48,25,7)
#1A1006
(26,16,6)
#000000
(0,0,0)

Tints of #F66A10

#F66A10
(246,106,16)
#F67725
(246,119,37)
#F6843A
(246,132,58)
#F6914F
(246,145,79)
#F69E64
(246,158,100)
#F6AB79
(246,171,121)
#F6B88E
(246,184,142)
#F6C5A3
(246,197,163)
#F6D2B8
(246,210,184)
#F6DFCD
(246,223,205)
#F6ECE2
(246,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F66A10 color. Also use rgb(246,106,16) instead hex code.

Text Font Color

.myTextColor { color: #F66A10; }

<p style="color:#F66A10">This sample text font color is #F66A10.</p>

This text font color is #F66A10.


Background Color

.myBgColor { background-color: #F66A10; }

<div style="background-color:#F66A10">Inner text</div>

This div background color is #F66A10.


Border color

.myBorderColor { border: 1px solid #F66A10; }

<div style="border:3px solid #F66A10">Div</div>

This div border color is #F66A10.


Opacity

.myOpacity80 { color: #F66A10; opacity: 0.8; }

<p style="color:#F66A10;opacity:0.8;">80%</p>

Text with #F66A10 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F66A10;}

<p style="text-shadow: 3px 3px 1px #F66A10">Text here.</p>

This text has shadow with #F66A10 color.

.textShadow {text-shadow: 3px 3px 1px #F66A10, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F66A10, 5px 5px 20px red">Text here.</p>

This text has shadow with #F66A10 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F66A10, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F66A10, Direction=45, Strength=4)">Text</p>

This text has shadow with #F66A10 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F66A10;
  -webkit-box-shadow:	1px 1px 3px 2px #F66A10;
  box-shadow:		1px 1px 3px 2px #F66A10;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F66A10;
-webkit-box-shadow: 1px 1px 3px 2px #F66A10;
box-shadow:1px 1px 3px 2px #F66A10;">
Div content here</div>
This div box has shadow with color #F66A10.

Preview

Color preview on black background

This text has color #F66A10 on black background.


Color preview on white background

This text has color #F66A10 on white background.



Black color preview on #F66A10 background

This text has black color on #F66A10 background.


White color preview on #F66A10 background

This text has white color on #F66A10 background.