COLOR #F49B67

HEX: #F49B67
RGB: (244,155,103)

Color info

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

RGB color model

#F49B67 color RGB value is (244,155,103).

  • red value is 244;
  • green value is 155;
  • blue value is 103.
RGB:
(244,155,103)
(96%,61%,40%)

RGB channels and saturation

R 244 of 255 = 96%
G 155 of 255 = 61%
B 103 of 255 = 40%

244
155
103

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

Portions of RGB colors in percentages

R + G + B =
244 + 155 + 103 = 502 (100%)
R 244 of 502 ~ 48.61%
G 155 of 502 ~ 30.88%
B 103 of 502 ~ 20.52%

%48.61
%30.88
%20.52

CMYK color model

#F49B67 color CMYK value is (0,36,58,4).

  • cyan value is 0.00%
  • magenta value is 36.48%
  • yellow value is 57.79%
  • key color value is 4.31%
CMYK:
(0,36,58,4)
C0M36Y58K4 
(0%,36%,58%,4%)
(0.00/0.36/0.58/0.04)	

CMYK percentages

%0
%36.48
%57.79
%4.31

Codes

Color #F49B67 in popluar color models

F49B67
RGB244155103
HSL22°86.50%68.04%
HSB/HSV22°57.79%95.69%
CMYK0.00%36.48%57.79%
4.31%

Color #F49B67 in popluar number systems.

HEXF49B67
Decimal244155103
Binary11110100100110111100111
Octal364233147

Shades and tints

Shades of #F49B67

#F49B67
(244,155,103)
#DE8D5E
(222,141,94)
#C87F55
(200,127,85)
#B2714C
(178,113,76)
#9C6343
(156,99,67)
#86553A
(134,85,58)
#704731
(112,71,49)
#5A3928
(90,57,40)
#442B1F
(68,43,31)
#2E1D16
(46,29,22)
#180F0D
(24,15,13)
#000000
(0,0,0)

Tints of #F49B67

#F49B67
(244,155,103)
#F5A474
(245,164,116)
#F6AD81
(246,173,129)
#F7B68E
(247,182,142)
#F8BF9B
(248,191,155)
#F9C8A8
(249,200,168)
#FAD1B5
(250,209,181)
#FBDAC2
(251,218,194)
#FCE3CF
(252,227,207)
#FDECDC
(253,236,220)
#FEF5E9
(254,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F49B67 color. Also use rgb(244,155,103) instead hex code.

Text Font Color

.myTextColor { color: #F49B67; }

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

This text font color is #F49B67.


Background Color

.myBgColor { background-color: #F49B67; }

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

This div background color is #F49B67.


Border color

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

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

This div border color is #F49B67.


Opacity

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

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

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

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

This text has shadow with #F49B67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F49B67 on black background.


Color preview on white background

This text has color #F49B67 on white background.



Black color preview on #F49B67 background

This text has black color on #F49B67 background.


White color preview on #F49B67 background

This text has white color on #F49B67 background.