COLOR #F49768

HEX: #F49768
RGB: (244,151,104)

Color info

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

RGB color model

#F49768 color RGB value is (244,151,104).

  • red value is 244;
  • green value is 151;
  • blue value is 104.
RGB:
(244,151,104)
(96%,59%,41%)

RGB channels and saturation

R 244 of 255 = 96%
G 151 of 255 = 59%
B 104 of 255 = 41%

244
151
104

R + G + B ~ 65%. #F49768 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 151 + 104 = 499 (100%)
R 244 of 499 ~ 48.9%
G 151 of 499 ~ 30.26%
B 104 of 499 ~ 20.84%

%48.9
%30.26
%20.84

CMYK color model

#F49768 color CMYK value is (0,38,57,4).

  • cyan value is 0.00%
  • magenta value is 38.11%
  • yellow value is 57.38%
  • key color value is 4.31%
CMYK:
(0,38,57,4)
C0M38Y57K4 
(0%,38%,57%,4%)
(0.00/0.38/0.57/0.04)	

CMYK percentages

%0
%38.11
%57.38
%4.31

Codes

Color #F49768 in popluar color models

F49768
RGB244151104
HSL20°86.42%68.24%
HSB/HSV20°57.38%95.69%
CMYK0.00%38.11%57.38%
4.31%

Color #F49768 in popluar number systems.

HEXF49768
Decimal244151104
Binary11110100100101111101000
Octal364227150

Shades and tints

Shades of #F49768

#F49768
(244,151,104)
#DE8A5F
(222,138,95)
#C87D56
(200,125,86)
#B2704D
(178,112,77)
#9C6344
(156,99,68)
#86563B
(134,86,59)
#704932
(112,73,50)
#5A3C29
(90,60,41)
#442F20
(68,47,32)
#2E2217
(46,34,23)
#18150E
(24,21,14)
#000000
(0,0,0)

Tints of #F49768

#F49768
(244,151,104)
#F5A075
(245,160,117)
#F6A982
(246,169,130)
#F7B28F
(247,178,143)
#F8BB9C
(248,187,156)
#F9C4A9
(249,196,169)
#FACDB6
(250,205,182)
#FBD6C3
(251,214,195)
#FCDFD0
(252,223,208)
#FDE8DD
(253,232,221)
#FEF1EA
(254,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F49768 color. Also use rgb(244,151,104) instead hex code.

Text Font Color

.myTextColor { color: #F49768; }

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

This text font color is #F49768.


Background Color

.myBgColor { background-color: #F49768; }

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

This div background color is #F49768.


Border color

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

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

This div border color is #F49768.


Opacity

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

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

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

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

This text has shadow with #F49768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F49768 on black background.


Color preview on white background

This text has color #F49768 on white background.



Black color preview on #F49768 background

This text has black color on #F49768 background.


White color preview on #F49768 background

This text has white color on #F49768 background.