COLOR #F7875A

HEX: #F7875A
RGB: (247,135,90)

Color info

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

RGB color model

#F7875A color RGB value is (247,135,90).

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

RGB channels and saturation

R 247 of 255 = 97%
G 135 of 255 = 53%
B 90 of 255 = 35%

247
135
90

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

Portions of RGB colors in percentages

R + G + B =
247 + 135 + 90 = 472 (100%)
R 247 of 472 ~ 52.33%
G 135 of 472 ~ 28.6%
B 90 of 472 ~ 19.07%

%52.33
%28.6
%19.07

CMYK color model

#F7875A color CMYK value is (0,45,64,3).

  • cyan value is 0.00%
  • magenta value is 45.34%
  • yellow value is 63.56%
  • key color value is 3.14%
CMYK:
(0,45,64,3)
C0M45Y64K3 
(0%,45%,64%,3%)
(0.00/0.45/0.64/0.03)	

CMYK percentages

%0
%45.34
%63.56
%3.14

Codes

Color #F7875A in popluar color models

F7875A
RGB24713590
HSL17°90.75%66.08%
HSB/HSV17°63.56%96.86%
CMYK0.00%45.34%63.56%
3.14%

Color #F7875A in popluar number systems.

HEXF7875A
Decimal24713590
Binary11110111100001111011010
Octal367207132

Shades and tints

Shades of #F7875A

#F7875A
(247,135,90)
#E17B52
(225,123,82)
#CB6F4A
(203,111,74)
#B56342
(181,99,66)
#9F573A
(159,87,58)
#894B32
(137,75,50)
#733F2A
(115,63,42)
#5D3322
(93,51,34)
#47271A
(71,39,26)
#311B12
(49,27,18)
#1B0F0A
(27,15,10)
#000000
(0,0,0)

Tints of #F7875A

#F7875A
(247,135,90)
#F79169
(247,145,105)
#F79B78
(247,155,120)
#F7A587
(247,165,135)
#F7AF96
(247,175,150)
#F7B9A5
(247,185,165)
#F7C3B4
(247,195,180)
#F7CDC3
(247,205,195)
#F7D7D2
(247,215,210)
#F7E1E1
(247,225,225)
#F7EBF0
(247,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7875A; }

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

This text font color is #F7875A.


Background Color

.myBgColor { background-color: #F7875A; }

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

This div background color is #F7875A.


Border color

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

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

This div border color is #F7875A.


Opacity

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

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

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

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

This text has shadow with #F7875A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7875A on black background.


Color preview on white background

This text has color #F7875A on white background.



Black color preview on #F7875A background

This text has black color on #F7875A background.


White color preview on #F7875A background

This text has white color on #F7875A background.