COLOR #F7341E

HEX: #F7341E
RGB: (247,52,30)

Color info

#F7341E contains mainly red color. Web safe color of #F7341E is #FF3333 (or #F33).

RGB color model

#F7341E color RGB value is (247,52,30).

  • red value is 247;
  • green value is 52;
  • blue value is 30.
RGB:
(247,52,30)
(97%,20%,12%)

RGB channels and saturation

R 247 of 255 = 97%
G 52 of 255 = 20%
B 30 of 255 = 12%

247
52
30

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

Portions of RGB colors in percentages

R + G + B =
247 + 52 + 30 = 329 (100%)
R 247 of 329 ~ 75.08%
G 52 of 329 ~ 15.81%
B 30 of 329 ~ 9.12%

%75.08
%15.81

CMYK color model

#F7341E color CMYK value is (0,79,88,3).

  • cyan value is 0.00%
  • magenta value is 78.95%
  • yellow value is 87.85%
  • key color value is 3.14%
CMYK:
(0,79,88,3)
C0M79Y88K3 
(0%,79%,88%,3%)
(0.00/0.79/0.88/0.03)	

CMYK percentages

%0
%78.95
%87.85
%3.14

Codes

Color #F7341E in popluar color models

F7341E
RGB2475230
HSL93.13%54.31%
HSB/HSV87.85%96.86%
CMYK0.00%78.95%87.85%
3.14%

Color #F7341E in popluar number systems.

HEXF7341E
Decimal2475230
Binary1111011111010011110
Octal3676436

Shades and tints

Shades of #F7341E

#F7341E
(247,52,30)
#E1301C
(225,48,28)
#CB2C1A
(203,44,26)
#B52818
(181,40,24)
#9F2416
(159,36,22)
#892014
(137,32,20)
#731C12
(115,28,18)
#5D1810
(93,24,16)
#47140E
(71,20,14)
#31100C
(49,16,12)
#1B0C0A
(27,12,10)
#000000
(0,0,0)

Tints of #F7341E

#F7341E
(247,52,30)
#F74632
(247,70,50)
#F75846
(247,88,70)
#F76A5A
(247,106,90)
#F77C6E
(247,124,110)
#F78E82
(247,142,130)
#F7A096
(247,160,150)
#F7B2AA
(247,178,170)
#F7C4BE
(247,196,190)
#F7D6D2
(247,214,210)
#F7E8E6
(247,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7341E color. Also use rgb(247,52,30) instead hex code.

Text Font Color

.myTextColor { color: #F7341E; }

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

This text font color is #F7341E.


Background Color

.myBgColor { background-color: #F7341E; }

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

This div background color is #F7341E.


Border color

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

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

This div border color is #F7341E.


Opacity

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

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

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

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

This text has shadow with #F7341E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7341E on black background.


Color preview on white background

This text has color #F7341E on white background.



Black color preview on #F7341E background

This text has black color on #F7341E background.


White color preview on #F7341E background

This text has white color on #F7341E background.