COLOR #F19E50

HEX: #F19E50
RGB: (241,158,80)

Color info

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

RGB color model

#F19E50 color RGB value is (241,158,80).

  • red value is 241;
  • green value is 158;
  • blue value is 80.
RGB:
(241,158,80)
(95%,62%,31%)

RGB channels and saturation

R 241 of 255 = 95%
G 158 of 255 = 62%
B 80 of 255 = 31%

241
158
80

R + G + B ~ 63%. #F19E50 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 158 + 80 = 479 (100%)
R 241 of 479 ~ 50.31%
G 158 of 479 ~ 32.99%
B 80 of 479 ~ 16.7%

%50.31
%32.99
%16.7

CMYK color model

#F19E50 color CMYK value is (0,34,67,5).

  • cyan value is 0.00%
  • magenta value is 34.44%
  • yellow value is 66.80%
  • key color value is 5.49%
CMYK:
(0,34,67,5)
C0M34Y67K5 
(0%,34%,67%,5%)
(0.00/0.34/0.67/0.05)	

CMYK percentages

%0
%34.44
%66.8
%5.49

Codes

Color #F19E50 in popluar color models

F19E50
RGB24115880
HSL29°85.19%62.94%
HSB/HSV29°66.80%94.51%
CMYK0.00%34.44%66.80%
5.49%

Color #F19E50 in popluar number systems.

HEXF19E50
Decimal24115880
Binary11110001100111101010000
Octal361236120

Shades and tints

Shades of #F19E50

#F19E50
(241,158,80)
#DC9049
(220,144,73)
#C78242
(199,130,66)
#B2743B
(178,116,59)
#9D6634
(157,102,52)
#88582D
(136,88,45)
#734A26
(115,74,38)
#5E3C1F
(94,60,31)
#492E18
(73,46,24)
#342011
(52,32,17)
#1F120A
(31,18,10)
#000000
(0,0,0)

Tints of #F19E50

#F19E50
(241,158,80)
#F2A65F
(242,166,95)
#F3AE6E
(243,174,110)
#F4B67D
(244,182,125)
#F5BE8C
(245,190,140)
#F6C69B
(246,198,155)
#F7CEAA
(247,206,170)
#F8D6B9
(248,214,185)
#F9DEC8
(249,222,200)
#FAE6D7
(250,230,215)
#FBEEE6
(251,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F19E50 color. Also use rgb(241,158,80) instead hex code.

Text Font Color

.myTextColor { color: #F19E50; }

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

This text font color is #F19E50.


Background Color

.myBgColor { background-color: #F19E50; }

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

This div background color is #F19E50.


Border color

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

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

This div border color is #F19E50.


Opacity

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

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

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

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

This text has shadow with #F19E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F19E50 on black background.


Color preview on white background

This text has color #F19E50 on white background.



Black color preview on #F19E50 background

This text has black color on #F19E50 background.


White color preview on #F19E50 background

This text has white color on #F19E50 background.