COLOR #F18D77

HEX: #F18D77 RGB: (241,141,119)

Color info

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

RGB color model

#F18D77 color RGB value is (241,141,119).

RGB: (241,141,119) (95%, 55%, 47%)

RGB channels and saturation

R 241 of 255 = 95%
G 141 of 255 = 55%
B 119 of 255 = 47%

241
141
119

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

Portions of RGB colors in percentages

R + G + B = 241 + 141 + 119 = 501 (100%)
R 241 of 501 ~ 48.1%
G 141 of 501 ~ 28.14%
B 119 of 501 ~ 23.75'%

%48.1
%28.14
%23.75

CMYK color model

#F18D77 color CMYK value is (0,41,51,5).

  • cyan value is 0.00%
  • magenta value is 41.49%
  • yellow value is 50.62%
  • key color value is 5.49%

CMYK: (0,41,51,5)
C0M41Y51K5 (0%, 41%, 51%, 5%)
(0.00 / 0.41 / 0.51 / 0.05)

CMYK percentages

%0
%41.49
%50.62
%5.49

Codes

Color #F18D77 in popluar color models

F1 8D 77
RGB 241 141 119
HSL 11° 81.33% 70.59%
HSB/HSV 11° 50.62% 94.51%
CMYK 0.00% 41.49% 50.62%
5.49%

Color #F18D77 in popluar number systems.

HEX F1 8D 77
Decimal 241 141 119
Binary 11110001 10001101 1110111
Octal 361 215 167

Shades and tints

Shades of #F18D77

#F18D77
(241,141,119)
#DC816D
(220,129,109)
#C77563
(199,117,99)
#B26959
(178,105,89)
#9D5D4F
(157,93,79)
#885145
(136,81,69)
#73453B
(115,69,59)
#5E3931
(94,57,49)
#492D27
(73,45,39)
#34211D
(52,33,29)
#1F1513
(31,21,19)
#000000
(0,0,0)

Tints of #F18D77

#F18D77
(241,141,119)
#F29783
(242,151,131)
#F3A18F
(243,161,143)
#F4AB9B
(244,171,155)
#F5B5A7
(245,181,167)
#F6BFB3
(246,191,179)
#F7C9BF
(247,201,191)
#F8D3CB
(248,211,203)
#F9DDD7
(249,221,215)
#FAE7E3
(250,231,227)
#FBF1EF
(251,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F18D77 color. Also use rgb(241,141,119) instead hex code.

Text Font Color

.myTextColor { color: #F18D77; }

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

This text font color is #F18D77.

Background Color

.myBgColor { background-color: #F18D77; }

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

This div background color is #F18D77.

Border color

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

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

This div border color is #F18D77.

Opacity

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

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

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

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

This text has shadow with #F18D77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F18D77.

Preview

Color preview on black background

This text has color #F18D77 on black background.


Color preview on white background

This text has color #F18D77 on white background.


Black color preview on #F18D77 background

This text has black color on #F18D77 background.


White color preview on #F18D77 background

This text has white color on #F18D77 background.


Related colors

Complementary color

Complementary color for #hex is #0E7288.


I love getcolorcode.com

Triadic colors

1 #77F18D and #8D77F1 with #F18D77 are triadic colors.

2 #778DF1 and #8DF177 with #F18D77 are triadic colors.