COLOR #F68757

HEX: #F68757
RGB: (246,135,87)

Color info

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

RGB color model

#F68757 color RGB value is (246,135,87).

  • red value is 246;
  • green value is 135;
  • blue value is 87.
RGB:
(246,135,87)
(96%,53%,34%)

RGB channels and saturation

R 246 of 255 = 96%
G 135 of 255 = 53%
B 87 of 255 = 34%

246
135
87

R + G + B ~ 61%. #F68757 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 135 + 87 = 468 (100%)
R 246 of 468 ~ 52.56%
G 135 of 468 ~ 28.85%
B 87 of 468 ~ 18.59%

%52.56
%28.85
%18.59

CMYK color model

#F68757 color CMYK value is (0,45,65,4).

  • cyan value is 0.00%
  • magenta value is 45.12%
  • yellow value is 64.63%
  • key color value is 3.53%
CMYK:
(0,45,65,4)
C0M45Y65K4 
(0%,45%,65%,4%)
(0.00/0.45/0.65/0.04)	

CMYK percentages

%0
%45.12
%64.63
%3.53

Codes

Color #F68757 in popluar color models

F68757
RGB24613587
HSL18°89.83%65.29%
HSB/HSV18°64.63%96.47%
CMYK0.00%45.12%64.63%
3.53%

Color #F68757 in popluar number systems.

HEXF68757
Decimal24613587
Binary11110110100001111010111
Octal366207127

Shades and tints

Shades of #F68757

#F68757
(246,135,87)
#E07B50
(224,123,80)
#CA6F49
(202,111,73)
#B46342
(180,99,66)
#9E573B
(158,87,59)
#884B34
(136,75,52)
#723F2D
(114,63,45)
#5C3326
(92,51,38)
#46271F
(70,39,31)
#301B18
(48,27,24)
#1A0F11
(26,15,17)
#000000
(0,0,0)

Tints of #F68757

#F68757
(246,135,87)
#F69166
(246,145,102)
#F69B75
(246,155,117)
#F6A584
(246,165,132)
#F6AF93
(246,175,147)
#F6B9A2
(246,185,162)
#F6C3B1
(246,195,177)
#F6CDC0
(246,205,192)
#F6D7CF
(246,215,207)
#F6E1DE
(246,225,222)
#F6EBED
(246,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F68757 color. Also use rgb(246,135,87) instead hex code.

Text Font Color

.myTextColor { color: #F68757; }

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

This text font color is #F68757.


Background Color

.myBgColor { background-color: #F68757; }

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

This div background color is #F68757.


Border color

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

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

This div border color is #F68757.


Opacity

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

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

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

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

This text has shadow with #F68757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F68757 on black background.


Color preview on white background

This text has color #F68757 on white background.



Black color preview on #F68757 background

This text has black color on #F68757 background.


White color preview on #F68757 background

This text has white color on #F68757 background.