COLOR #F6D3A0

HEX: #F6D3A0
RGB: (246,211,160)

Color info

#F6D3A0 contains mainly red and green colors. Web safe color of #F6D3A0 is #FFCC99 (or #FC9).

RGB color model

#F6D3A0 color RGB value is (246,211,160).

  • red value is 246;
  • green value is 211;
  • blue value is 160.
RGB:
(246,211,160)
(96%,83%,63%)

RGB channels and saturation

R 246 of 255 = 96%
G 211 of 255 = 83%
B 160 of 255 = 63%

246
211
160

R + G + B ~ 81%. #F6D3A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 211 + 160 = 617 (100%)
R 246 of 617 ~ 39.87%
G 211 of 617 ~ 34.2%
B 160 of 617 ~ 25.93%

%39.87
%34.2
%25.93

CMYK color model

#F6D3A0 color CMYK value is (0,14,35,4).

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 34.96%
  • key color value is 3.53%
CMYK:
(0,14,35,4)
C0M14Y35K4 
(0%,14%,35%,4%)
(0.00/0.14/0.35/0.04)	

CMYK percentages

%0
%14.23
%34.96
%3.53

Codes

Color #F6D3A0 in popluar color models

F6D3A0
RGB246211160
HSL36°82.69%79.61%
HSB/HSV36°34.96%96.47%
CMYK0.00%14.23%34.96%
3.53%

Color #F6D3A0 in popluar number systems.

HEXF6D3A0
Decimal246211160
Binary111101101101001110100000
Octal366323240

Shades and tints

Shades of #F6D3A0

#F6D3A0
(246,211,160)
#E0C092
(224,192,146)
#CAAD84
(202,173,132)
#B49A76
(180,154,118)
#9E8768
(158,135,104)
#88745A
(136,116,90)
#72614C
(114,97,76)
#5C4E3E
(92,78,62)
#463B30
(70,59,48)
#302822
(48,40,34)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #F6D3A0

#F6D3A0
(246,211,160)
#F6D7A8
(246,215,168)
#F6DBB0
(246,219,176)
#F6DFB8
(246,223,184)
#F6E3C0
(246,227,192)
#F6E7C8
(246,231,200)
#F6EBD0
(246,235,208)
#F6EFD8
(246,239,216)
#F6F3E0
(246,243,224)
#F6F7E8
(246,247,232)
#F6FBF0
(246,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D3A0 color. Also use rgb(246,211,160) instead hex code.

Text Font Color

.myTextColor { color: #F6D3A0; }

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

This text font color is #F6D3A0.


Background Color

.myBgColor { background-color: #F6D3A0; }

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

This div background color is #F6D3A0.


Border color

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

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

This div border color is #F6D3A0.


Opacity

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

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

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

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

This text has shadow with #F6D3A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D3A0 on black background.


Color preview on white background

This text has color #F6D3A0 on white background.



Black color preview on #F6D3A0 background

This text has black color on #F6D3A0 background.


White color preview on #F6D3A0 background

This text has white color on #F6D3A0 background.