COLOR #F4A971

HEX: #F4A971
RGB: (244,169,113)

Color info

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

RGB color model

#F4A971 color RGB value is (244,169,113).

  • red value is 244;
  • green value is 169;
  • blue value is 113.
RGB:
(244,169,113)
(96%,66%,44%)

RGB channels and saturation

R 244 of 255 = 96%
G 169 of 255 = 66%
B 113 of 255 = 44%

244
169
113

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

Portions of RGB colors in percentages

R + G + B =
244 + 169 + 113 = 526 (100%)
R 244 of 526 ~ 46.39%
G 169 of 526 ~ 32.13%
B 113 of 526 ~ 21.48%

%46.39
%32.13
%21.48

CMYK color model

#F4A971 color CMYK value is (0,31,54,4).

  • cyan value is 0.00%
  • magenta value is 30.74%
  • yellow value is 53.69%
  • key color value is 4.31%
CMYK:
(0,31,54,4)
C0M31Y54K4 
(0%,31%,54%,4%)
(0.00/0.31/0.54/0.04)	

CMYK percentages

%0
%30.74
%53.69
%4.31

Codes

Color #F4A971 in popluar color models

F4A971
RGB244169113
HSL26°85.62%70.00%
HSB/HSV26°53.69%95.69%
CMYK0.00%30.74%53.69%
4.31%

Color #F4A971 in popluar number systems.

HEXF4A971
Decimal244169113
Binary11110100101010011110001
Octal364251161

Shades and tints

Shades of #F4A971

#F4A971
(244,169,113)
#DE9A67
(222,154,103)
#C88B5D
(200,139,93)
#B27C53
(178,124,83)
#9C6D49
(156,109,73)
#865E3F
(134,94,63)
#704F35
(112,79,53)
#5A402B
(90,64,43)
#443121
(68,49,33)
#2E2217
(46,34,23)
#18130D
(24,19,13)
#000000
(0,0,0)

Tints of #F4A971

#F4A971
(244,169,113)
#F5B07D
(245,176,125)
#F6B789
(246,183,137)
#F7BE95
(247,190,149)
#F8C5A1
(248,197,161)
#F9CCAD
(249,204,173)
#FAD3B9
(250,211,185)
#FBDAC5
(251,218,197)
#FCE1D1
(252,225,209)
#FDE8DD
(253,232,221)
#FEEFE9
(254,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4A971 color. Also use rgb(244,169,113) instead hex code.

Text Font Color

.myTextColor { color: #F4A971; }

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

This text font color is #F4A971.


Background Color

.myBgColor { background-color: #F4A971; }

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

This div background color is #F4A971.


Border color

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

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

This div border color is #F4A971.


Opacity

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

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

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

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

This text has shadow with #F4A971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4A971 on black background.


Color preview on white background

This text has color #F4A971 on white background.



Black color preview on #F4A971 background

This text has black color on #F4A971 background.


White color preview on #F4A971 background

This text has white color on #F4A971 background.