COLOR #F18742

HEX: #F18742
RGB: (241,135,66)

Color info

#F18742 contains mainly red color. Web safe color of #F18742 is #FF9933 (or #F93).

RGB color model

#F18742 color RGB value is (241,135,66).

  • red value is 241;
  • green value is 135;
  • blue value is 66.
RGB:
(241,135,66)
(95%,53%,26%)

RGB channels and saturation

R 241 of 255 = 95%
G 135 of 255 = 53%
B 66 of 255 = 26%

241
135
66

R + G + B ~ 58%. #F18742 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
241 + 135 + 66 = 442 (100%)
R 241 of 442 ~ 54.52%
G 135 of 442 ~ 30.54%
B 66 of 442 ~ 14.93%

%54.52
%30.54
%14.93

CMYK color model

#F18742 color CMYK value is (0,44,73,5).

  • cyan value is 0.00%
  • magenta value is 43.98%
  • yellow value is 72.61%
  • key color value is 5.49%
CMYK:
(0,44,73,5)
C0M44Y73K5 
(0%,44%,73%,5%)
(0.00/0.44/0.73/0.05)	

CMYK percentages

%0
%43.98
%72.61
%5.49

Codes

Color #F18742 in popluar color models

F18742
RGB24113566
HSL24°86.21%60.20%
HSB/HSV24°72.61%94.51%
CMYK0.00%43.98%72.61%
5.49%

Color #F18742 in popluar number systems.

HEXF18742
Decimal24113566
Binary11110001100001111000010
Octal361207102

Shades and tints

Shades of #F18742

#F18742
(241,135,66)
#DC7B3C
(220,123,60)
#C76F36
(199,111,54)
#B26330
(178,99,48)
#9D572A
(157,87,42)
#884B24
(136,75,36)
#733F1E
(115,63,30)
#5E3318
(94,51,24)
#492712
(73,39,18)
#341B0C
(52,27,12)
#1F0F06
(31,15,6)
#000000
(0,0,0)

Tints of #F18742

#F18742
(241,135,66)
#F29153
(242,145,83)
#F39B64
(243,155,100)
#F4A575
(244,165,117)
#F5AF86
(245,175,134)
#F6B997
(246,185,151)
#F7C3A8
(247,195,168)
#F8CDB9
(248,205,185)
#F9D7CA
(249,215,202)
#FAE1DB
(250,225,219)
#FBEBEC
(251,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F18742 color. Also use rgb(241,135,66) instead hex code.

Text Font Color

.myTextColor { color: #F18742; }

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

This text font color is #F18742.


Background Color

.myBgColor { background-color: #F18742; }

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

This div background color is #F18742.


Border color

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

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

This div border color is #F18742.


Opacity

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

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

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

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

This text has shadow with #F18742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F18742 on black background.


Color preview on white background

This text has color #F18742 on white background.



Black color preview on #F18742 background

This text has black color on #F18742 background.


White color preview on #F18742 background

This text has white color on #F18742 background.