COLOR #F7674C

HEX: #F7674C
RGB: (247,103,76)

Color info

#F7674C contains mainly red color. Web safe color of #F7674C is #FF6633 (or #F63).

RGB color model

#F7674C color RGB value is (247,103,76).

  • red value is 247;
  • green value is 103;
  • blue value is 76.
RGB:
(247,103,76)
(97%,40%,30%)

RGB channels and saturation

R 247 of 255 = 97%
G 103 of 255 = 40%
B 76 of 255 = 30%

247
103
76

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

Portions of RGB colors in percentages

R + G + B =
247 + 103 + 76 = 426 (100%)
R 247 of 426 ~ 57.98%
G 103 of 426 ~ 24.18%
B 76 of 426 ~ 17.84%

%57.98
%24.18
%17.84

CMYK color model

#F7674C color CMYK value is (0,58,69,3).

  • cyan value is 0.00%
  • magenta value is 58.30%
  • yellow value is 69.23%
  • key color value is 3.14%
CMYK:
(0,58,69,3)
C0M58Y69K3 
(0%,58%,69%,3%)
(0.00/0.58/0.69/0.03)	

CMYK percentages

%0
%58.3
%69.23
%3.14

Codes

Color #F7674C in popluar color models

F7674C
RGB24710376
HSL91.44%63.33%
HSB/HSV69.23%96.86%
CMYK0.00%58.30%69.23%
3.14%

Color #F7674C in popluar number systems.

HEXF7674C
Decimal24710376
Binary1111011111001111001100
Octal367147114

Shades and tints

Shades of #F7674C

#F7674C
(247,103,76)
#E15E46
(225,94,70)
#CB5540
(203,85,64)
#B54C3A
(181,76,58)
#9F4334
(159,67,52)
#893A2E
(137,58,46)
#733128
(115,49,40)
#5D2822
(93,40,34)
#471F1C
(71,31,28)
#311616
(49,22,22)
#1B0D10
(27,13,16)
#000000
(0,0,0)

Tints of #F7674C

#F7674C
(247,103,76)
#F7745C
(247,116,92)
#F7816C
(247,129,108)
#F78E7C
(247,142,124)
#F79B8C
(247,155,140)
#F7A89C
(247,168,156)
#F7B5AC
(247,181,172)
#F7C2BC
(247,194,188)
#F7CFCC
(247,207,204)
#F7DCDC
(247,220,220)
#F7E9EC
(247,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7674C color. Also use rgb(247,103,76) instead hex code.

Text Font Color

.myTextColor { color: #F7674C; }

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

This text font color is #F7674C.


Background Color

.myBgColor { background-color: #F7674C; }

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

This div background color is #F7674C.


Border color

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

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

This div border color is #F7674C.


Opacity

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

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

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

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

This text has shadow with #F7674C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7674C on black background.


Color preview on white background

This text has color #F7674C on white background.



Black color preview on #F7674C background

This text has black color on #F7674C background.


White color preview on #F7674C background

This text has white color on #F7674C background.