COLOR #F67416

HEX: #F67416
RGB: (246,116,22)

Color info

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

RGB color model

#F67416 color RGB value is (246,116,22).

  • red value is 246;
  • green value is 116;
  • blue value is 22.
RGB:
(246,116,22)
(96%,45%,9%)

RGB channels and saturation

R 246 of 255 = 96%
G 116 of 255 = 45%
B 22 of 255 = 9%

246
116
22

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

Portions of RGB colors in percentages

R + G + B =
246 + 116 + 22 = 384 (100%)
R 246 of 384 ~ 64.06%
G 116 of 384 ~ 30.21%
B 22 of 384 ~ 5.73%

%64.06
%30.21

CMYK color model

#F67416 color CMYK value is (0,53,91,4).

  • cyan value is 0.00%
  • magenta value is 52.85%
  • yellow value is 91.06%
  • key color value is 3.53%
CMYK:
(0,53,91,4)
C0M53Y91K4 
(0%,53%,91%,4%)
(0.00/0.53/0.91/0.04)	

CMYK percentages

%0
%52.85
%91.06
%3.53

Codes

Color #F67416 in popluar color models

F67416
RGB24611622
HSL25°92.56%52.55%
HSB/HSV25°91.06%96.47%
CMYK0.00%52.85%91.06%
3.53%

Color #F67416 in popluar number systems.

HEXF67416
Decimal24611622
Binary11110110111010010110
Octal36616426

Shades and tints

Shades of #F67416

#F67416
(246,116,22)
#E06A14
(224,106,20)
#CA6012
(202,96,18)
#B45610
(180,86,16)
#9E4C0E
(158,76,14)
#88420C
(136,66,12)
#72380A
(114,56,10)
#5C2E08
(92,46,8)
#462406
(70,36,6)
#301A04
(48,26,4)
#1A1002
(26,16,2)
#000000
(0,0,0)

Tints of #F67416

#F67416
(246,116,22)
#F6802B
(246,128,43)
#F68C40
(246,140,64)
#F69855
(246,152,85)
#F6A46A
(246,164,106)
#F6B07F
(246,176,127)
#F6BC94
(246,188,148)
#F6C8A9
(246,200,169)
#F6D4BE
(246,212,190)
#F6E0D3
(246,224,211)
#F6ECE8
(246,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F67416 color. Also use rgb(246,116,22) instead hex code.

Text Font Color

.myTextColor { color: #F67416; }

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

This text font color is #F67416.


Background Color

.myBgColor { background-color: #F67416; }

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

This div background color is #F67416.


Border color

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

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

This div border color is #F67416.


Opacity

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

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

Text with #F67416 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 #F67416;}

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

This text has shadow with #F67416 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F67416 on black background.


Color preview on white background

This text has color #F67416 on white background.



Black color preview on #F67416 background

This text has black color on #F67416 background.


White color preview on #F67416 background

This text has white color on #F67416 background.