COLOR #F6916A

HEX: #F6916A
RGB: (246,145,106)

Color info

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

RGB color model

#F6916A color RGB value is (246,145,106).

  • red value is 246;
  • green value is 145;
  • blue value is 106.
RGB:
(246,145,106)
(96%,57%,42%)

RGB channels and saturation

R 246 of 255 = 96%
G 145 of 255 = 57%
B 106 of 255 = 42%

246
145
106

R + G + B ~ 65%. #F6916A is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 145 + 106 = 497 (100%)
R 246 of 497 ~ 49.5%
G 145 of 497 ~ 29.18%
B 106 of 497 ~ 21.33%

%49.5
%29.18
%21.33

CMYK color model

#F6916A color CMYK value is (0,41,57,4).

  • cyan value is 0.00%
  • magenta value is 41.06%
  • yellow value is 56.91%
  • key color value is 3.53%
CMYK:
(0,41,57,4)
C0M41Y57K4 
(0%,41%,57%,4%)
(0.00/0.41/0.57/0.04)	

CMYK percentages

%0
%41.06
%56.91
%3.53

Codes

Color #F6916A in popluar color models

F6916A
RGB246145106
HSL17°88.61%69.02%
HSB/HSV17°56.91%96.47%
CMYK0.00%41.06%56.91%
3.53%

Color #F6916A in popluar number systems.

HEXF6916A
Decimal246145106
Binary11110110100100011101010
Octal366221152

Shades and tints

Shades of #F6916A

#F6916A
(246,145,106)
#E08461
(224,132,97)
#CA7758
(202,119,88)
#B46A4F
(180,106,79)
#9E5D46
(158,93,70)
#88503D
(136,80,61)
#724334
(114,67,52)
#5C362B
(92,54,43)
#462922
(70,41,34)
#301C19
(48,28,25)
#1A0F10
(26,15,16)
#000000
(0,0,0)

Tints of #F6916A

#F6916A
(246,145,106)
#F69B77
(246,155,119)
#F6A584
(246,165,132)
#F6AF91
(246,175,145)
#F6B99E
(246,185,158)
#F6C3AB
(246,195,171)
#F6CDB8
(246,205,184)
#F6D7C5
(246,215,197)
#F6E1D2
(246,225,210)
#F6EBDF
(246,235,223)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6916A color. Also use rgb(246,145,106) instead hex code.

Text Font Color

.myTextColor { color: #F6916A; }

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

This text font color is #F6916A.


Background Color

.myBgColor { background-color: #F6916A; }

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

This div background color is #F6916A.


Border color

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

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

This div border color is #F6916A.


Opacity

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

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

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

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

This text has shadow with #F6916A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6916A on black background.


Color preview on white background

This text has color #F6916A on white background.



Black color preview on #F6916A background

This text has black color on #F6916A background.


White color preview on #F6916A background

This text has white color on #F6916A background.