COLOR #F17B5A

HEX: #F17B5A
RGB: (241,123,90)

Color info

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

RGB color model

#F17B5A color RGB value is (241,123,90).

  • red value is 241;
  • green value is 123;
  • blue value is 90.
RGB:
(241,123,90)
(95%,48%,35%)

RGB channels and saturation

R 241 of 255 = 95%
G 123 of 255 = 48%
B 90 of 255 = 35%

241
123
90

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

Portions of RGB colors in percentages

R + G + B =
241 + 123 + 90 = 454 (100%)
R 241 of 454 ~ 53.08%
G 123 of 454 ~ 27.09%
B 90 of 454 ~ 19.82%

%53.08
%27.09
%19.82

CMYK color model

#F17B5A color CMYK value is (0,49,63,5).

  • cyan value is 0.00%
  • magenta value is 48.96%
  • yellow value is 62.66%
  • key color value is 5.49%
CMYK:
(0,49,63,5)
C0M49Y63K5 
(0%,49%,63%,5%)
(0.00/0.49/0.63/0.05)	

CMYK percentages

%0
%48.96
%62.66
%5.49

Codes

Color #F17B5A in popluar color models

F17B5A
RGB24112390
HSL13°84.36%64.90%
HSB/HSV13°62.66%94.51%
CMYK0.00%48.96%62.66%
5.49%

Color #F17B5A in popluar number systems.

HEXF17B5A
Decimal24112390
Binary1111000111110111011010
Octal361173132

Shades and tints

Shades of #F17B5A

#F17B5A
(241,123,90)
#DC7052
(220,112,82)
#C7654A
(199,101,74)
#B25A42
(178,90,66)
#9D4F3A
(157,79,58)
#884432
(136,68,50)
#73392A
(115,57,42)
#5E2E22
(94,46,34)
#49231A
(73,35,26)
#341812
(52,24,18)
#1F0D0A
(31,13,10)
#000000
(0,0,0)

Tints of #F17B5A

#F17B5A
(241,123,90)
#F28769
(242,135,105)
#F39378
(243,147,120)
#F49F87
(244,159,135)
#F5AB96
(245,171,150)
#F6B7A5
(246,183,165)
#F7C3B4
(247,195,180)
#F8CFC3
(248,207,195)
#F9DBD2
(249,219,210)
#FAE7E1
(250,231,225)
#FBF3F0
(251,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F17B5A color. Also use rgb(241,123,90) instead hex code.

Text Font Color

.myTextColor { color: #F17B5A; }

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

This text font color is #F17B5A.


Background Color

.myBgColor { background-color: #F17B5A; }

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

This div background color is #F17B5A.


Border color

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

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

This div border color is #F17B5A.


Opacity

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

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

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

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

This text has shadow with #F17B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F17B5A on black background.


Color preview on white background

This text has color #F17B5A on white background.



Black color preview on #F17B5A background

This text has black color on #F17B5A background.


White color preview on #F17B5A background

This text has white color on #F17B5A background.