COLOR #F97141

HEX: #F97141
RGB: (249,113,65)

Color info

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

RGB color model

#F97141 color RGB value is (249,113,65).

  • red value is 249;
  • green value is 113;
  • blue value is 65.
RGB:
(249,113,65)
(98%,44%,25%)

RGB channels and saturation

R 249 of 255 = 98%
G 113 of 255 = 44%
B 65 of 255 = 25%

249
113
65

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

Portions of RGB colors in percentages

R + G + B =
249 + 113 + 65 = 427 (100%)
R 249 of 427 ~ 58.31%
G 113 of 427 ~ 26.46%
B 65 of 427 ~ 15.22%

%58.31
%26.46
%15.22

CMYK color model

#F97141 color CMYK value is (0,55,74,2).

  • cyan value is 0.00%
  • magenta value is 54.62%
  • yellow value is 73.90%
  • key color value is 2.35%
CMYK:
(0,55,74,2)
C0M55Y74K2 
(0%,55%,74%,2%)
(0.00/0.55/0.74/0.02)	

CMYK percentages

%0
%54.62
%73.9
%2.35

Codes

Color #F97141 in popluar color models

F97141
RGB24911365
HSL16°93.88%61.57%
HSB/HSV16°73.90%97.65%
CMYK0.00%54.62%73.90%
2.35%

Color #F97141 in popluar number systems.

HEXF97141
Decimal24911365
Binary1111100111100011000001
Octal371161101

Shades and tints

Shades of #F97141

#F97141
(249,113,65)
#E3673C
(227,103,60)
#CD5D37
(205,93,55)
#B75332
(183,83,50)
#A1492D
(161,73,45)
#8B3F28
(139,63,40)
#753523
(117,53,35)
#5F2B1E
(95,43,30)
#492119
(73,33,25)
#331714
(51,23,20)
#1D0D0F
(29,13,15)
#000000
(0,0,0)

Tints of #F97141

#F97141
(249,113,65)
#F97D52
(249,125,82)
#F98963
(249,137,99)
#F99574
(249,149,116)
#F9A185
(249,161,133)
#F9AD96
(249,173,150)
#F9B9A7
(249,185,167)
#F9C5B8
(249,197,184)
#F9D1C9
(249,209,201)
#F9DDDA
(249,221,218)
#F9E9EB
(249,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F97141 color. Also use rgb(249,113,65) instead hex code.

Text Font Color

.myTextColor { color: #F97141; }

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

This text font color is #F97141.


Background Color

.myBgColor { background-color: #F97141; }

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

This div background color is #F97141.


Border color

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

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

This div border color is #F97141.


Opacity

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

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

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

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

This text has shadow with #F97141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F97141 on black background.


Color preview on white background

This text has color #F97141 on white background.



Black color preview on #F97141 background

This text has black color on #F97141 background.


White color preview on #F97141 background

This text has white color on #F97141 background.