COLOR #F69868

HEX: #F69868
RGB: (246,152,104)

Color info

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

RGB color model

#F69868 color RGB value is (246,152,104).

  • red value is 246;
  • green value is 152;
  • blue value is 104.
RGB:
(246,152,104)
(96%,60%,41%)

RGB channels and saturation

R 246 of 255 = 96%
G 152 of 255 = 60%
B 104 of 255 = 41%

246
152
104

R + G + B ~ 66%. #F69868 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 152 + 104 = 502 (100%)
R 246 of 502 ~ 49%
G 152 of 502 ~ 30.28%
B 104 of 502 ~ 20.72%

%49
%30.28
%20.72

CMYK color model

#F69868 color CMYK value is (0,38,58,4).

  • cyan value is 0.00%
  • magenta value is 38.21%
  • yellow value is 57.72%
  • key color value is 3.53%
CMYK:
(0,38,58,4)
C0M38Y58K4 
(0%,38%,58%,4%)
(0.00/0.38/0.58/0.04)	

CMYK percentages

%0
%38.21
%57.72
%3.53

Codes

Color #F69868 in popluar color models

F69868
RGB246152104
HSL20°88.75%68.63%
HSB/HSV20°57.72%96.47%
CMYK0.00%38.21%57.72%
3.53%

Color #F69868 in popluar number systems.

HEXF69868
Decimal246152104
Binary11110110100110001101000
Octal366230150

Shades and tints

Shades of #F69868

#F69868
(246,152,104)
#E08B5F
(224,139,95)
#CA7E56
(202,126,86)
#B4714D
(180,113,77)
#9E6444
(158,100,68)
#88573B
(136,87,59)
#724A32
(114,74,50)
#5C3D29
(92,61,41)
#463020
(70,48,32)
#302317
(48,35,23)
#1A160E
(26,22,14)
#000000
(0,0,0)

Tints of #F69868

#F69868
(246,152,104)
#F6A175
(246,161,117)
#F6AA82
(246,170,130)
#F6B38F
(246,179,143)
#F6BC9C
(246,188,156)
#F6C5A9
(246,197,169)
#F6CEB6
(246,206,182)
#F6D7C3
(246,215,195)
#F6E0D0
(246,224,208)
#F6E9DD
(246,233,221)
#F6F2EA
(246,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F69868 color. Also use rgb(246,152,104) instead hex code.

Text Font Color

.myTextColor { color: #F69868; }

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

This text font color is #F69868.


Background Color

.myBgColor { background-color: #F69868; }

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

This div background color is #F69868.


Border color

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

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

This div border color is #F69868.


Opacity

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

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

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

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

This text has shadow with #F69868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69868 on black background.


Color preview on white background

This text has color #F69868 on white background.



Black color preview on #F69868 background

This text has black color on #F69868 background.


White color preview on #F69868 background

This text has white color on #F69868 background.