COLOR #F6E3AF

HEX: #F6E3AF
RGB: (246,227,175)

Color info

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

RGB color model

#F6E3AF color RGB value is (246,227,175).

  • red value is 246;
  • green value is 227;
  • blue value is 175.
RGB:
(246,227,175)
(96%,89%,69%)

RGB channels and saturation

R 246 of 255 = 96%
G 227 of 255 = 89%
B 175 of 255 = 69%

246
227
175

R + G + B ~ 85%. #F6E3AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 227 + 175 = 648 (100%)
R 246 of 648 ~ 37.96%
G 227 of 648 ~ 35.03%
B 175 of 648 ~ 27.01%

%37.96
%35.03
%27.01

CMYK color model

#F6E3AF color CMYK value is (0,8,29,4).

  • cyan value is 0.00%
  • magenta value is 7.72%
  • yellow value is 28.86%
  • key color value is 3.53%
CMYK:
(0,8,29,4)
C0M8Y29K4 
(0%,8%,29%,4%)
(0.00/0.08/0.29/0.04)	

CMYK percentages

%0
%7.72
%28.86
%3.53

Codes

Color #F6E3AF in popluar color models

F6E3AF
RGB246227175
HSL44°79.78%82.55%
HSB/HSV44°28.86%96.47%
CMYK0.00%7.72%28.86%
3.53%

Color #F6E3AF in popluar number systems.

HEXF6E3AF
Decimal246227175
Binary111101101110001110101111
Octal366343257

Shades and tints

Shades of #F6E3AF

#F6E3AF
(246,227,175)
#E0CFA0
(224,207,160)
#CABB91
(202,187,145)
#B4A782
(180,167,130)
#9E9373
(158,147,115)
#887F64
(136,127,100)
#726B55
(114,107,85)
#5C5746
(92,87,70)
#464337
(70,67,55)
#302F28
(48,47,40)
#1A1B19
(26,27,25)
#000000
(0,0,0)

Tints of #F6E3AF

#F6E3AF
(246,227,175)
#F6E5B6
(246,229,182)
#F6E7BD
(246,231,189)
#F6E9C4
(246,233,196)
#F6EBCB
(246,235,203)
#F6EDD2
(246,237,210)
#F6EFD9
(246,239,217)
#F6F1E0
(246,241,224)
#F6F3E7
(246,243,231)
#F6F5EE
(246,245,238)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E3AF color. Also use rgb(246,227,175) instead hex code.

Text Font Color

.myTextColor { color: #F6E3AF; }

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

This text font color is #F6E3AF.


Background Color

.myBgColor { background-color: #F6E3AF; }

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

This div background color is #F6E3AF.


Border color

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

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

This div border color is #F6E3AF.


Opacity

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

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

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

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

This text has shadow with #F6E3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E3AF on black background.


Color preview on white background

This text has color #F6E3AF on white background.



Black color preview on #F6E3AF background

This text has black color on #F6E3AF background.


White color preview on #F6E3AF background

This text has white color on #F6E3AF background.