COLOR #F78764

HEX: #F78764
RGB: (247,135,100)

Color info

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

RGB color model

#F78764 color RGB value is (247,135,100).

  • red value is 247;
  • green value is 135;
  • blue value is 100.
RGB:
(247,135,100)
(97%,53%,39%)

RGB channels and saturation

R 247 of 255 = 97%
G 135 of 255 = 53%
B 100 of 255 = 39%

247
135
100

R + G + B ~ 63%. #F78764 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 135 + 100 = 482 (100%)
R 247 of 482 ~ 51.24%
G 135 of 482 ~ 28.01%
B 100 of 482 ~ 20.75%

%51.24
%28.01
%20.75

CMYK color model

#F78764 color CMYK value is (0,45,60,3).

  • cyan value is 0.00%
  • magenta value is 45.34%
  • yellow value is 59.51%
  • key color value is 3.14%
CMYK:
(0,45,60,3)
C0M45Y60K3 
(0%,45%,60%,3%)
(0.00/0.45/0.60/0.03)	

CMYK percentages

%0
%45.34
%59.51
%3.14

Codes

Color #F78764 in popluar color models

F78764
RGB247135100
HSL14°90.18%68.04%
HSB/HSV14°59.51%96.86%
CMYK0.00%45.34%59.51%
3.14%

Color #F78764 in popluar number systems.

HEXF78764
Decimal247135100
Binary11110111100001111100100
Octal367207144

Shades and tints

Shades of #F78764

#F78764
(247,135,100)
#E17B5B
(225,123,91)
#CB6F52
(203,111,82)
#B56349
(181,99,73)
#9F5740
(159,87,64)
#894B37
(137,75,55)
#733F2E
(115,63,46)
#5D3325
(93,51,37)
#47271C
(71,39,28)
#311B13
(49,27,19)
#1B0F0A
(27,15,10)
#000000
(0,0,0)

Tints of #F78764

#F78764
(247,135,100)
#F79172
(247,145,114)
#F79B80
(247,155,128)
#F7A58E
(247,165,142)
#F7AF9C
(247,175,156)
#F7B9AA
(247,185,170)
#F7C3B8
(247,195,184)
#F7CDC6
(247,205,198)
#F7D7D4
(247,215,212)
#F7E1E2
(247,225,226)
#F7EBF0
(247,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F78764 color. Also use rgb(247,135,100) instead hex code.

Text Font Color

.myTextColor { color: #F78764; }

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

This text font color is #F78764.


Background Color

.myBgColor { background-color: #F78764; }

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

This div background color is #F78764.


Border color

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

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

This div border color is #F78764.


Opacity

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

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

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

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

This text has shadow with #F78764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F78764 on black background.


Color preview on white background

This text has color #F78764 on white background.



Black color preview on #F78764 background

This text has black color on #F78764 background.


White color preview on #F78764 background

This text has white color on #F78764 background.