COLOR #F19E6A

HEX: #F19E6A
RGB: (241,158,106)

Color info

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

RGB color model

#F19E6A color RGB value is (241,158,106).

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

RGB channels and saturation

R 241 of 255 = 95%
G 158 of 255 = 62%
B 106 of 255 = 42%

241
158
106

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

Portions of RGB colors in percentages

R + G + B =
241 + 158 + 106 = 505 (100%)
R 241 of 505 ~ 47.72%
G 158 of 505 ~ 31.29%
B 106 of 505 ~ 20.99%

%47.72
%31.29
%20.99

CMYK color model

#F19E6A color CMYK value is (0,34,56,5).

  • cyan value is 0.00%
  • magenta value is 34.44%
  • yellow value is 56.02%
  • key color value is 5.49%
CMYK:
(0,34,56,5)
C0M34Y56K5 
(0%,34%,56%,5%)
(0.00/0.34/0.56/0.05)	

CMYK percentages

%0
%34.44
%56.02
%5.49

Codes

Color #F19E6A in popluar color models

F19E6A
RGB241158106
HSL23°82.82%68.04%
HSB/HSV23°56.02%94.51%
CMYK0.00%34.44%56.02%
5.49%

Color #F19E6A in popluar number systems.

HEXF19E6A
Decimal241158106
Binary11110001100111101101010
Octal361236152

Shades and tints

Shades of #F19E6A

#F19E6A
(241,158,106)
#DC9061
(220,144,97)
#C78258
(199,130,88)
#B2744F
(178,116,79)
#9D6646
(157,102,70)
#88583D
(136,88,61)
#734A34
(115,74,52)
#5E3C2B
(94,60,43)
#492E22
(73,46,34)
#342019
(52,32,25)
#1F1210
(31,18,16)
#000000
(0,0,0)

Tints of #F19E6A

#F19E6A
(241,158,106)
#F2A677
(242,166,119)
#F3AE84
(243,174,132)
#F4B691
(244,182,145)
#F5BE9E
(245,190,158)
#F6C6AB
(246,198,171)
#F7CEB8
(247,206,184)
#F8D6C5
(248,214,197)
#F9DED2
(249,222,210)
#FAE6DF
(250,230,223)
#FBEEEC
(251,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F19E6A; }

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

This text font color is #F19E6A.


Background Color

.myBgColor { background-color: #F19E6A; }

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

This div background color is #F19E6A.


Border color

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

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

This div border color is #F19E6A.


Opacity

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

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

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

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

This text has shadow with #F19E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F19E6A on black background.


Color preview on white background

This text has color #F19E6A on white background.



Black color preview on #F19E6A background

This text has black color on #F19E6A background.


White color preview on #F19E6A background

This text has white color on #F19E6A background.