COLOR #F67C46

HEX: #F67C46
RGB: (246,124,70)

Color info

#F67C46 contains mainly red color. Web safe color of #F67C46 is #FF6633 (or #F63).

RGB color model

#F67C46 color RGB value is (246,124,70).

  • red value is 246;
  • green value is 124;
  • blue value is 70.
RGB:
(246,124,70)
(96%,49%,27%)

RGB channels and saturation

R 246 of 255 = 96%
G 124 of 255 = 49%
B 70 of 255 = 27%

246
124
70

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

Portions of RGB colors in percentages

R + G + B =
246 + 124 + 70 = 440 (100%)
R 246 of 440 ~ 55.91%
G 124 of 440 ~ 28.18%
B 70 of 440 ~ 15.91%

%55.91
%28.18
%15.91

CMYK color model

#F67C46 color CMYK value is (0,50,72,4).

  • cyan value is 0.00%
  • magenta value is 49.59%
  • yellow value is 71.54%
  • key color value is 3.53%
CMYK:
(0,50,72,4)
C0M50Y72K4 
(0%,50%,72%,4%)
(0.00/0.50/0.72/0.04)	

CMYK percentages

%0
%49.59
%71.54
%3.53

Codes

Color #F67C46 in popluar color models

F67C46
RGB24612470
HSL18°90.72%61.96%
HSB/HSV18°71.54%96.47%
CMYK0.00%49.59%71.54%
3.53%

Color #F67C46 in popluar number systems.

HEXF67C46
Decimal24612470
Binary1111011011111001000110
Octal366174106

Shades and tints

Shades of #F67C46

#F67C46
(246,124,70)
#E07140
(224,113,64)
#CA663A
(202,102,58)
#B45B34
(180,91,52)
#9E502E
(158,80,46)
#884528
(136,69,40)
#723A22
(114,58,34)
#5C2F1C
(92,47,28)
#462416
(70,36,22)
#301910
(48,25,16)
#1A0E0A
(26,14,10)
#000000
(0,0,0)

Tints of #F67C46

#F67C46
(246,124,70)
#F68756
(246,135,86)
#F69266
(246,146,102)
#F69D76
(246,157,118)
#F6A886
(246,168,134)
#F6B396
(246,179,150)
#F6BEA6
(246,190,166)
#F6C9B6
(246,201,182)
#F6D4C6
(246,212,198)
#F6DFD6
(246,223,214)
#F6EAE6
(246,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F67C46 color. Also use rgb(246,124,70) instead hex code.

Text Font Color

.myTextColor { color: #F67C46; }

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

This text font color is #F67C46.


Background Color

.myBgColor { background-color: #F67C46; }

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

This div background color is #F67C46.


Border color

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

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

This div border color is #F67C46.


Opacity

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

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

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

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

This text has shadow with #F67C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F67C46 on black background.


Color preview on white background

This text has color #F67C46 on white background.



Black color preview on #F67C46 background

This text has black color on #F67C46 background.


White color preview on #F67C46 background

This text has white color on #F67C46 background.