COLOR #F6E093

HEX: #F6E093
RGB: (246,224,147)

Color info

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

RGB color model

#F6E093 color RGB value is (246,224,147).

  • red value is 246;
  • green value is 224;
  • blue value is 147.
RGB:
(246,224,147)
(96%,88%,58%)

RGB channels and saturation

R 246 of 255 = 96%
G 224 of 255 = 88%
B 147 of 255 = 58%

246
224
147

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

Portions of RGB colors in percentages

R + G + B =
246 + 224 + 147 = 617 (100%)
R 246 of 617 ~ 39.87%
G 224 of 617 ~ 36.3%
B 147 of 617 ~ 23.82%

%39.87
%36.3
%23.82

CMYK color model

#F6E093 color CMYK value is (0,9,40,4).

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 40.24%
  • key color value is 3.53%
CMYK:
(0,9,40,4)
C0M9Y40K4 
(0%,9%,40%,4%)
(0.00/0.09/0.40/0.04)	

CMYK percentages

%0
%8.94
%40.24
%3.53

Codes

Color #F6E093 in popluar color models

F6E093
RGB246224147
HSL47°84.62%77.06%
HSB/HSV47°40.24%96.47%
CMYK0.00%8.94%40.24%
3.53%

Color #F6E093 in popluar number systems.

HEXF6E093
Decimal246224147
Binary111101101110000010010011
Octal366340223

Shades and tints

Shades of #F6E093

#F6E093
(246,224,147)
#E0CC86
(224,204,134)
#CAB879
(202,184,121)
#B4A46C
(180,164,108)
#9E905F
(158,144,95)
#887C52
(136,124,82)
#726845
(114,104,69)
#5C5438
(92,84,56)
#46402B
(70,64,43)
#302C1E
(48,44,30)
#1A1811
(26,24,17)
#000000
(0,0,0)

Tints of #F6E093

#F6E093
(246,224,147)
#F6E29C
(246,226,156)
#F6E4A5
(246,228,165)
#F6E6AE
(246,230,174)
#F6E8B7
(246,232,183)
#F6EAC0
(246,234,192)
#F6ECC9
(246,236,201)
#F6EED2
(246,238,210)
#F6F0DB
(246,240,219)
#F6F2E4
(246,242,228)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E093 color. Also use rgb(246,224,147) instead hex code.

Text Font Color

.myTextColor { color: #F6E093; }

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

This text font color is #F6E093.


Background Color

.myBgColor { background-color: #F6E093; }

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

This div background color is #F6E093.


Border color

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

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

This div border color is #F6E093.


Opacity

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

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

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

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

This text has shadow with #F6E093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E093 on black background.


Color preview on white background

This text has color #F6E093 on white background.



Black color preview on #F6E093 background

This text has black color on #F6E093 background.


White color preview on #F6E093 background

This text has white color on #F6E093 background.