COLOR #F86E67

HEX: #F86E67
RGB: (248,110,103)

Color info

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

RGB color model

#F86E67 color RGB value is (248,110,103).

  • red value is 248;
  • green value is 110;
  • blue value is 103.
RGB:
(248,110,103)
(97%,43%,40%)

RGB channels and saturation

R 248 of 255 = 97%
G 110 of 255 = 43%
B 103 of 255 = 40%

248
110
103

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

Portions of RGB colors in percentages

R + G + B =
248 + 110 + 103 = 461 (100%)
R 248 of 461 ~ 53.8%
G 110 of 461 ~ 23.86%
B 103 of 461 ~ 22.34%

%53.8
%23.86
%22.34

CMYK color model

#F86E67 color CMYK value is (0,56,58,3).

  • cyan value is 0.00%
  • magenta value is 55.65%
  • yellow value is 58.47%
  • key color value is 2.75%
CMYK:
(0,56,58,3)
C0M56Y58K3 
(0%,56%,58%,3%)
(0.00/0.56/0.58/0.03)	

CMYK percentages

%0
%55.65
%58.47
%2.75

Codes

Color #F86E67 in popluar color models

F86E67
RGB248110103
HSL91.19%68.82%
HSB/HSV58.47%97.25%
CMYK0.00%55.65%58.47%
2.75%

Color #F86E67 in popluar number systems.

HEXF86E67
Decimal248110103
Binary1111100011011101100111
Octal370156147

Shades and tints

Shades of #F86E67

#F86E67
(248,110,103)
#E2645E
(226,100,94)
#CC5A55
(204,90,85)
#B6504C
(182,80,76)
#A04643
(160,70,67)
#8A3C3A
(138,60,58)
#743231
(116,50,49)
#5E2828
(94,40,40)
#481E1F
(72,30,31)
#321416
(50,20,22)
#1C0A0D
(28,10,13)
#000000
(0,0,0)

Tints of #F86E67

#F86E67
(248,110,103)
#F87B74
(248,123,116)
#F88881
(248,136,129)
#F8958E
(248,149,142)
#F8A29B
(248,162,155)
#F8AFA8
(248,175,168)
#F8BCB5
(248,188,181)
#F8C9C2
(248,201,194)
#F8D6CF
(248,214,207)
#F8E3DC
(248,227,220)
#F8F0E9
(248,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F86E67 color. Also use rgb(248,110,103) instead hex code.

Text Font Color

.myTextColor { color: #F86E67; }

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

This text font color is #F86E67.


Background Color

.myBgColor { background-color: #F86E67; }

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

This div background color is #F86E67.


Border color

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

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

This div border color is #F86E67.


Opacity

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

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

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

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

This text has shadow with #F86E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F86E67 on black background.


Color preview on white background

This text has color #F86E67 on white background.



Black color preview on #F86E67 background

This text has black color on #F86E67 background.


White color preview on #F86E67 background

This text has white color on #F86E67 background.