COLOR #F1A069

HEX: #F1A069
RGB: (241,160,105)

Color info

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

RGB color model

#F1A069 color RGB value is (241,160,105).

  • red value is 241;
  • green value is 160;
  • blue value is 105.
RGB:
(241,160,105)
(95%,63%,41%)

RGB channels and saturation

R 241 of 255 = 95%
G 160 of 255 = 63%
B 105 of 255 = 41%

241
160
105

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

Portions of RGB colors in percentages

R + G + B =
241 + 160 + 105 = 506 (100%)
R 241 of 506 ~ 47.63%
G 160 of 506 ~ 31.62%
B 105 of 506 ~ 20.75%

%47.63
%31.62
%20.75

CMYK color model

#F1A069 color CMYK value is (0,34,56,5).

  • cyan value is 0.00%
  • magenta value is 33.61%
  • yellow value is 56.43%
  • key color value is 5.49%
CMYK:
(0,34,56,5)
C0M34Y56K5 
(0%,34%,56%,5%)
(0.00/0.34/0.56/0.05)	

CMYK percentages

%0
%33.61
%56.43
%5.49

Codes

Color #F1A069 in popluar color models

F1A069
RGB241160105
HSL24°82.93%67.84%
HSB/HSV24°56.43%94.51%
CMYK0.00%33.61%56.43%
5.49%

Color #F1A069 in popluar number systems.

HEXF1A069
Decimal241160105
Binary11110001101000001101001
Octal361240151

Shades and tints

Shades of #F1A069

#F1A069
(241,160,105)
#DC9260
(220,146,96)
#C78457
(199,132,87)
#B2764E
(178,118,78)
#9D6845
(157,104,69)
#885A3C
(136,90,60)
#734C33
(115,76,51)
#5E3E2A
(94,62,42)
#493021
(73,48,33)
#342218
(52,34,24)
#1F140F
(31,20,15)
#000000
(0,0,0)

Tints of #F1A069

#F1A069
(241,160,105)
#F2A876
(242,168,118)
#F3B083
(243,176,131)
#F4B890
(244,184,144)
#F5C09D
(245,192,157)
#F6C8AA
(246,200,170)
#F7D0B7
(247,208,183)
#F8D8C4
(248,216,196)
#F9E0D1
(249,224,209)
#FAE8DE
(250,232,222)
#FBF0EB
(251,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A069 color. Also use rgb(241,160,105) instead hex code.

Text Font Color

.myTextColor { color: #F1A069; }

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

This text font color is #F1A069.


Background Color

.myBgColor { background-color: #F1A069; }

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

This div background color is #F1A069.


Border color

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

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

This div border color is #F1A069.


Opacity

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

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

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

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

This text has shadow with #F1A069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1A069 on black background.


Color preview on white background

This text has color #F1A069 on white background.



Black color preview on #F1A069 background

This text has black color on #F1A069 background.


White color preview on #F1A069 background

This text has white color on #F1A069 background.