COLOR #F5705F

HEX: #F5705F
RGB: (245,112,95)

Color info

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

RGB color model

#F5705F color RGB value is (245,112,95).

  • red value is 245;
  • green value is 112;
  • blue value is 95.
RGB:
(245,112,95)
(96%,44%,37%)

RGB channels and saturation

R 245 of 255 = 96%
G 112 of 255 = 44%
B 95 of 255 = 37%

245
112
95

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

Portions of RGB colors in percentages

R + G + B =
245 + 112 + 95 = 452 (100%)
R 245 of 452 ~ 54.2%
G 112 of 452 ~ 24.78%
B 95 of 452 ~ 21.02%

%54.2
%24.78
%21.02

CMYK color model

#F5705F color CMYK value is (0,54,61,4).

  • cyan value is 0.00%
  • magenta value is 54.29%
  • yellow value is 61.22%
  • key color value is 3.92%
CMYK:
(0,54,61,4)
C0M54Y61K4 
(0%,54%,61%,4%)
(0.00/0.54/0.61/0.04)	

CMYK percentages

%0
%54.29
%61.22
%3.92

Codes

Color #F5705F in popluar color models

F5705F
RGB24511295
HSL88.24%66.67%
HSB/HSV61.22%96.08%
CMYK0.00%54.29%61.22%
3.92%

Color #F5705F in popluar number systems.

HEXF5705F
Decimal24511295
Binary1111010111100001011111
Octal365160137

Shades and tints

Shades of #F5705F

#F5705F
(245,112,95)
#DF6657
(223,102,87)
#C95C4F
(201,92,79)
#B35247
(179,82,71)
#9D483F
(157,72,63)
#873E37
(135,62,55)
#71342F
(113,52,47)
#5B2A27
(91,42,39)
#45201F
(69,32,31)
#2F1617
(47,22,23)
#190C0F
(25,12,15)
#000000
(0,0,0)

Tints of #F5705F

#F5705F
(245,112,95)
#F57D6D
(245,125,109)
#F58A7B
(245,138,123)
#F59789
(245,151,137)
#F5A497
(245,164,151)
#F5B1A5
(245,177,165)
#F5BEB3
(245,190,179)
#F5CBC1
(245,203,193)
#F5D8CF
(245,216,207)
#F5E5DD
(245,229,221)
#F5F2EB
(245,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5705F color. Also use rgb(245,112,95) instead hex code.

Text Font Color

.myTextColor { color: #F5705F; }

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

This text font color is #F5705F.


Background Color

.myBgColor { background-color: #F5705F; }

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

This div background color is #F5705F.


Border color

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

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

This div border color is #F5705F.


Opacity

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

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

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

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

This text has shadow with #F5705F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5705F on black background.


Color preview on white background

This text has color #F5705F on white background.



Black color preview on #F5705F background

This text has black color on #F5705F background.


White color preview on #F5705F background

This text has white color on #F5705F background.