COLOR #F7875D

HEX: #F7875D
RGB: (247,135,93)

Color info

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

RGB color model

#F7875D color RGB value is (247,135,93).

  • red value is 247;
  • green value is 135;
  • blue value is 93.
RGB:
(247,135,93)
(97%,53%,36%)

RGB channels and saturation

R 247 of 255 = 97%
G 135 of 255 = 53%
B 93 of 255 = 36%

247
135
93

R + G + B ~ 62%. #F7875D is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 135 + 93 = 475 (100%)
R 247 of 475 ~ 52%
G 135 of 475 ~ 28.42%
B 93 of 475 ~ 19.58%

%52
%28.42
%19.58

CMYK color model

#F7875D color CMYK value is (0,45,62,3).

  • cyan value is 0.00%
  • magenta value is 45.34%
  • yellow value is 62.35%
  • key color value is 3.14%
CMYK:
(0,45,62,3)
C0M45Y62K3 
(0%,45%,62%,3%)
(0.00/0.45/0.62/0.03)	

CMYK percentages

%0
%45.34
%62.35
%3.14

Codes

Color #F7875D in popluar color models

F7875D
RGB24713593
HSL16°90.59%66.67%
HSB/HSV16°62.35%96.86%
CMYK0.00%45.34%62.35%
3.14%

Color #F7875D in popluar number systems.

HEXF7875D
Decimal24713593
Binary11110111100001111011101
Octal367207135

Shades and tints

Shades of #F7875D

#F7875D
(247,135,93)
#E17B55
(225,123,85)
#CB6F4D
(203,111,77)
#B56345
(181,99,69)
#9F573D
(159,87,61)
#894B35
(137,75,53)
#733F2D
(115,63,45)
#5D3325
(93,51,37)
#47271D
(71,39,29)
#311B15
(49,27,21)
#1B0F0D
(27,15,13)
#000000
(0,0,0)

Tints of #F7875D

#F7875D
(247,135,93)
#F7916B
(247,145,107)
#F79B79
(247,155,121)
#F7A587
(247,165,135)
#F7AF95
(247,175,149)
#F7B9A3
(247,185,163)
#F7C3B1
(247,195,177)
#F7CDBF
(247,205,191)
#F7D7CD
(247,215,205)
#F7E1DB
(247,225,219)
#F7EBE9
(247,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7875D color. Also use rgb(247,135,93) instead hex code.

Text Font Color

.myTextColor { color: #F7875D; }

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

This text font color is #F7875D.


Background Color

.myBgColor { background-color: #F7875D; }

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

This div background color is #F7875D.


Border color

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

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

This div border color is #F7875D.


Opacity

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

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

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

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

This text has shadow with #F7875D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7875D on black background.


Color preview on white background

This text has color #F7875D on white background.



Black color preview on #F7875D background

This text has black color on #F7875D background.


White color preview on #F7875D background

This text has white color on #F7875D background.