COLOR #F6A387

HEX: #F6A387
RGB: (246,163,135)

Color info

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

RGB color model

#F6A387 color RGB value is (246,163,135).

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

RGB channels and saturation

R 246 of 255 = 96%
G 163 of 255 = 64%
B 135 of 255 = 53%

246
163
135

R + G + B ~ 71%. #F6A387 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 163 + 135 = 544 (100%)
R 246 of 544 ~ 45.22%
G 163 of 544 ~ 29.96%
B 135 of 544 ~ 24.82%

%45.22
%29.96
%24.82

CMYK color model

#F6A387 color CMYK value is (0,34,45,4).

  • cyan value is 0.00%
  • magenta value is 33.74%
  • yellow value is 45.12%
  • key color value is 3.53%
CMYK:
(0,34,45,4)
C0M34Y45K4 
(0%,34%,45%,4%)
(0.00/0.34/0.45/0.04)	

CMYK percentages

%0
%33.74
%45.12
%3.53

Codes

Color #F6A387 in popluar color models

F6A387
RGB246163135
HSL15°86.05%74.71%
HSB/HSV15°45.12%96.47%
CMYK0.00%33.74%45.12%
3.53%

Color #F6A387 in popluar number systems.

HEXF6A387
Decimal246163135
Binary111101101010001110000111
Octal366243207

Shades and tints

Shades of #F6A387

#F6A387
(246,163,135)
#E0957B
(224,149,123)
#CA876F
(202,135,111)
#B47963
(180,121,99)
#9E6B57
(158,107,87)
#885D4B
(136,93,75)
#724F3F
(114,79,63)
#5C4133
(92,65,51)
#463327
(70,51,39)
#30251B
(48,37,27)
#1A170F
(26,23,15)
#000000
(0,0,0)

Tints of #F6A387

#F6A387
(246,163,135)
#F6AB91
(246,171,145)
#F6B39B
(246,179,155)
#F6BBA5
(246,187,165)
#F6C3AF
(246,195,175)
#F6CBB9
(246,203,185)
#F6D3C3
(246,211,195)
#F6DBCD
(246,219,205)
#F6E3D7
(246,227,215)
#F6EBE1
(246,235,225)
#F6F3EB
(246,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6A387; }

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

This text font color is #F6A387.


Background Color

.myBgColor { background-color: #F6A387; }

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

This div background color is #F6A387.


Border color

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

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

This div border color is #F6A387.


Opacity

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

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

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

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

This text has shadow with #F6A387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A387 on black background.


Color preview on white background

This text has color #F6A387 on white background.



Black color preview on #F6A387 background

This text has black color on #F6A387 background.


White color preview on #F6A387 background

This text has white color on #F6A387 background.