COLOR #F17C4B

HEX: #F17C4B
RGB: (241,124,75)

Color info

#F17C4B contains mainly red color. Web safe color of #F17C4B is #FF6633 (or #F63).

RGB color model

#F17C4B color RGB value is (241,124,75).

  • red value is 241;
  • green value is 124;
  • blue value is 75.
RGB:
(241,124,75)
(95%,49%,29%)

RGB channels and saturation

R 241 of 255 = 95%
G 124 of 255 = 49%
B 75 of 255 = 29%

241
124
75

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

Portions of RGB colors in percentages

R + G + B =
241 + 124 + 75 = 440 (100%)
R 241 of 440 ~ 54.77%
G 124 of 440 ~ 28.18%
B 75 of 440 ~ 17.05%

%54.77
%28.18
%17.05

CMYK color model

#F17C4B color CMYK value is (0,49,69,5).

  • cyan value is 0.00%
  • magenta value is 48.55%
  • yellow value is 68.88%
  • key color value is 5.49%
CMYK:
(0,49,69,5)
C0M49Y69K5 
(0%,49%,69%,5%)
(0.00/0.49/0.69/0.05)	

CMYK percentages

%0
%48.55
%68.88
%5.49

Codes

Color #F17C4B in popluar color models

F17C4B
RGB24112475
HSL18°85.57%61.96%
HSB/HSV18°68.88%94.51%
CMYK0.00%48.55%68.88%
5.49%

Color #F17C4B in popluar number systems.

HEXF17C4B
Decimal24112475
Binary1111000111111001001011
Octal361174113

Shades and tints

Shades of #F17C4B

#F17C4B
(241,124,75)
#DC7145
(220,113,69)
#C7663F
(199,102,63)
#B25B39
(178,91,57)
#9D5033
(157,80,51)
#88452D
(136,69,45)
#733A27
(115,58,39)
#5E2F21
(94,47,33)
#49241B
(73,36,27)
#341915
(52,25,21)
#1F0E0F
(31,14,15)
#000000
(0,0,0)

Tints of #F17C4B

#F17C4B
(241,124,75)
#F2875B
(242,135,91)
#F3926B
(243,146,107)
#F49D7B
(244,157,123)
#F5A88B
(245,168,139)
#F6B39B
(246,179,155)
#F7BEAB
(247,190,171)
#F8C9BB
(248,201,187)
#F9D4CB
(249,212,203)
#FADFDB
(250,223,219)
#FBEAEB
(251,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F17C4B color. Also use rgb(241,124,75) instead hex code.

Text Font Color

.myTextColor { color: #F17C4B; }

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

This text font color is #F17C4B.


Background Color

.myBgColor { background-color: #F17C4B; }

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

This div background color is #F17C4B.


Border color

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

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

This div border color is #F17C4B.


Opacity

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

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

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

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

This text has shadow with #F17C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F17C4B on black background.


Color preview on white background

This text has color #F17C4B on white background.



Black color preview on #F17C4B background

This text has black color on #F17C4B background.


White color preview on #F17C4B background

This text has white color on #F17C4B background.