COLOR #F4A175

HEX: #F4A175
RGB: (244,161,117)

Color info

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

RGB color model

#F4A175 color RGB value is (244,161,117).

  • red value is 244;
  • green value is 161;
  • blue value is 117.
RGB:
(244,161,117)
(96%,63%,46%)

RGB channels and saturation

R 244 of 255 = 96%
G 161 of 255 = 63%
B 117 of 255 = 46%

244
161
117

R + G + B ~ 68%. #F4A175 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 161 + 117 = 522 (100%)
R 244 of 522 ~ 46.74%
G 161 of 522 ~ 30.84%
B 117 of 522 ~ 22.41%

%46.74
%30.84
%22.41

CMYK color model

#F4A175 color CMYK value is (0,34,52,4).

  • cyan value is 0.00%
  • magenta value is 34.02%
  • yellow value is 52.05%
  • key color value is 4.31%
CMYK:
(0,34,52,4)
C0M34Y52K4 
(0%,34%,52%,4%)
(0.00/0.34/0.52/0.04)	

CMYK percentages

%0
%34.02
%52.05
%4.31

Codes

Color #F4A175 in popluar color models

F4A175
RGB244161117
HSL21°85.23%70.78%
HSB/HSV21°52.05%95.69%
CMYK0.00%34.02%52.05%
4.31%

Color #F4A175 in popluar number systems.

HEXF4A175
Decimal244161117
Binary11110100101000011110101
Octal364241165

Shades and tints

Shades of #F4A175

#F4A175
(244,161,117)
#DE936B
(222,147,107)
#C88561
(200,133,97)
#B27757
(178,119,87)
#9C694D
(156,105,77)
#865B43
(134,91,67)
#704D39
(112,77,57)
#5A3F2F
(90,63,47)
#443125
(68,49,37)
#2E231B
(46,35,27)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #F4A175

#F4A175
(244,161,117)
#F5A981
(245,169,129)
#F6B18D
(246,177,141)
#F7B999
(247,185,153)
#F8C1A5
(248,193,165)
#F9C9B1
(249,201,177)
#FAD1BD
(250,209,189)
#FBD9C9
(251,217,201)
#FCE1D5
(252,225,213)
#FDE9E1
(253,233,225)
#FEF1ED
(254,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4A175 color. Also use rgb(244,161,117) instead hex code.

Text Font Color

.myTextColor { color: #F4A175; }

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

This text font color is #F4A175.


Background Color

.myBgColor { background-color: #F4A175; }

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

This div background color is #F4A175.


Border color

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

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

This div border color is #F4A175.


Opacity

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

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

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

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

This text has shadow with #F4A175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4A175 on black background.


Color preview on white background

This text has color #F4A175 on white background.



Black color preview on #F4A175 background

This text has black color on #F4A175 background.


White color preview on #F4A175 background

This text has white color on #F4A175 background.