COLOR #F69C65

HEX: #F69C65
RGB: (246,156,101)

Color info

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

RGB color model

#F69C65 color RGB value is (246,156,101).

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

RGB channels and saturation

R 246 of 255 = 96%
G 156 of 255 = 61%
B 101 of 255 = 40%

246
156
101

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

Portions of RGB colors in percentages

R + G + B =
246 + 156 + 101 = 503 (100%)
R 246 of 503 ~ 48.91%
G 156 of 503 ~ 31.01%
B 101 of 503 ~ 20.08%

%48.91
%31.01
%20.08

CMYK color model

#F69C65 color CMYK value is (0,37,59,4).

  • cyan value is 0.00%
  • magenta value is 36.59%
  • yellow value is 58.94%
  • key color value is 3.53%
CMYK:
(0,37,59,4)
C0M37Y59K4 
(0%,37%,59%,4%)
(0.00/0.37/0.59/0.04)	

CMYK percentages

%0
%36.59
%58.94
%3.53

Codes

Color #F69C65 in popluar color models

F69C65
RGB246156101
HSL23°88.96%68.04%
HSB/HSV23°58.94%96.47%
CMYK0.00%36.59%58.94%
3.53%

Color #F69C65 in popluar number systems.

HEXF69C65
Decimal246156101
Binary11110110100111001100101
Octal366234145

Shades and tints

Shades of #F69C65

#F69C65
(246,156,101)
#E08E5C
(224,142,92)
#CA8053
(202,128,83)
#B4724A
(180,114,74)
#9E6441
(158,100,65)
#885638
(136,86,56)
#72482F
(114,72,47)
#5C3A26
(92,58,38)
#462C1D
(70,44,29)
#301E14
(48,30,20)
#1A100B
(26,16,11)
#000000
(0,0,0)

Tints of #F69C65

#F69C65
(246,156,101)
#F6A573
(246,165,115)
#F6AE81
(246,174,129)
#F6B78F
(246,183,143)
#F6C09D
(246,192,157)
#F6C9AB
(246,201,171)
#F6D2B9
(246,210,185)
#F6DBC7
(246,219,199)
#F6E4D5
(246,228,213)
#F6EDE3
(246,237,227)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F69C65; }

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

This text font color is #F69C65.


Background Color

.myBgColor { background-color: #F69C65; }

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

This div background color is #F69C65.


Border color

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

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

This div border color is #F69C65.


Opacity

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

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

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

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

This text has shadow with #F69C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69C65 on black background.


Color preview on white background

This text has color #F69C65 on white background.



Black color preview on #F69C65 background

This text has black color on #F69C65 background.


White color preview on #F69C65 background

This text has white color on #F69C65 background.