COLOR #F58852

HEX: #F58852 RGB: (245,136,82)

Color info

#F58852 contains mainly red color. Web safe color of #F58852 is #FF9966 (or #F96).

RGB color model

#F58852 color RGB value is (245,136,82).

RGB: (245,136,82) (96%, 53%, 32%)

RGB channels and saturation

R 245 of 255 = 96%
G 136 of 255 = 53%
B 82 of 255 = 32%

245
136
82

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

Portions of RGB colors in percentages

R + G + B = 245 + 136 + 82 = 463 (100%)
R 245 of 463 ~ 52.92%
G 136 of 463 ~ 29.37%
B 82 of 463 ~ 17.71'%

%52.92
%29.37
%17.71

CMYK color model

#F58852 color CMYK value is (0,44,67,4).

  • cyan value is 0.00%
  • magenta value is 44.49%
  • yellow value is 66.53%
  • key color value is 3.92%

CMYK: (0,44,67,4)
C0M44Y67K4 (0%, 44%, 67%, 4%)
(0.00 / 0.44 / 0.67 / 0.04)

CMYK percentages

%0
%44.49
%66.53
%3.92

Codes

Color #F58852 in popluar color models

F5 88 52
RGB 245 136 82
HSL 20° 89.07% 64.12%
HSB/HSV 20° 66.53% 96.08%
CMYK 0.00% 44.49% 66.53%
3.92%

Color #F58852 in popluar number systems.

HEX F5 88 52
Decimal 245 136 82
Binary 11110101 10001000 1010010
Octal 365 210 122

Shades and tints

Shades of #F58852

#F58852
(245,136,82)
#DF7C4B
(223,124,75)
#C97044
(201,112,68)
#B3643D
(179,100,61)
#9D5836
(157,88,54)
#874C2F
(135,76,47)
#714028
(113,64,40)
#5B3421
(91,52,33)
#45281A
(69,40,26)
#2F1C13
(47,28,19)
#19100C
(25,16,12)
#000000
(0,0,0)

Tints of #F58852

#F58852
(245,136,82)
#F59261
(245,146,97)
#F59C70
(245,156,112)
#F5A67F
(245,166,127)
#F5B08E
(245,176,142)
#F5BA9D
(245,186,157)
#F5C4AC
(245,196,172)
#F5CEBB
(245,206,187)
#F5D8CA
(245,216,202)
#F5E2D9
(245,226,217)
#F5ECE8
(245,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F58852 color. Also use rgb(245,136,82) instead hex code.

Text Font Color

.myTextColor { color: #F58852; }

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

This text font color is #F58852.

Background Color

.myBgColor { background-color: #F58852; }

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

This div background color is #F58852.

Border color

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

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

This div border color is #F58852.

Opacity

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

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

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

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

This text has shadow with #F58852 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F58852.

Preview

Color preview on black background

This text has color #F58852 on black background.


Color preview on white background

This text has color #F58852 on white background.


Black color preview on #F58852 background

This text has black color on #F58852 background.


White color preview on #F58852 background

This text has white color on #F58852 background.


Related colors

Complementary color

Complementary color for #hex is #0A77AD.


I love getcolorcode.com

Triadic colors

1 #52F588 and #8852F5 with #F58852 are triadic colors.

2 #5288F5 and #88F552 with #F58852 are triadic colors.