COLOR #F6EC7B

HEX: #F6EC7B
RGB: (246,236,123)

Color info

#F6EC7B contains mainly red and green colors. Web safe color of #F6EC7B is #FFFF66 (or #FF6).

RGB color model

#F6EC7B color RGB value is (246,236,123).

  • red value is 246;
  • green value is 236;
  • blue value is 123.
RGB:
(246,236,123)
(96%,93%,48%)

RGB channels and saturation

R 246 of 255 = 96%
G 236 of 255 = 93%
B 123 of 255 = 48%

246
236
123

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

Portions of RGB colors in percentages

R + G + B =
246 + 236 + 123 = 605 (100%)
R 246 of 605 ~ 40.66%
G 236 of 605 ~ 39.01%
B 123 of 605 ~ 20.33%

%40.66
%39.01
%20.33

CMYK color model

#F6EC7B color CMYK value is (0,4,50,4).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 50.00%
  • key color value is 3.53%
CMYK:
(0,4,50,4)
C0M4Y50K4 
(0%,4%,50%,4%)
(0.00/0.04/0.50/0.04)	

CMYK percentages

%0
%4.07
%50
%3.53

Codes

Color #F6EC7B in popluar color models

F6EC7B
RGB246236123
HSL55°87.23%72.35%
HSB/HSV55°50.00%96.47%
CMYK0.00%4.07%50.00%
3.53%

Color #F6EC7B in popluar number systems.

HEXF6EC7B
Decimal246236123
Binary11110110111011001111011
Octal366354173

Shades and tints

Shades of #F6EC7B

#F6EC7B
(246,236,123)
#E0D770
(224,215,112)
#CAC265
(202,194,101)
#B4AD5A
(180,173,90)
#9E984F
(158,152,79)
#888344
(136,131,68)
#726E39
(114,110,57)
#5C592E
(92,89,46)
#464423
(70,68,35)
#302F18
(48,47,24)
#1A1A0D
(26,26,13)
#000000
(0,0,0)

Tints of #F6EC7B

#F6EC7B
(246,236,123)
#F6ED87
(246,237,135)
#F6EE93
(246,238,147)
#F6EF9F
(246,239,159)
#F6F0AB
(246,240,171)
#F6F1B7
(246,241,183)
#F6F2C3
(246,242,195)
#F6F3CF
(246,243,207)
#F6F4DB
(246,244,219)
#F6F5E7
(246,245,231)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6EC7B color. Also use rgb(246,236,123) instead hex code.

Text Font Color

.myTextColor { color: #F6EC7B; }

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

This text font color is #F6EC7B.


Background Color

.myBgColor { background-color: #F6EC7B; }

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

This div background color is #F6EC7B.


Border color

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

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

This div border color is #F6EC7B.


Opacity

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

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

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

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

This text has shadow with #F6EC7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EC7B on black background.


Color preview on white background

This text has color #F6EC7B on white background.



Black color preview on #F6EC7B background

This text has black color on #F6EC7B background.


White color preview on #F6EC7B background

This text has white color on #F6EC7B background.