COLOR #F1A377

HEX: #F1A377
RGB: (241,163,119)

Color info

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

RGB color model

#F1A377 color RGB value is (241,163,119).

  • red value is 241;
  • green value is 163;
  • blue value is 119.
RGB:
(241,163,119)
(95%,64%,47%)

RGB channels and saturation

R 241 of 255 = 95%
G 163 of 255 = 64%
B 119 of 255 = 47%

241
163
119

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

Portions of RGB colors in percentages

R + G + B =
241 + 163 + 119 = 523 (100%)
R 241 of 523 ~ 46.08%
G 163 of 523 ~ 31.17%
B 119 of 523 ~ 22.75%

%46.08
%31.17
%22.75

CMYK color model

#F1A377 color CMYK value is (0,32,51,5).

  • cyan value is 0.00%
  • magenta value is 32.37%
  • yellow value is 50.62%
  • key color value is 5.49%
CMYK:
(0,32,51,5)
C0M32Y51K5 
(0%,32%,51%,5%)
(0.00/0.32/0.51/0.05)	

CMYK percentages

%0
%32.37
%50.62
%5.49

Codes

Color #F1A377 in popluar color models

F1A377
RGB241163119
HSL22°81.33%70.59%
HSB/HSV22°50.62%94.51%
CMYK0.00%32.37%50.62%
5.49%

Color #F1A377 in popluar number systems.

HEXF1A377
Decimal241163119
Binary11110001101000111110111
Octal361243167

Shades and tints

Shades of #F1A377

#F1A377
(241,163,119)
#DC956D
(220,149,109)
#C78763
(199,135,99)
#B27959
(178,121,89)
#9D6B4F
(157,107,79)
#885D45
(136,93,69)
#734F3B
(115,79,59)
#5E4131
(94,65,49)
#493327
(73,51,39)
#34251D
(52,37,29)
#1F1713
(31,23,19)
#000000
(0,0,0)

Tints of #F1A377

#F1A377
(241,163,119)
#F2AB83
(242,171,131)
#F3B38F
(243,179,143)
#F4BB9B
(244,187,155)
#F5C3A7
(245,195,167)
#F6CBB3
(246,203,179)
#F7D3BF
(247,211,191)
#F8DBCB
(248,219,203)
#F9E3D7
(249,227,215)
#FAEBE3
(250,235,227)
#FBF3EF
(251,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A377 color. Also use rgb(241,163,119) instead hex code.

Text Font Color

.myTextColor { color: #F1A377; }

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

This text font color is #F1A377.


Background Color

.myBgColor { background-color: #F1A377; }

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

This div background color is #F1A377.


Border color

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

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

This div border color is #F1A377.


Opacity

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

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

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

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

This text has shadow with #F1A377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1A377 on black background.


Color preview on white background

This text has color #F1A377 on white background.



Black color preview on #F1A377 background

This text has black color on #F1A377 background.


White color preview on #F1A377 background

This text has white color on #F1A377 background.