COLOR #F88067

HEX: #F88067
RGB: (248,128,103)

Color info

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

RGB color model

#F88067 color RGB value is (248,128,103).

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

RGB channels and saturation

R 248 of 255 = 97%
G 128 of 255 = 50%
B 103 of 255 = 40%

248
128
103

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

Portions of RGB colors in percentages

R + G + B =
248 + 128 + 103 = 479 (100%)
R 248 of 479 ~ 51.77%
G 128 of 479 ~ 26.72%
B 103 of 479 ~ 21.5%

%51.77
%26.72
%21.5

CMYK color model

#F88067 color CMYK value is (0,48,58,3).

  • cyan value is 0.00%
  • magenta value is 48.39%
  • yellow value is 58.47%
  • key color value is 2.75%
CMYK:
(0,48,58,3)
C0M48Y58K3 
(0%,48%,58%,3%)
(0.00/0.48/0.58/0.03)	

CMYK percentages

%0
%48.39
%58.47
%2.75

Codes

Color #F88067 in popluar color models

F88067
RGB248128103
HSL10°91.19%68.82%
HSB/HSV10°58.47%97.25%
CMYK0.00%48.39%58.47%
2.75%

Color #F88067 in popluar number systems.

HEXF88067
Decimal248128103
Binary11111000100000001100111
Octal370200147

Shades and tints

Shades of #F88067

#F88067
(248,128,103)
#E2755E
(226,117,94)
#CC6A55
(204,106,85)
#B65F4C
(182,95,76)
#A05443
(160,84,67)
#8A493A
(138,73,58)
#743E31
(116,62,49)
#5E3328
(94,51,40)
#48281F
(72,40,31)
#321D16
(50,29,22)
#1C120D
(28,18,13)
#000000
(0,0,0)

Tints of #F88067

#F88067
(248,128,103)
#F88B74
(248,139,116)
#F89681
(248,150,129)
#F8A18E
(248,161,142)
#F8AC9B
(248,172,155)
#F8B7A8
(248,183,168)
#F8C2B5
(248,194,181)
#F8CDC2
(248,205,194)
#F8D8CF
(248,216,207)
#F8E3DC
(248,227,220)
#F8EEE9
(248,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F88067; }

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

This text font color is #F88067.


Background Color

.myBgColor { background-color: #F88067; }

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

This div background color is #F88067.


Border color

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

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

This div border color is #F88067.


Opacity

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

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

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

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

This text has shadow with #F88067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F88067 on black background.


Color preview on white background

This text has color #F88067 on white background.



Black color preview on #F88067 background

This text has black color on #F88067 background.


White color preview on #F88067 background

This text has white color on #F88067 background.