COLOR #F7964E

HEX: #F7964E
RGB: (247,150,78)

Color info

#F7964E contains mainly red color. Web safe color of #F7964E is #FF9966 (or #F96).

RGB color model

#F7964E color RGB value is (247,150,78).

  • red value is 247;
  • green value is 150;
  • blue value is 78.
RGB:
(247,150,78)
(97%,59%,31%)

RGB channels and saturation

R 247 of 255 = 97%
G 150 of 255 = 59%
B 78 of 255 = 31%

247
150
78

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

Portions of RGB colors in percentages

R + G + B =
247 + 150 + 78 = 475 (100%)
R 247 of 475 ~ 52%
G 150 of 475 ~ 31.58%
B 78 of 475 ~ 16.42%

%52
%31.58
%16.42

CMYK color model

#F7964E color CMYK value is (0,39,68,3).

  • cyan value is 0.00%
  • magenta value is 39.27%
  • yellow value is 68.42%
  • key color value is 3.14%
CMYK:
(0,39,68,3)
C0M39Y68K3 
(0%,39%,68%,3%)
(0.00/0.39/0.68/0.03)	

CMYK percentages

%0
%39.27
%68.42
%3.14

Codes

Color #F7964E in popluar color models

F7964E
RGB24715078
HSL26°91.35%63.73%
HSB/HSV26°68.42%96.86%
CMYK0.00%39.27%68.42%
3.14%

Color #F7964E in popluar number systems.

HEXF7964E
Decimal24715078
Binary11110111100101101001110
Octal367226116

Shades and tints

Shades of #F7964E

#F7964E
(247,150,78)
#E18947
(225,137,71)
#CB7C40
(203,124,64)
#B56F39
(181,111,57)
#9F6232
(159,98,50)
#89552B
(137,85,43)
#734824
(115,72,36)
#5D3B1D
(93,59,29)
#472E16
(71,46,22)
#31210F
(49,33,15)
#1B1408
(27,20,8)
#000000
(0,0,0)

Tints of #F7964E

#F7964E
(247,150,78)
#F79F5E
(247,159,94)
#F7A86E
(247,168,110)
#F7B17E
(247,177,126)
#F7BA8E
(247,186,142)
#F7C39E
(247,195,158)
#F7CCAE
(247,204,174)
#F7D5BE
(247,213,190)
#F7DECE
(247,222,206)
#F7E7DE
(247,231,222)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7964E color. Also use rgb(247,150,78) instead hex code.

Text Font Color

.myTextColor { color: #F7964E; }

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

This text font color is #F7964E.


Background Color

.myBgColor { background-color: #F7964E; }

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

This div background color is #F7964E.


Border color

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

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

This div border color is #F7964E.


Opacity

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

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

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

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

This text has shadow with #F7964E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7964E on black background.


Color preview on white background

This text has color #F7964E on white background.



Black color preview on #F7964E background

This text has black color on #F7964E background.


White color preview on #F7964E background

This text has white color on #F7964E background.