COLOR #F6E385

HEX: #F6E385
RGB: (246,227,133)

Color info

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

RGB color model

#F6E385 color RGB value is (246,227,133).

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

RGB channels and saturation

R 246 of 255 = 96%
G 227 of 255 = 89%
B 133 of 255 = 52%

246
227
133

R + G + B ~ 79%. #F6E385 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 227 + 133 = 606 (100%)
R 246 of 606 ~ 40.59%
G 227 of 606 ~ 37.46%
B 133 of 606 ~ 21.95%

%40.59
%37.46
%21.95

CMYK color model

#F6E385 color CMYK value is (0,8,46,4).

  • cyan value is 0.00%
  • magenta value is 7.72%
  • yellow value is 45.93%
  • key color value is 3.53%
CMYK:
(0,8,46,4)
C0M8Y46K4 
(0%,8%,46%,4%)
(0.00/0.08/0.46/0.04)	

CMYK percentages

%0
%7.72
%45.93
%3.53

Codes

Color #F6E385 in popluar color models

F6E385
RGB246227133
HSL50°86.26%74.31%
HSB/HSV50°45.93%96.47%
CMYK0.00%7.72%45.93%
3.53%

Color #F6E385 in popluar number systems.

HEXF6E385
Decimal246227133
Binary111101101110001110000101
Octal366343205

Shades and tints

Shades of #F6E385

#F6E385
(246,227,133)
#E0CF79
(224,207,121)
#CABB6D
(202,187,109)
#B4A761
(180,167,97)
#9E9355
(158,147,85)
#887F49
(136,127,73)
#726B3D
(114,107,61)
#5C5731
(92,87,49)
#464325
(70,67,37)
#302F19
(48,47,25)
#1A1B0D
(26,27,13)
#000000
(0,0,0)

Tints of #F6E385

#F6E385
(246,227,133)
#F6E590
(246,229,144)
#F6E79B
(246,231,155)
#F6E9A6
(246,233,166)
#F6EBB1
(246,235,177)
#F6EDBC
(246,237,188)
#F6EFC7
(246,239,199)
#F6F1D2
(246,241,210)
#F6F3DD
(246,243,221)
#F6F5E8
(246,245,232)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E385; }

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

This text font color is #F6E385.


Background Color

.myBgColor { background-color: #F6E385; }

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

This div background color is #F6E385.


Border color

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

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

This div border color is #F6E385.


Opacity

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

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

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

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

This text has shadow with #F6E385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E385 on black background.


Color preview on white background

This text has color #F6E385 on white background.



Black color preview on #F6E385 background

This text has black color on #F6E385 background.


White color preview on #F6E385 background

This text has white color on #F6E385 background.