COLOR #F7815B

HEX: #F7815B
RGB: (247,129,91)

Color info

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

RGB color model

#F7815B color RGB value is (247,129,91).

  • red value is 247;
  • green value is 129;
  • blue value is 91.
RGB:
(247,129,91)
(97%,51%,36%)

RGB channels and saturation

R 247 of 255 = 97%
G 129 of 255 = 51%
B 91 of 255 = 36%

247
129
91

R + G + B ~ 61%. #F7815B is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 129 + 91 = 467 (100%)
R 247 of 467 ~ 52.89%
G 129 of 467 ~ 27.62%
B 91 of 467 ~ 19.49%

%52.89
%27.62
%19.49

CMYK color model

#F7815B color CMYK value is (0,48,63,3).

  • cyan value is 0.00%
  • magenta value is 47.77%
  • yellow value is 63.16%
  • key color value is 3.14%
CMYK:
(0,48,63,3)
C0M48Y63K3 
(0%,48%,63%,3%)
(0.00/0.48/0.63/0.03)	

CMYK percentages

%0
%47.77
%63.16
%3.14

Codes

Color #F7815B in popluar color models

F7815B
RGB24712991
HSL15°90.70%66.27%
HSB/HSV15°63.16%96.86%
CMYK0.00%47.77%63.16%
3.14%

Color #F7815B in popluar number systems.

HEXF7815B
Decimal24712991
Binary11110111100000011011011
Octal367201133

Shades and tints

Shades of #F7815B

#F7815B
(247,129,91)
#E17653
(225,118,83)
#CB6B4B
(203,107,75)
#B56043
(181,96,67)
#9F553B
(159,85,59)
#894A33
(137,74,51)
#733F2B
(115,63,43)
#5D3423
(93,52,35)
#47291B
(71,41,27)
#311E13
(49,30,19)
#1B130B
(27,19,11)
#000000
(0,0,0)

Tints of #F7815B

#F7815B
(247,129,91)
#F78C69
(247,140,105)
#F79777
(247,151,119)
#F7A285
(247,162,133)
#F7AD93
(247,173,147)
#F7B8A1
(247,184,161)
#F7C3AF
(247,195,175)
#F7CEBD
(247,206,189)
#F7D9CB
(247,217,203)
#F7E4D9
(247,228,217)
#F7EFE7
(247,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7815B color. Also use rgb(247,129,91) instead hex code.

Text Font Color

.myTextColor { color: #F7815B; }

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

This text font color is #F7815B.


Background Color

.myBgColor { background-color: #F7815B; }

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

This div background color is #F7815B.


Border color

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

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

This div border color is #F7815B.


Opacity

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

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

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

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

This text has shadow with #F7815B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7815B on black background.


Color preview on white background

This text has color #F7815B on white background.



Black color preview on #F7815B background

This text has black color on #F7815B background.


White color preview on #F7815B background

This text has white color on #F7815B background.