COLOR #F19364

HEX: #F19364
RGB: (241,147,100)

Color info

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

RGB color model

#F19364 color RGB value is (241,147,100).

  • red value is 241;
  • green value is 147;
  • blue value is 100.
RGB:
(241,147,100)
(95%,58%,39%)

RGB channels and saturation

R 241 of 255 = 95%
G 147 of 255 = 58%
B 100 of 255 = 39%

241
147
100

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

Portions of RGB colors in percentages

R + G + B =
241 + 147 + 100 = 488 (100%)
R 241 of 488 ~ 49.39%
G 147 of 488 ~ 30.12%
B 100 of 488 ~ 20.49%

%49.39
%30.12
%20.49

CMYK color model

#F19364 color CMYK value is (0,39,59,5).

  • cyan value is 0.00%
  • magenta value is 39.00%
  • yellow value is 58.51%
  • key color value is 5.49%
CMYK:
(0,39,59,5)
C0M39Y59K5 
(0%,39%,59%,5%)
(0.00/0.39/0.59/0.05)	

CMYK percentages

%0
%39
%58.51
%5.49

Codes

Color #F19364 in popluar color models

F19364
RGB241147100
HSL20°83.43%66.86%
HSB/HSV20°58.51%94.51%
CMYK0.00%39.00%58.51%
5.49%

Color #F19364 in popluar number systems.

HEXF19364
Decimal241147100
Binary11110001100100111100100
Octal361223144

Shades and tints

Shades of #F19364

#F19364
(241,147,100)
#DC865B
(220,134,91)
#C77952
(199,121,82)
#B26C49
(178,108,73)
#9D5F40
(157,95,64)
#885237
(136,82,55)
#73452E
(115,69,46)
#5E3825
(94,56,37)
#492B1C
(73,43,28)
#341E13
(52,30,19)
#1F110A
(31,17,10)
#000000
(0,0,0)

Tints of #F19364

#F19364
(241,147,100)
#F29C72
(242,156,114)
#F3A580
(243,165,128)
#F4AE8E
(244,174,142)
#F5B79C
(245,183,156)
#F6C0AA
(246,192,170)
#F7C9B8
(247,201,184)
#F8D2C6
(248,210,198)
#F9DBD4
(249,219,212)
#FAE4E2
(250,228,226)
#FBEDF0
(251,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F19364 color. Also use rgb(241,147,100) instead hex code.

Text Font Color

.myTextColor { color: #F19364; }

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

This text font color is #F19364.


Background Color

.myBgColor { background-color: #F19364; }

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

This div background color is #F19364.


Border color

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

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

This div border color is #F19364.


Opacity

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

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

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

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

This text has shadow with #F19364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F19364 on black background.


Color preview on white background

This text has color #F19364 on white background.



Black color preview on #F19364 background

This text has black color on #F19364 background.


White color preview on #F19364 background

This text has white color on #F19364 background.