COLOR #F69E70

HEX: #F69E70
RGB: (246,158,112)

Color info

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

RGB color model

#F69E70 color RGB value is (246,158,112).

  • red value is 246;
  • green value is 158;
  • blue value is 112.
RGB:
(246,158,112)
(96%,62%,44%)

RGB channels and saturation

R 246 of 255 = 96%
G 158 of 255 = 62%
B 112 of 255 = 44%

246
158
112

R + G + B ~ 67%. #F69E70 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 158 + 112 = 516 (100%)
R 246 of 516 ~ 47.67%
G 158 of 516 ~ 30.62%
B 112 of 516 ~ 21.71%

%47.67
%30.62
%21.71

CMYK color model

#F69E70 color CMYK value is (0,36,54,4).

  • cyan value is 0.00%
  • magenta value is 35.77%
  • yellow value is 54.47%
  • key color value is 3.53%
CMYK:
(0,36,54,4)
C0M36Y54K4 
(0%,36%,54%,4%)
(0.00/0.36/0.54/0.04)	

CMYK percentages

%0
%35.77
%54.47
%3.53

Codes

Color #F69E70 in popluar color models

F69E70
RGB246158112
HSL21°88.16%70.20%
HSB/HSV21°54.47%96.47%
CMYK0.00%35.77%54.47%
3.53%

Color #F69E70 in popluar number systems.

HEXF69E70
Decimal246158112
Binary11110110100111101110000
Octal366236160

Shades and tints

Shades of #F69E70

#F69E70
(246,158,112)
#E09066
(224,144,102)
#CA825C
(202,130,92)
#B47452
(180,116,82)
#9E6648
(158,102,72)
#88583E
(136,88,62)
#724A34
(114,74,52)
#5C3C2A
(92,60,42)
#462E20
(70,46,32)
#302016
(48,32,22)
#1A120C
(26,18,12)
#000000
(0,0,0)

Tints of #F69E70

#F69E70
(246,158,112)
#F6A67D
(246,166,125)
#F6AE8A
(246,174,138)
#F6B697
(246,182,151)
#F6BEA4
(246,190,164)
#F6C6B1
(246,198,177)
#F6CEBE
(246,206,190)
#F6D6CB
(246,214,203)
#F6DED8
(246,222,216)
#F6E6E5
(246,230,229)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F69E70 color. Also use rgb(246,158,112) instead hex code.

Text Font Color

.myTextColor { color: #F69E70; }

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

This text font color is #F69E70.


Background Color

.myBgColor { background-color: #F69E70; }

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

This div background color is #F69E70.


Border color

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

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

This div border color is #F69E70.


Opacity

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

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

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

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

This text has shadow with #F69E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69E70 on black background.


Color preview on white background

This text has color #F69E70 on white background.



Black color preview on #F69E70 background

This text has black color on #F69E70 background.


White color preview on #F69E70 background

This text has white color on #F69E70 background.