COLOR #F6E97B

HEX: #F6E97B
RGB: (246,233,123)

Color info

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

RGB color model

#F6E97B color RGB value is (246,233,123).

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

RGB channels and saturation

R 246 of 255 = 96%
G 233 of 255 = 91%
B 123 of 255 = 48%

246
233
123

R + G + B ~ 78%. #F6E97B is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 233 + 123 = 602 (100%)
R 246 of 602 ~ 40.86%
G 233 of 602 ~ 38.7%
B 123 of 602 ~ 20.43%

%40.86
%38.7
%20.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.28%
  • yellow value is 50.00%
  • key color value is 3.53%
CMYK:
(0,5,50,4)
C0M5Y50K4 
(0%,5%,50%,4%)
(0.00/0.05/0.50/0.04)	

CMYK percentages

%0
%5.28
%50
%3.53

Codes

Color #F6E97B in popluar color models

F6E97B
RGB246233123
HSL54°87.23%72.35%
HSB/HSV54°50.00%96.47%
CMYK0.00%5.28%50.00%
3.53%

Color #F6E97B in popluar number systems.

HEXF6E97B
Decimal246233123
Binary11110110111010011111011
Octal366351173

Shades and tints

Shades of #F6E97B

#F6E97B
(246,233,123)
#E0D470
(224,212,112)
#CABF65
(202,191,101)
#B4AA5A
(180,170,90)
#9E954F
(158,149,79)
#888044
(136,128,68)
#726B39
(114,107,57)
#5C562E
(92,86,46)
#464123
(70,65,35)
#302C18
(48,44,24)
#1A170D
(26,23,13)
#000000
(0,0,0)

Tints of #F6E97B

#F6E97B
(246,233,123)
#F6EB87
(246,235,135)
#F6ED93
(246,237,147)
#F6EF9F
(246,239,159)
#F6F1AB
(246,241,171)
#F6F3B7
(246,243,183)
#F6F5C3
(246,245,195)
#F6F7CF
(246,247,207)
#F6F9DB
(246,249,219)
#F6FBE7
(246,251,231)
#F6FDF3
(246,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E97B; }

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

This text font color is #F6E97B.


Background Color

.myBgColor { background-color: #F6E97B; }

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

This div background color is #F6E97B.


Border color

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

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

This div border color is #F6E97B.


Opacity

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

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

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

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

This text has shadow with #F6E97B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E97B on black background.


Color preview on white background

This text has color #F6E97B on white background.



Black color preview on #F6E97B background

This text has black color on #F6E97B background.


White color preview on #F6E97B background

This text has white color on #F6E97B background.