COLOR #F19B68

HEX: #F19B68
RGB: (241,155,104)

Color info

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

RGB color model

#F19B68 color RGB value is (241,155,104).

  • red value is 241;
  • green value is 155;
  • blue value is 104.
RGB:
(241,155,104)
(95%,61%,41%)

RGB channels and saturation

R 241 of 255 = 95%
G 155 of 255 = 61%
B 104 of 255 = 41%

241
155
104

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

Portions of RGB colors in percentages

R + G + B =
241 + 155 + 104 = 500 (100%)
R 241 of 500 ~ 48.2%
G 155 of 500 ~ 31%
B 104 of 500 ~ 20.8%

%48.2
%31
%20.8

CMYK color model

#F19B68 color CMYK value is (0,36,57,5).

  • cyan value is 0.00%
  • magenta value is 35.68%
  • yellow value is 56.85%
  • key color value is 5.49%
CMYK:
(0,36,57,5)
C0M36Y57K5 
(0%,36%,57%,5%)
(0.00/0.36/0.57/0.05)	

CMYK percentages

%0
%35.68
%56.85
%5.49

Codes

Color #F19B68 in popluar color models

F19B68
RGB241155104
HSL22°83.03%67.65%
HSB/HSV22°56.85%94.51%
CMYK0.00%35.68%56.85%
5.49%

Color #F19B68 in popluar number systems.

HEXF19B68
Decimal241155104
Binary11110001100110111101000
Octal361233150

Shades and tints

Shades of #F19B68

#F19B68
(241,155,104)
#DC8D5F
(220,141,95)
#C77F56
(199,127,86)
#B2714D
(178,113,77)
#9D6344
(157,99,68)
#88553B
(136,85,59)
#734732
(115,71,50)
#5E3929
(94,57,41)
#492B20
(73,43,32)
#341D17
(52,29,23)
#1F0F0E
(31,15,14)
#000000
(0,0,0)

Tints of #F19B68

#F19B68
(241,155,104)
#F2A475
(242,164,117)
#F3AD82
(243,173,130)
#F4B68F
(244,182,143)
#F5BF9C
(245,191,156)
#F6C8A9
(246,200,169)
#F7D1B6
(247,209,182)
#F8DAC3
(248,218,195)
#F9E3D0
(249,227,208)
#FAECDD
(250,236,221)
#FBF5EA
(251,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F19B68 color. Also use rgb(241,155,104) instead hex code.

Text Font Color

.myTextColor { color: #F19B68; }

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

This text font color is #F19B68.


Background Color

.myBgColor { background-color: #F19B68; }

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

This div background color is #F19B68.


Border color

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

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

This div border color is #F19B68.


Opacity

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

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

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

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

This text has shadow with #F19B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F19B68 on black background.


Color preview on white background

This text has color #F19B68 on white background.



Black color preview on #F19B68 background

This text has black color on #F19B68 background.


White color preview on #F19B68 background

This text has white color on #F19B68 background.