COLOR #F6A392

HEX: #F6A392
RGB: (246,163,146)

Color info

#F6A392 contains mainly red color. Web safe color of #F6A392 is #FF9999 (or #F99).

RGB color model

#F6A392 color RGB value is (246,163,146).

  • red value is 246;
  • green value is 163;
  • blue value is 146.
RGB:
(246,163,146)
(96%,64%,57%)

RGB channels and saturation

R 246 of 255 = 96%
G 163 of 255 = 64%
B 146 of 255 = 57%

246
163
146

R + G + B ~ 72%. #F6A392 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 163 + 146 = 555 (100%)
R 246 of 555 ~ 44.32%
G 163 of 555 ~ 29.37%
B 146 of 555 ~ 26.31%

%44.32
%29.37
%26.31

CMYK color model

#F6A392 color CMYK value is (0,34,41,4).

  • cyan value is 0.00%
  • magenta value is 33.74%
  • yellow value is 40.65%
  • key color value is 3.53%
CMYK:
(0,34,41,4)
C0M34Y41K4 
(0%,34%,41%,4%)
(0.00/0.34/0.41/0.04)	

CMYK percentages

%0
%33.74
%40.65
%3.53

Codes

Color #F6A392 in popluar color models

F6A392
RGB246163146
HSL10°84.75%76.86%
HSB/HSV10°40.65%96.47%
CMYK0.00%33.74%40.65%
3.53%

Color #F6A392 in popluar number systems.

HEXF6A392
Decimal246163146
Binary111101101010001110010010
Octal366243222

Shades and tints

Shades of #F6A392

#F6A392
(246,163,146)
#E09585
(224,149,133)
#CA8778
(202,135,120)
#B4796B
(180,121,107)
#9E6B5E
(158,107,94)
#885D51
(136,93,81)
#724F44
(114,79,68)
#5C4137
(92,65,55)
#46332A
(70,51,42)
#30251D
(48,37,29)
#1A1710
(26,23,16)
#000000
(0,0,0)

Tints of #F6A392

#F6A392
(246,163,146)
#F6AB9B
(246,171,155)
#F6B3A4
(246,179,164)
#F6BBAD
(246,187,173)
#F6C3B6
(246,195,182)
#F6CBBF
(246,203,191)
#F6D3C8
(246,211,200)
#F6DBD1
(246,219,209)
#F6E3DA
(246,227,218)
#F6EBE3
(246,235,227)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6A392 color. Also use rgb(246,163,146) instead hex code.

Text Font Color

.myTextColor { color: #F6A392; }

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

This text font color is #F6A392.


Background Color

.myBgColor { background-color: #F6A392; }

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

This div background color is #F6A392.


Border color

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

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

This div border color is #F6A392.


Opacity

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

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

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

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

This text has shadow with #F6A392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A392 on black background.


Color preview on white background

This text has color #F6A392 on white background.



Black color preview on #F6A392 background

This text has black color on #F6A392 background.


White color preview on #F6A392 background

This text has white color on #F6A392 background.