COLOR #F76E54

HEX: #F76E54
RGB: (247,110,84)

Color info

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

RGB color model

#F76E54 color RGB value is (247,110,84).

  • red value is 247;
  • green value is 110;
  • blue value is 84.
RGB:
(247,110,84)
(97%,43%,33%)

RGB channels and saturation

R 247 of 255 = 97%
G 110 of 255 = 43%
B 84 of 255 = 33%

247
110
84

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

Portions of RGB colors in percentages

R + G + B =
247 + 110 + 84 = 441 (100%)
R 247 of 441 ~ 56.01%
G 110 of 441 ~ 24.94%
B 84 of 441 ~ 19.05%

%56.01
%24.94
%19.05

CMYK color model

#F76E54 color CMYK value is (0,55,66,3).

  • cyan value is 0.00%
  • magenta value is 55.47%
  • yellow value is 65.99%
  • key color value is 3.14%
CMYK:
(0,55,66,3)
C0M55Y66K3 
(0%,55%,66%,3%)
(0.00/0.55/0.66/0.03)	

CMYK percentages

%0
%55.47
%65.99
%3.14

Codes

Color #F76E54 in popluar color models

F76E54
RGB24711084
HSL10°91.06%64.90%
HSB/HSV10°65.99%96.86%
CMYK0.00%55.47%65.99%
3.14%

Color #F76E54 in popluar number systems.

HEXF76E54
Decimal24711084
Binary1111011111011101010100
Octal367156124

Shades and tints

Shades of #F76E54

#F76E54
(247,110,84)
#E1644D
(225,100,77)
#CB5A46
(203,90,70)
#B5503F
(181,80,63)
#9F4638
(159,70,56)
#893C31
(137,60,49)
#73322A
(115,50,42)
#5D2823
(93,40,35)
#471E1C
(71,30,28)
#311415
(49,20,21)
#1B0A0E
(27,10,14)
#000000
(0,0,0)

Tints of #F76E54

#F76E54
(247,110,84)
#F77B63
(247,123,99)
#F78872
(247,136,114)
#F79581
(247,149,129)
#F7A290
(247,162,144)
#F7AF9F
(247,175,159)
#F7BCAE
(247,188,174)
#F7C9BD
(247,201,189)
#F7D6CC
(247,214,204)
#F7E3DB
(247,227,219)
#F7F0EA
(247,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F76E54 color. Also use rgb(247,110,84) instead hex code.

Text Font Color

.myTextColor { color: #F76E54; }

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

This text font color is #F76E54.


Background Color

.myBgColor { background-color: #F76E54; }

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

This div background color is #F76E54.


Border color

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

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

This div border color is #F76E54.


Opacity

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

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

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

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

This text has shadow with #F76E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F76E54 on black background.


Color preview on white background

This text has color #F76E54 on white background.



Black color preview on #F76E54 background

This text has black color on #F76E54 background.


White color preview on #F76E54 background

This text has white color on #F76E54 background.