COLOR #F58058

HEX: #F58058
RGB: (245,128,88)

Color info

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

RGB color model

#F58058 color RGB value is (245,128,88).

  • red value is 245;
  • green value is 128;
  • blue value is 88.
RGB:
(245,128,88)
(96%,50%,35%)

RGB channels and saturation

R 245 of 255 = 96%
G 128 of 255 = 50%
B 88 of 255 = 35%

245
128
88

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

Portions of RGB colors in percentages

R + G + B =
245 + 128 + 88 = 461 (100%)
R 245 of 461 ~ 53.15%
G 128 of 461 ~ 27.77%
B 88 of 461 ~ 19.09%

%53.15
%27.77
%19.09

CMYK color model

#F58058 color CMYK value is (0,48,64,4).

  • cyan value is 0.00%
  • magenta value is 47.76%
  • yellow value is 64.08%
  • key color value is 3.92%
CMYK:
(0,48,64,4)
C0M48Y64K4 
(0%,48%,64%,4%)
(0.00/0.48/0.64/0.04)	

CMYK percentages

%0
%47.76
%64.08
%3.92

Codes

Color #F58058 in popluar color models

F58058
RGB24512888
HSL15°88.70%65.29%
HSB/HSV15°64.08%96.08%
CMYK0.00%47.76%64.08%
3.92%

Color #F58058 in popluar number systems.

HEXF58058
Decimal24512888
Binary11110101100000001011000
Octal365200130

Shades and tints

Shades of #F58058

#F58058
(245,128,88)
#DF7550
(223,117,80)
#C96A48
(201,106,72)
#B35F40
(179,95,64)
#9D5438
(157,84,56)
#874930
(135,73,48)
#713E28
(113,62,40)
#5B3320
(91,51,32)
#452818
(69,40,24)
#2F1D10
(47,29,16)
#191208
(25,18,8)
#000000
(0,0,0)

Tints of #F58058

#F58058
(245,128,88)
#F58B67
(245,139,103)
#F59676
(245,150,118)
#F5A185
(245,161,133)
#F5AC94
(245,172,148)
#F5B7A3
(245,183,163)
#F5C2B2
(245,194,178)
#F5CDC1
(245,205,193)
#F5D8D0
(245,216,208)
#F5E3DF
(245,227,223)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F58058 color. Also use rgb(245,128,88) instead hex code.

Text Font Color

.myTextColor { color: #F58058; }

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

This text font color is #F58058.


Background Color

.myBgColor { background-color: #F58058; }

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

This div background color is #F58058.


Border color

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

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

This div border color is #F58058.


Opacity

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

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

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

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

This text has shadow with #F58058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F58058 on black background.


Color preview on white background

This text has color #F58058 on white background.



Black color preview on #F58058 background

This text has black color on #F58058 background.


White color preview on #F58058 background

This text has white color on #F58058 background.