COLOR #F1795F

HEX: #F1795F
RGB: (241,121,95)

Color info

#F1795F contains mainly red color. Web safe color of #F1795F is #FF6666 (or #F66).

RGB color model

#F1795F color RGB value is (241,121,95).

  • red value is 241;
  • green value is 121;
  • blue value is 95.
RGB:
(241,121,95)
(95%,47%,37%)

RGB channels and saturation

R 241 of 255 = 95%
G 121 of 255 = 47%
B 95 of 255 = 37%

241
121
95

R + G + B ~ 60%. #F1795F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
241 + 121 + 95 = 457 (100%)
R 241 of 457 ~ 52.74%
G 121 of 457 ~ 26.48%
B 95 of 457 ~ 20.79%

%52.74
%26.48
%20.79

CMYK color model

#F1795F color CMYK value is (0,50,61,5).

  • cyan value is 0.00%
  • magenta value is 49.79%
  • yellow value is 60.58%
  • key color value is 5.49%
CMYK:
(0,50,61,5)
C0M50Y61K5 
(0%,50%,61%,5%)
(0.00/0.50/0.61/0.05)	

CMYK percentages

%0
%49.79
%60.58
%5.49

Codes

Color #F1795F in popluar color models

F1795F
RGB24112195
HSL11°83.91%65.88%
HSB/HSV11°60.58%94.51%
CMYK0.00%49.79%60.58%
5.49%

Color #F1795F in popluar number systems.

HEXF1795F
Decimal24112195
Binary1111000111110011011111
Octal361171137

Shades and tints

Shades of #F1795F

#F1795F
(241,121,95)
#DC6E57
(220,110,87)
#C7634F
(199,99,79)
#B25847
(178,88,71)
#9D4D3F
(157,77,63)
#884237
(136,66,55)
#73372F
(115,55,47)
#5E2C27
(94,44,39)
#49211F
(73,33,31)
#341617
(52,22,23)
#1F0B0F
(31,11,15)
#000000
(0,0,0)

Tints of #F1795F

#F1795F
(241,121,95)
#F2856D
(242,133,109)
#F3917B
(243,145,123)
#F49D89
(244,157,137)
#F5A997
(245,169,151)
#F6B5A5
(246,181,165)
#F7C1B3
(247,193,179)
#F8CDC1
(248,205,193)
#F9D9CF
(249,217,207)
#FAE5DD
(250,229,221)
#FBF1EB
(251,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1795F color. Also use rgb(241,121,95) instead hex code.

Text Font Color

.myTextColor { color: #F1795F; }

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

This text font color is #F1795F.


Background Color

.myBgColor { background-color: #F1795F; }

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

This div background color is #F1795F.


Border color

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

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

This div border color is #F1795F.


Opacity

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

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

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

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

This text has shadow with #F1795F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1795F on black background.


Color preview on white background

This text has color #F1795F on white background.



Black color preview on #F1795F background

This text has black color on #F1795F background.


White color preview on #F1795F background

This text has white color on #F1795F background.