COLOR #F69C72

HEX: #F69C72
RGB: (246,156,114)

Color info

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

RGB color model

#F69C72 color RGB value is (246,156,114).

  • red value is 246;
  • green value is 156;
  • blue value is 114.
RGB:
(246,156,114)
(96%,61%,45%)

RGB channels and saturation

R 246 of 255 = 96%
G 156 of 255 = 61%
B 114 of 255 = 45%

246
156
114

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

Portions of RGB colors in percentages

R + G + B =
246 + 156 + 114 = 516 (100%)
R 246 of 516 ~ 47.67%
G 156 of 516 ~ 30.23%
B 114 of 516 ~ 22.09%

%47.67
%30.23
%22.09

CMYK color model

#F69C72 color CMYK value is (0,37,54,4).

  • cyan value is 0.00%
  • magenta value is 36.59%
  • yellow value is 53.66%
  • key color value is 3.53%
CMYK:
(0,37,54,4)
C0M37Y54K4 
(0%,37%,54%,4%)
(0.00/0.37/0.54/0.04)	

CMYK percentages

%0
%36.59
%53.66
%3.53

Codes

Color #F69C72 in popluar color models

F69C72
RGB246156114
HSL19°88.00%70.59%
HSB/HSV19°53.66%96.47%
CMYK0.00%36.59%53.66%
3.53%

Color #F69C72 in popluar number systems.

HEXF69C72
Decimal246156114
Binary11110110100111001110010
Octal366234162

Shades and tints

Shades of #F69C72

#F69C72
(246,156,114)
#E08E68
(224,142,104)
#CA805E
(202,128,94)
#B47254
(180,114,84)
#9E644A
(158,100,74)
#885640
(136,86,64)
#724836
(114,72,54)
#5C3A2C
(92,58,44)
#462C22
(70,44,34)
#301E18
(48,30,24)
#1A100E
(26,16,14)
#000000
(0,0,0)

Tints of #F69C72

#F69C72
(246,156,114)
#F6A57E
(246,165,126)
#F6AE8A
(246,174,138)
#F6B796
(246,183,150)
#F6C0A2
(246,192,162)
#F6C9AE
(246,201,174)
#F6D2BA
(246,210,186)
#F6DBC6
(246,219,198)
#F6E4D2
(246,228,210)
#F6EDDE
(246,237,222)
#F6F6EA
(246,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F69C72 color. Also use rgb(246,156,114) instead hex code.

Text Font Color

.myTextColor { color: #F69C72; }

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

This text font color is #F69C72.


Background Color

.myBgColor { background-color: #F69C72; }

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

This div background color is #F69C72.


Border color

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

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

This div border color is #F69C72.


Opacity

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

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

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

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

This text has shadow with #F69C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69C72 on black background.


Color preview on white background

This text has color #F69C72 on white background.



Black color preview on #F69C72 background

This text has black color on #F69C72 background.


White color preview on #F69C72 background

This text has white color on #F69C72 background.