COLOR #F68E6F

HEX: #F68E6F
RGB: (246,142,111)

Color info

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

RGB color model

#F68E6F color RGB value is (246,142,111).

  • red value is 246;
  • green value is 142;
  • blue value is 111.
RGB:
(246,142,111)
(96%,56%,44%)

RGB channels and saturation

R 246 of 255 = 96%
G 142 of 255 = 56%
B 111 of 255 = 44%

246
142
111

R + G + B ~ 65%. #F68E6F is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 142 + 111 = 499 (100%)
R 246 of 499 ~ 49.3%
G 142 of 499 ~ 28.46%
B 111 of 499 ~ 22.24%

%49.3
%28.46
%22.24

CMYK color model

#F68E6F color CMYK value is (0,42,55,4).

  • cyan value is 0.00%
  • magenta value is 42.28%
  • yellow value is 54.88%
  • key color value is 3.53%
CMYK:
(0,42,55,4)
C0M42Y55K4 
(0%,42%,55%,4%)
(0.00/0.42/0.55/0.04)	

CMYK percentages

%0
%42.28
%54.88
%3.53

Codes

Color #F68E6F in popluar color models

F68E6F
RGB246142111
HSL14°88.24%70.00%
HSB/HSV14°54.88%96.47%
CMYK0.00%42.28%54.88%
3.53%

Color #F68E6F in popluar number systems.

HEXF68E6F
Decimal246142111
Binary11110110100011101101111
Octal366216157

Shades and tints

Shades of #F68E6F

#F68E6F
(246,142,111)
#E08265
(224,130,101)
#CA765B
(202,118,91)
#B46A51
(180,106,81)
#9E5E47
(158,94,71)
#88523D
(136,82,61)
#724633
(114,70,51)
#5C3A29
(92,58,41)
#462E1F
(70,46,31)
#302215
(48,34,21)
#1A160B
(26,22,11)
#000000
(0,0,0)

Tints of #F68E6F

#F68E6F
(246,142,111)
#F6987C
(246,152,124)
#F6A289
(246,162,137)
#F6AC96
(246,172,150)
#F6B6A3
(246,182,163)
#F6C0B0
(246,192,176)
#F6CABD
(246,202,189)
#F6D4CA
(246,212,202)
#F6DED7
(246,222,215)
#F6E8E4
(246,232,228)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F68E6F color. Also use rgb(246,142,111) instead hex code.

Text Font Color

.myTextColor { color: #F68E6F; }

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

This text font color is #F68E6F.


Background Color

.myBgColor { background-color: #F68E6F; }

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

This div background color is #F68E6F.


Border color

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

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

This div border color is #F68E6F.


Opacity

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

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

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

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

This text has shadow with #F68E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F68E6F on black background.


Color preview on white background

This text has color #F68E6F on white background.



Black color preview on #F68E6F background

This text has black color on #F68E6F background.


White color preview on #F68E6F background

This text has white color on #F68E6F background.