COLOR #F4A460

HEX: #F4A460
RGB: (244,164,96)

Color info

Color name is SandyBrown. #F4A460 contains mainly red color. Web safe color of #F4A460 is #FF9966 (or #F96).

RGB color model

#F4A460 color RGB value is (244,164,96).

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

RGB channels and saturation

R 244 of 255 = 96%
G 164 of 255 = 64%
B 96 of 255 = 38%

244
164
96

R + G + B ~ 66%. #F4A460 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 164 + 96 = 504 (100%)
R 244 of 504 ~ 48.41%
G 164 of 504 ~ 32.54%
B 96 of 504 ~ 19.05%

%48.41
%32.54
%19.05

CMYK color model

#F4A460 color CMYK value is (0,33,61,4).

  • cyan value is 0.00%
  • magenta value is 32.79%
  • yellow value is 60.66%
  • key color value is 4.31%
CMYK:
(0,33,61,4)
C0M33Y61K4 
(0%,33%,61%,4%)
(0.00/0.33/0.61/0.04)	

CMYK percentages

%0
%32.79
%60.66
%4.31

Codes

Color #F4A460 in popluar color models

F4A460
RGB24416496
HSL28°87.06%66.67%
HSB/HSV28°60.66%95.69%
CMYK0.00%32.79%60.66%
4.31%

Color #F4A460 in popluar number systems.

HEXF4A460
Decimal24416496
Binary11110100101001001100000
Octal364244140

Shades and tints

Shades of #F4A460

#F4A460
(244,164,96)
#DE9658
(222,150,88)
#C88850
(200,136,80)
#B27A48
(178,122,72)
#9C6C40
(156,108,64)
#865E38
(134,94,56)
#705030
(112,80,48)
#5A4228
(90,66,40)
#443420
(68,52,32)
#2E2618
(46,38,24)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #F4A460

#F4A460
(244,164,96)
#F5AC6E
(245,172,110)
#F6B47C
(246,180,124)
#F7BC8A
(247,188,138)
#F8C498
(248,196,152)
#F9CCA6
(249,204,166)
#FAD4B4
(250,212,180)
#FBDCC2
(251,220,194)
#FCE4D0
(252,228,208)
#FDECDE
(253,236,222)
#FEF4EC
(254,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4A460; }

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

This text font color is #F4A460.


Background Color

.myBgColor { background-color: #F4A460; }

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

This div background color is #F4A460.


Border color

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

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

This div border color is #F4A460.


Opacity

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

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

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

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

This text has shadow with #F4A460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4A460 on black background.


Color preview on white background

This text has color #F4A460 on white background.



Black color preview on #F4A460 background

This text has black color on #F4A460 background.


White color preview on #F4A460 background

This text has white color on #F4A460 background.