COLOR #F97C3B

HEX: #F97C3B
RGB: (249,124,59)

Color info

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

RGB color model

#F97C3B color RGB value is (249,124,59).

  • red value is 249;
  • green value is 124;
  • blue value is 59.
RGB:
(249,124,59)
(98%,49%,23%)

RGB channels and saturation

R 249 of 255 = 98%
G 124 of 255 = 49%
B 59 of 255 = 23%

249
124
59

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

Portions of RGB colors in percentages

R + G + B =
249 + 124 + 59 = 432 (100%)
R 249 of 432 ~ 57.64%
G 124 of 432 ~ 28.7%
B 59 of 432 ~ 13.66%

%57.64
%28.7
%13.66

CMYK color model

#F97C3B color CMYK value is (0,50,76,2).

  • cyan value is 0.00%
  • magenta value is 50.20%
  • yellow value is 76.31%
  • key color value is 2.35%
CMYK:
(0,50,76,2)
C0M50Y76K2 
(0%,50%,76%,2%)
(0.00/0.50/0.76/0.02)	

CMYK percentages

%0
%50.2
%76.31
%2.35

Codes

Color #F97C3B in popluar color models

F97C3B
RGB24912459
HSL21°94.06%60.39%
HSB/HSV21°76.31%97.65%
CMYK0.00%50.20%76.31%
2.35%

Color #F97C3B in popluar number systems.

HEXF97C3B
Decimal24912459
Binary111110011111100111011
Octal37117473

Shades and tints

Shades of #F97C3B

#F97C3B
(249,124,59)
#E37136
(227,113,54)
#CD6631
(205,102,49)
#B75B2C
(183,91,44)
#A15027
(161,80,39)
#8B4522
(139,69,34)
#753A1D
(117,58,29)
#5F2F18
(95,47,24)
#492413
(73,36,19)
#33190E
(51,25,14)
#1D0E09
(29,14,9)
#000000
(0,0,0)

Tints of #F97C3B

#F97C3B
(249,124,59)
#F9874C
(249,135,76)
#F9925D
(249,146,93)
#F99D6E
(249,157,110)
#F9A87F
(249,168,127)
#F9B390
(249,179,144)
#F9BEA1
(249,190,161)
#F9C9B2
(249,201,178)
#F9D4C3
(249,212,195)
#F9DFD4
(249,223,212)
#F9EAE5
(249,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F97C3B color. Also use rgb(249,124,59) instead hex code.

Text Font Color

.myTextColor { color: #F97C3B; }

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

This text font color is #F97C3B.


Background Color

.myBgColor { background-color: #F97C3B; }

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

This div background color is #F97C3B.


Border color

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

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

This div border color is #F97C3B.


Opacity

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

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

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

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

This text has shadow with #F97C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F97C3B on black background.


Color preview on white background

This text has color #F97C3B on white background.



Black color preview on #F97C3B background

This text has black color on #F97C3B background.


White color preview on #F97C3B background

This text has white color on #F97C3B background.