COLOR #F6714C

HEX: #F6714C
RGB: (246,113,76)

Color info

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

RGB color model

#F6714C color RGB value is (246,113,76).

  • red value is 246;
  • green value is 113;
  • blue value is 76.
RGB:
(246,113,76)
(96%,44%,30%)

RGB channels and saturation

R 246 of 255 = 96%
G 113 of 255 = 44%
B 76 of 255 = 30%

246
113
76

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

Portions of RGB colors in percentages

R + G + B =
246 + 113 + 76 = 435 (100%)
R 246 of 435 ~ 56.55%
G 113 of 435 ~ 25.98%
B 76 of 435 ~ 17.47%

%56.55
%25.98
%17.47

CMYK color model

#F6714C color CMYK value is (0,54,69,4).

  • cyan value is 0.00%
  • magenta value is 54.07%
  • yellow value is 69.11%
  • key color value is 3.53%
CMYK:
(0,54,69,4)
C0M54Y69K4 
(0%,54%,69%,4%)
(0.00/0.54/0.69/0.04)	

CMYK percentages

%0
%54.07
%69.11
%3.53

Codes

Color #F6714C in popluar color models

F6714C
RGB24611376
HSL13°90.43%63.14%
HSB/HSV13°69.11%96.47%
CMYK0.00%54.07%69.11%
3.53%

Color #F6714C in popluar number systems.

HEXF6714C
Decimal24611376
Binary1111011011100011001100
Octal366161114

Shades and tints

Shades of #F6714C

#F6714C
(246,113,76)
#E06746
(224,103,70)
#CA5D40
(202,93,64)
#B4533A
(180,83,58)
#9E4934
(158,73,52)
#883F2E
(136,63,46)
#723528
(114,53,40)
#5C2B22
(92,43,34)
#46211C
(70,33,28)
#301716
(48,23,22)
#1A0D10
(26,13,16)
#000000
(0,0,0)

Tints of #F6714C

#F6714C
(246,113,76)
#F67D5C
(246,125,92)
#F6896C
(246,137,108)
#F6957C
(246,149,124)
#F6A18C
(246,161,140)
#F6AD9C
(246,173,156)
#F6B9AC
(246,185,172)
#F6C5BC
(246,197,188)
#F6D1CC
(246,209,204)
#F6DDDC
(246,221,220)
#F6E9EC
(246,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6714C color. Also use rgb(246,113,76) instead hex code.

Text Font Color

.myTextColor { color: #F6714C; }

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

This text font color is #F6714C.


Background Color

.myBgColor { background-color: #F6714C; }

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

This div background color is #F6714C.


Border color

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

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

This div border color is #F6714C.


Opacity

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

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

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

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

This text has shadow with #F6714C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6714C on black background.


Color preview on white background

This text has color #F6714C on white background.



Black color preview on #F6714C background

This text has black color on #F6714C background.


White color preview on #F6714C background

This text has white color on #F6714C background.