COLOR #F1AA70

HEX: #F1AA70
RGB: (241,170,112)

Color info

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

RGB color model

#F1AA70 color RGB value is (241,170,112).

  • red value is 241;
  • green value is 170;
  • blue value is 112.
RGB:
(241,170,112)
(95%,67%,44%)

RGB channels and saturation

R 241 of 255 = 95%
G 170 of 255 = 67%
B 112 of 255 = 44%

241
170
112

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

Portions of RGB colors in percentages

R + G + B =
241 + 170 + 112 = 523 (100%)
R 241 of 523 ~ 46.08%
G 170 of 523 ~ 32.5%
B 112 of 523 ~ 21.41%

%46.08
%32.5
%21.41

CMYK color model

#F1AA70 color CMYK value is (0,29,54,5).

  • cyan value is 0.00%
  • magenta value is 29.46%
  • yellow value is 53.53%
  • key color value is 5.49%
CMYK:
(0,29,54,5)
C0M29Y54K5 
(0%,29%,54%,5%)
(0.00/0.29/0.54/0.05)	

CMYK percentages

%0
%29.46
%53.53
%5.49

Codes

Color #F1AA70 in popluar color models

F1AA70
RGB241170112
HSL27°82.17%69.22%
HSB/HSV27°53.53%94.51%
CMYK0.00%29.46%53.53%
5.49%

Color #F1AA70 in popluar number systems.

HEXF1AA70
Decimal241170112
Binary11110001101010101110000
Octal361252160

Shades and tints

Shades of #F1AA70

#F1AA70
(241,170,112)
#DC9B66
(220,155,102)
#C78C5C
(199,140,92)
#B27D52
(178,125,82)
#9D6E48
(157,110,72)
#885F3E
(136,95,62)
#735034
(115,80,52)
#5E412A
(94,65,42)
#493220
(73,50,32)
#342316
(52,35,22)
#1F140C
(31,20,12)
#000000
(0,0,0)

Tints of #F1AA70

#F1AA70
(241,170,112)
#F2B17D
(242,177,125)
#F3B88A
(243,184,138)
#F4BF97
(244,191,151)
#F5C6A4
(245,198,164)
#F6CDB1
(246,205,177)
#F7D4BE
(247,212,190)
#F8DBCB
(248,219,203)
#F9E2D8
(249,226,216)
#FAE9E5
(250,233,229)
#FBF0F2
(251,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1AA70 color. Also use rgb(241,170,112) instead hex code.

Text Font Color

.myTextColor { color: #F1AA70; }

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

This text font color is #F1AA70.


Background Color

.myBgColor { background-color: #F1AA70; }

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

This div background color is #F1AA70.


Border color

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

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

This div border color is #F1AA70.


Opacity

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

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

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

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

This text has shadow with #F1AA70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1AA70 on black background.


Color preview on white background

This text has color #F1AA70 on white background.



Black color preview on #F1AA70 background

This text has black color on #F1AA70 background.


White color preview on #F1AA70 background

This text has white color on #F1AA70 background.