COLOR #F18E5D

HEX: #F18E5D
RGB: (241,142,93)

Color info

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

RGB color model

#F18E5D color RGB value is (241,142,93).

  • red value is 241;
  • green value is 142;
  • blue value is 93.
RGB:
(241,142,93)
(95%,56%,36%)

RGB channels and saturation

R 241 of 255 = 95%
G 142 of 255 = 56%
B 93 of 255 = 36%

241
142
93

R + G + B ~ 62%. #F18E5D is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 142 + 93 = 476 (100%)
R 241 of 476 ~ 50.63%
G 142 of 476 ~ 29.83%
B 93 of 476 ~ 19.54%

%50.63
%29.83
%19.54

CMYK color model

#F18E5D color CMYK value is (0,41,61,5).

  • cyan value is 0.00%
  • magenta value is 41.08%
  • yellow value is 61.41%
  • key color value is 5.49%
CMYK:
(0,41,61,5)
C0M41Y61K5 
(0%,41%,61%,5%)
(0.00/0.41/0.61/0.05)	

CMYK percentages

%0
%41.08
%61.41
%5.49

Codes

Color #F18E5D in popluar color models

F18E5D
RGB24114293
HSL20°84.09%65.49%
HSB/HSV20°61.41%94.51%
CMYK0.00%41.08%61.41%
5.49%

Color #F18E5D in popluar number systems.

HEXF18E5D
Decimal24114293
Binary11110001100011101011101
Octal361216135

Shades and tints

Shades of #F18E5D

#F18E5D
(241,142,93)
#DC8255
(220,130,85)
#C7764D
(199,118,77)
#B26A45
(178,106,69)
#9D5E3D
(157,94,61)
#885235
(136,82,53)
#73462D
(115,70,45)
#5E3A25
(94,58,37)
#492E1D
(73,46,29)
#342215
(52,34,21)
#1F160D
(31,22,13)
#000000
(0,0,0)

Tints of #F18E5D

#F18E5D
(241,142,93)
#F2986B
(242,152,107)
#F3A279
(243,162,121)
#F4AC87
(244,172,135)
#F5B695
(245,182,149)
#F6C0A3
(246,192,163)
#F7CAB1
(247,202,177)
#F8D4BF
(248,212,191)
#F9DECD
(249,222,205)
#FAE8DB
(250,232,219)
#FBF2E9
(251,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F18E5D color. Also use rgb(241,142,93) instead hex code.

Text Font Color

.myTextColor { color: #F18E5D; }

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

This text font color is #F18E5D.


Background Color

.myBgColor { background-color: #F18E5D; }

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

This div background color is #F18E5D.


Border color

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

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

This div border color is #F18E5D.


Opacity

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

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

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

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

This text has shadow with #F18E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F18E5D on black background.


Color preview on white background

This text has color #F18E5D on white background.



Black color preview on #F18E5D background

This text has black color on #F18E5D background.


White color preview on #F18E5D background

This text has white color on #F18E5D background.