COLOR #F68B60

HEX: #F68B60
RGB: (246,139,96)

Color info

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

RGB color model

#F68B60 color RGB value is (246,139,96).

  • red value is 246;
  • green value is 139;
  • blue value is 96.
RGB:
(246,139,96)
(96%,55%,38%)

RGB channels and saturation

R 246 of 255 = 96%
G 139 of 255 = 55%
B 96 of 255 = 38%

246
139
96

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

Portions of RGB colors in percentages

R + G + B =
246 + 139 + 96 = 481 (100%)
R 246 of 481 ~ 51.14%
G 139 of 481 ~ 28.9%
B 96 of 481 ~ 19.96%

%51.14
%28.9
%19.96

CMYK color model

#F68B60 color CMYK value is (0,43,61,4).

  • cyan value is 0.00%
  • magenta value is 43.50%
  • yellow value is 60.98%
  • key color value is 3.53%
CMYK:
(0,43,61,4)
C0M43Y61K4 
(0%,43%,61%,4%)
(0.00/0.43/0.61/0.04)	

CMYK percentages

%0
%43.5
%60.98
%3.53

Codes

Color #F68B60 in popluar color models

F68B60
RGB24613996
HSL17°89.29%67.06%
HSB/HSV17°60.98%96.47%
CMYK0.00%43.50%60.98%
3.53%

Color #F68B60 in popluar number systems.

HEXF68B60
Decimal24613996
Binary11110110100010111100000
Octal366213140

Shades and tints

Shades of #F68B60

#F68B60
(246,139,96)
#E07F58
(224,127,88)
#CA7350
(202,115,80)
#B46748
(180,103,72)
#9E5B40
(158,91,64)
#884F38
(136,79,56)
#724330
(114,67,48)
#5C3728
(92,55,40)
#462B20
(70,43,32)
#301F18
(48,31,24)
#1A1310
(26,19,16)
#000000
(0,0,0)

Tints of #F68B60

#F68B60
(246,139,96)
#F6956E
(246,149,110)
#F69F7C
(246,159,124)
#F6A98A
(246,169,138)
#F6B398
(246,179,152)
#F6BDA6
(246,189,166)
#F6C7B4
(246,199,180)
#F6D1C2
(246,209,194)
#F6DBD0
(246,219,208)
#F6E5DE
(246,229,222)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F68B60 color. Also use rgb(246,139,96) instead hex code.

Text Font Color

.myTextColor { color: #F68B60; }

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

This text font color is #F68B60.


Background Color

.myBgColor { background-color: #F68B60; }

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

This div background color is #F68B60.


Border color

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

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

This div border color is #F68B60.


Opacity

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

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

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

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

This text has shadow with #F68B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F68B60 on black background.


Color preview on white background

This text has color #F68B60 on white background.



Black color preview on #F68B60 background

This text has black color on #F68B60 background.


White color preview on #F68B60 background

This text has white color on #F68B60 background.