COLOR #F4A47A

HEX: #F4A47A
RGB: (244,164,122)

Color info

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

RGB color model

#F4A47A color RGB value is (244,164,122).

  • red value is 244;
  • green value is 164;
  • blue value is 122.
RGB:
(244,164,122)
(96%,64%,48%)

RGB channels and saturation

R 244 of 255 = 96%
G 164 of 255 = 64%
B 122 of 255 = 48%

244
164
122

R + G + B ~ 69%. #F4A47A is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 164 + 122 = 530 (100%)
R 244 of 530 ~ 46.04%
G 164 of 530 ~ 30.94%
B 122 of 530 ~ 23.02%

%46.04
%30.94
%23.02

CMYK color model

#F4A47A color CMYK value is (0,33,50,4).

  • cyan value is 0.00%
  • magenta value is 32.79%
  • yellow value is 50.00%
  • key color value is 4.31%
CMYK:
(0,33,50,4)
C0M33Y50K4 
(0%,33%,50%,4%)
(0.00/0.33/0.50/0.04)	

CMYK percentages

%0
%32.79
%50
%4.31

Codes

Color #F4A47A in popluar color models

F4A47A
RGB244164122
HSL21°84.72%71.76%
HSB/HSV21°50.00%95.69%
CMYK0.00%32.79%50.00%
4.31%

Color #F4A47A in popluar number systems.

HEXF4A47A
Decimal244164122
Binary11110100101001001111010
Octal364244172

Shades and tints

Shades of #F4A47A

#F4A47A
(244,164,122)
#DE966F
(222,150,111)
#C88864
(200,136,100)
#B27A59
(178,122,89)
#9C6C4E
(156,108,78)
#865E43
(134,94,67)
#705038
(112,80,56)
#5A422D
(90,66,45)
#443422
(68,52,34)
#2E2617
(46,38,23)
#18180C
(24,24,12)
#000000
(0,0,0)

Tints of #F4A47A

#F4A47A
(244,164,122)
#F5AC86
(245,172,134)
#F6B492
(246,180,146)
#F7BC9E
(247,188,158)
#F8C4AA
(248,196,170)
#F9CCB6
(249,204,182)
#FAD4C2
(250,212,194)
#FBDCCE
(251,220,206)
#FCE4DA
(252,228,218)
#FDECE6
(253,236,230)
#FEF4F2
(254,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4A47A color. Also use rgb(244,164,122) instead hex code.

Text Font Color

.myTextColor { color: #F4A47A; }

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

This text font color is #F4A47A.


Background Color

.myBgColor { background-color: #F4A47A; }

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

This div background color is #F4A47A.


Border color

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

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

This div border color is #F4A47A.


Opacity

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

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

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

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

This text has shadow with #F4A47A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4A47A on black background.


Color preview on white background

This text has color #F4A47A on white background.



Black color preview on #F4A47A background

This text has black color on #F4A47A background.


White color preview on #F4A47A background

This text has white color on #F4A47A background.