COLOR #F38C69

HEX: #F38C69
RGB: (243,140,105)

Color info

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

RGB color model

#F38C69 color RGB value is (243,140,105).

  • red value is 243;
  • green value is 140;
  • blue value is 105.
RGB:
(243,140,105)
(95%,55%,41%)

RGB channels and saturation

R 243 of 255 = 95%
G 140 of 255 = 55%
B 105 of 255 = 41%

243
140
105

R + G + B ~ 64%. #F38C69 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 140 + 105 = 488 (100%)
R 243 of 488 ~ 49.8%
G 140 of 488 ~ 28.69%
B 105 of 488 ~ 21.52%

%49.8
%28.69
%21.52

CMYK color model

#F38C69 color CMYK value is (0,42,57,5).

  • cyan value is 0.00%
  • magenta value is 42.39%
  • yellow value is 56.79%
  • key color value is 4.71%
CMYK:
(0,42,57,5)
C0M42Y57K5 
(0%,42%,57%,5%)
(0.00/0.42/0.57/0.05)	

CMYK percentages

%0
%42.39
%56.79
%4.71

Codes

Color #F38C69 in popluar color models

F38C69
RGB243140105
HSL15°85.19%68.24%
HSB/HSV15°56.79%95.29%
CMYK0.00%42.39%56.79%
4.71%

Color #F38C69 in popluar number systems.

HEXF38C69
Decimal243140105
Binary11110011100011001101001
Octal363214151

Shades and tints

Shades of #F38C69

#F38C69
(243,140,105)
#DD8060
(221,128,96)
#C77457
(199,116,87)
#B1684E
(177,104,78)
#9B5C45
(155,92,69)
#85503C
(133,80,60)
#6F4433
(111,68,51)
#59382A
(89,56,42)
#432C21
(67,44,33)
#2D2018
(45,32,24)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #F38C69

#F38C69
(243,140,105)
#F49676
(244,150,118)
#F5A083
(245,160,131)
#F6AA90
(246,170,144)
#F7B49D
(247,180,157)
#F8BEAA
(248,190,170)
#F9C8B7
(249,200,183)
#FAD2C4
(250,210,196)
#FBDCD1
(251,220,209)
#FCE6DE
(252,230,222)
#FDF0EB
(253,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F38C69 color. Also use rgb(243,140,105) instead hex code.

Text Font Color

.myTextColor { color: #F38C69; }

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

This text font color is #F38C69.


Background Color

.myBgColor { background-color: #F38C69; }

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

This div background color is #F38C69.


Border color

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

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

This div border color is #F38C69.


Opacity

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

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

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

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

This text has shadow with #F38C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F38C69 on black background.


Color preview on white background

This text has color #F38C69 on white background.



Black color preview on #F38C69 background

This text has black color on #F38C69 background.


White color preview on #F38C69 background

This text has white color on #F38C69 background.