COLOR #F4A87E

HEX: #F4A87E
RGB: (244,168,126)

Color info

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

RGB color model

#F4A87E color RGB value is (244,168,126).

  • red value is 244;
  • green value is 168;
  • blue value is 126.
RGB:
(244,168,126)
(96%,66%,49%)

RGB channels and saturation

R 244 of 255 = 96%
G 168 of 255 = 66%
B 126 of 255 = 49%

244
168
126

R + G + B ~ 70%. #F4A87E is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 168 + 126 = 538 (100%)
R 244 of 538 ~ 45.35%
G 168 of 538 ~ 31.23%
B 126 of 538 ~ 23.42%

%45.35
%31.23
%23.42

CMYK color model

#F4A87E color CMYK value is (0,31,48,4).

  • cyan value is 0.00%
  • magenta value is 31.15%
  • yellow value is 48.36%
  • key color value is 4.31%
CMYK:
(0,31,48,4)
C0M31Y48K4 
(0%,31%,48%,4%)
(0.00/0.31/0.48/0.04)	

CMYK percentages

%0
%31.15
%48.36
%4.31

Codes

Color #F4A87E in popluar color models

F4A87E
RGB244168126
HSL21°84.29%72.55%
HSB/HSV21°48.36%95.69%
CMYK0.00%31.15%48.36%
4.31%

Color #F4A87E in popluar number systems.

HEXF4A87E
Decimal244168126
Binary11110100101010001111110
Octal364250176

Shades and tints

Shades of #F4A87E

#F4A87E
(244,168,126)
#DE9973
(222,153,115)
#C88A68
(200,138,104)
#B27B5D
(178,123,93)
#9C6C52
(156,108,82)
#865D47
(134,93,71)
#704E3C
(112,78,60)
#5A3F31
(90,63,49)
#443026
(68,48,38)
#2E211B
(46,33,27)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #F4A87E

#F4A87E
(244,168,126)
#F5AF89
(245,175,137)
#F6B694
(246,182,148)
#F7BD9F
(247,189,159)
#F8C4AA
(248,196,170)
#F9CBB5
(249,203,181)
#FAD2C0
(250,210,192)
#FBD9CB
(251,217,203)
#FCE0D6
(252,224,214)
#FDE7E1
(253,231,225)
#FEEEEC
(254,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4A87E color. Also use rgb(244,168,126) instead hex code.

Text Font Color

.myTextColor { color: #F4A87E; }

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

This text font color is #F4A87E.


Background Color

.myBgColor { background-color: #F4A87E; }

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

This div background color is #F4A87E.


Border color

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

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

This div border color is #F4A87E.


Opacity

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

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

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

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

This text has shadow with #F4A87E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4A87E on black background.


Color preview on white background

This text has color #F4A87E on white background.



Black color preview on #F4A87E background

This text has black color on #F4A87E background.


White color preview on #F4A87E background

This text has white color on #F4A87E background.