COLOR #F4A97B

HEX: #F4A97B
RGB: (244,169,123)

Color info

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

RGB color model

#F4A97B color RGB value is (244,169,123).

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

RGB channels and saturation

R 244 of 255 = 96%
G 169 of 255 = 66%
B 123 of 255 = 48%

244
169
123

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

Portions of RGB colors in percentages

R + G + B =
244 + 169 + 123 = 536 (100%)
R 244 of 536 ~ 45.52%
G 169 of 536 ~ 31.53%
B 123 of 536 ~ 22.95%

%45.52
%31.53
%22.95

CMYK color model

#F4A97B color CMYK value is (0,31,50,4).

  • cyan value is 0.00%
  • magenta value is 30.74%
  • yellow value is 49.59%
  • key color value is 4.31%
CMYK:
(0,31,50,4)
C0M31Y50K4 
(0%,31%,50%,4%)
(0.00/0.31/0.50/0.04)	

CMYK percentages

%0
%30.74
%49.59
%4.31

Codes

Color #F4A97B in popluar color models

F4A97B
RGB244169123
HSL23°84.62%71.96%
HSB/HSV23°49.59%95.69%
CMYK0.00%30.74%49.59%
4.31%

Color #F4A97B in popluar number systems.

HEXF4A97B
Decimal244169123
Binary11110100101010011111011
Octal364251173

Shades and tints

Shades of #F4A97B

#F4A97B
(244,169,123)
#DE9A70
(222,154,112)
#C88B65
(200,139,101)
#B27C5A
(178,124,90)
#9C6D4F
(156,109,79)
#865E44
(134,94,68)
#704F39
(112,79,57)
#5A402E
(90,64,46)
#443123
(68,49,35)
#2E2218
(46,34,24)
#18130D
(24,19,13)
#000000
(0,0,0)

Tints of #F4A97B

#F4A97B
(244,169,123)
#F5B087
(245,176,135)
#F6B793
(246,183,147)
#F7BE9F
(247,190,159)
#F8C5AB
(248,197,171)
#F9CCB7
(249,204,183)
#FAD3C3
(250,211,195)
#FBDACF
(251,218,207)
#FCE1DB
(252,225,219)
#FDE8E7
(253,232,231)
#FEEFF3
(254,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4A97B; }

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

This text font color is #F4A97B.


Background Color

.myBgColor { background-color: #F4A97B; }

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

This div background color is #F4A97B.


Border color

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

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

This div border color is #F4A97B.


Opacity

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

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

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

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

This text has shadow with #F4A97B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4A97B on black background.


Color preview on white background

This text has color #F4A97B on white background.



Black color preview on #F4A97B background

This text has black color on #F4A97B background.


White color preview on #F4A97B background

This text has white color on #F4A97B background.