COLOR #F17453

HEX: #F17453
RGB: (241,116,83)

Color info

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

RGB color model

#F17453 color RGB value is (241,116,83).

  • red value is 241;
  • green value is 116;
  • blue value is 83.
RGB:
(241,116,83)
(95%,45%,33%)

RGB channels and saturation

R 241 of 255 = 95%
G 116 of 255 = 45%
B 83 of 255 = 33%

241
116
83

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

Portions of RGB colors in percentages

R + G + B =
241 + 116 + 83 = 440 (100%)
R 241 of 440 ~ 54.77%
G 116 of 440 ~ 26.36%
B 83 of 440 ~ 18.86%

%54.77
%26.36
%18.86

CMYK color model

#F17453 color CMYK value is (0,52,66,5).

  • cyan value is 0.00%
  • magenta value is 51.87%
  • yellow value is 65.56%
  • key color value is 5.49%
CMYK:
(0,52,66,5)
C0M52Y66K5 
(0%,52%,66%,5%)
(0.00/0.52/0.66/0.05)	

CMYK percentages

%0
%51.87
%65.56
%5.49

Codes

Color #F17453 in popluar color models

F17453
RGB24111683
HSL13°84.95%63.53%
HSB/HSV13°65.56%94.51%
CMYK0.00%51.87%65.56%
5.49%

Color #F17453 in popluar number systems.

HEXF17453
Decimal24111683
Binary1111000111101001010011
Octal361164123

Shades and tints

Shades of #F17453

#F17453
(241,116,83)
#DC6A4C
(220,106,76)
#C76045
(199,96,69)
#B2563E
(178,86,62)
#9D4C37
(157,76,55)
#884230
(136,66,48)
#733829
(115,56,41)
#5E2E22
(94,46,34)
#49241B
(73,36,27)
#341A14
(52,26,20)
#1F100D
(31,16,13)
#000000
(0,0,0)

Tints of #F17453

#F17453
(241,116,83)
#F28062
(242,128,98)
#F38C71
(243,140,113)
#F49880
(244,152,128)
#F5A48F
(245,164,143)
#F6B09E
(246,176,158)
#F7BCAD
(247,188,173)
#F8C8BC
(248,200,188)
#F9D4CB
(249,212,203)
#FAE0DA
(250,224,218)
#FBECE9
(251,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F17453 color. Also use rgb(241,116,83) instead hex code.

Text Font Color

.myTextColor { color: #F17453; }

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

This text font color is #F17453.


Background Color

.myBgColor { background-color: #F17453; }

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

This div background color is #F17453.


Border color

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

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

This div border color is #F17453.


Opacity

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

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

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

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

This text has shadow with #F17453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F17453 on black background.


Color preview on white background

This text has color #F17453 on white background.



Black color preview on #F17453 background

This text has black color on #F17453 background.


White color preview on #F17453 background

This text has white color on #F17453 background.