COLOR #F97E61

HEX: #F97E61
RGB: (249,126,97)

Color info

#F97E61 contains mainly red color. Web safe color of #F97E61 is #FF6666 (or #F66).

RGB color model

#F97E61 color RGB value is (249,126,97).

  • red value is 249;
  • green value is 126;
  • blue value is 97.
RGB:
(249,126,97)
(98%,49%,38%)

RGB channels and saturation

R 249 of 255 = 98%
G 126 of 255 = 49%
B 97 of 255 = 38%

249
126
97

R + G + B ~ 62%. #F97E61 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 126 + 97 = 472 (100%)
R 249 of 472 ~ 52.75%
G 126 of 472 ~ 26.69%
B 97 of 472 ~ 20.55%

%52.75
%26.69
%20.55

CMYK color model

#F97E61 color CMYK value is (0,49,61,2).

  • cyan value is 0.00%
  • magenta value is 49.40%
  • yellow value is 61.04%
  • key color value is 2.35%
CMYK:
(0,49,61,2)
C0M49Y61K2 
(0%,49%,61%,2%)
(0.00/0.49/0.61/0.02)	

CMYK percentages

%0
%49.4
%61.04
%2.35

Codes

Color #F97E61 in popluar color models

F97E61
RGB24912697
HSL11°92.68%67.84%
HSB/HSV11°61.04%97.65%
CMYK0.00%49.40%61.04%
2.35%

Color #F97E61 in popluar number systems.

HEXF97E61
Decimal24912697
Binary1111100111111101100001
Octal371176141

Shades and tints

Shades of #F97E61

#F97E61
(249,126,97)
#E37359
(227,115,89)
#CD6851
(205,104,81)
#B75D49
(183,93,73)
#A15241
(161,82,65)
#8B4739
(139,71,57)
#753C31
(117,60,49)
#5F3129
(95,49,41)
#492621
(73,38,33)
#331B19
(51,27,25)
#1D1011
(29,16,17)
#000000
(0,0,0)

Tints of #F97E61

#F97E61
(249,126,97)
#F9896F
(249,137,111)
#F9947D
(249,148,125)
#F99F8B
(249,159,139)
#F9AA99
(249,170,153)
#F9B5A7
(249,181,167)
#F9C0B5
(249,192,181)
#F9CBC3
(249,203,195)
#F9D6D1
(249,214,209)
#F9E1DF
(249,225,223)
#F9ECED
(249,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F97E61 color. Also use rgb(249,126,97) instead hex code.

Text Font Color

.myTextColor { color: #F97E61; }

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

This text font color is #F97E61.


Background Color

.myBgColor { background-color: #F97E61; }

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

This div background color is #F97E61.


Border color

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

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

This div border color is #F97E61.


Opacity

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

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

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

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

This text has shadow with #F97E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F97E61 on black background.


Color preview on white background

This text has color #F97E61 on white background.



Black color preview on #F97E61 background

This text has black color on #F97E61 background.


White color preview on #F97E61 background

This text has white color on #F97E61 background.