COLOR #F96740

HEX: #F96740
RGB: (249,103,64)

Color info

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

RGB color model

#F96740 color RGB value is (249,103,64).

  • red value is 249;
  • green value is 103;
  • blue value is 64.
RGB:
(249,103,64)
(98%,40%,25%)

RGB channels and saturation

R 249 of 255 = 98%
G 103 of 255 = 40%
B 64 of 255 = 25%

249
103
64

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

Portions of RGB colors in percentages

R + G + B =
249 + 103 + 64 = 416 (100%)
R 249 of 416 ~ 59.86%
G 103 of 416 ~ 24.76%
B 64 of 416 ~ 15.38%

%59.86
%24.76
%15.38

CMYK color model

#F96740 color CMYK value is (0,59,74,2).

  • cyan value is 0.00%
  • magenta value is 58.63%
  • yellow value is 74.30%
  • key color value is 2.35%
CMYK:
(0,59,74,2)
C0M59Y74K2 
(0%,59%,74%,2%)
(0.00/0.59/0.74/0.02)	

CMYK percentages

%0
%58.63
%74.3
%2.35

Codes

Color #F96740 in popluar color models

F96740
RGB24910364
HSL13°93.91%61.37%
HSB/HSV13°74.30%97.65%
CMYK0.00%58.63%74.30%
2.35%

Color #F96740 in popluar number systems.

HEXF96740
Decimal24910364
Binary1111100111001111000000
Octal371147100

Shades and tints

Shades of #F96740

#F96740
(249,103,64)
#E35E3B
(227,94,59)
#CD5536
(205,85,54)
#B74C31
(183,76,49)
#A1432C
(161,67,44)
#8B3A27
(139,58,39)
#753122
(117,49,34)
#5F281D
(95,40,29)
#491F18
(73,31,24)
#331613
(51,22,19)
#1D0D0E
(29,13,14)
#000000
(0,0,0)

Tints of #F96740

#F96740
(249,103,64)
#F97451
(249,116,81)
#F98162
(249,129,98)
#F98E73
(249,142,115)
#F99B84
(249,155,132)
#F9A895
(249,168,149)
#F9B5A6
(249,181,166)
#F9C2B7
(249,194,183)
#F9CFC8
(249,207,200)
#F9DCD9
(249,220,217)
#F9E9EA
(249,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F96740 color. Also use rgb(249,103,64) instead hex code.

Text Font Color

.myTextColor { color: #F96740; }

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

This text font color is #F96740.


Background Color

.myBgColor { background-color: #F96740; }

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

This div background color is #F96740.


Border color

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

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

This div border color is #F96740.


Opacity

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

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

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

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

This text has shadow with #F96740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F96740 on black background.


Color preview on white background

This text has color #F96740 on white background.



Black color preview on #F96740 background

This text has black color on #F96740 background.


White color preview on #F96740 background

This text has white color on #F96740 background.