COLOR #F6E28B

HEX: #F6E28B RGB: (246,226,139)

Color info

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

RGB color model

#F6E28B color RGB value is (246,226,139).

RGB: (246,226,139) (96%, 89%, 55%)

RGB channels and saturation

R 246 of 255 = 96%
G 226 of 255 = 89%
B 139 of 255 = 55%

246
226
139

R + G + B ~ 80%. #F6E28B is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 226 + 139 = 611 (100%)
R 246 of 611 ~ 40.26%
G 226 of 611 ~ 36.99%
B 139 of 611 ~ 22.75'%

%40.26
%36.99
%22.75

CMYK color model

#F6E28B color CMYK value is (0,8,43,4).

  • cyan value is 0.00%
  • magenta value is 8.13%
  • yellow value is 43.50%
  • key color value is 3.53%
CMYK: (0,8,43,4) C0M8Y43K4 (0%,8%,43%,4%) (0.00/0.08/0.43/0.04) 

CMYK percentages

%0
%8.13
%43.5
%3.53

Codes

Color #F6E28B in popluar color models

F6 E2 8B
RGB 246 226 139
HSL 49° 85.60% 75.49%
HSB/HSV 49° 43.50% 96.47%
CMYK 0.00% 8.13% 43.50%
3.53%

Color #F6E28B in popluar number systems.

HEX F6 E2 8B
Decimal 246 226 139
Binary 11110110 11100010 10001011
Octal 366 342 213

Shades and tints

Shades of #F6E28B

#F6E28B
(246,226,139)
#E0CE7F
(224,206,127)
#CABA73
(202,186,115)
#B4A667
(180,166,103)
#9E925B
(158,146,91)
#887E4F
(136,126,79)
#726A43
(114,106,67)
#5C5637
(92,86,55)
#46422B
(70,66,43)
#302E1F
(48,46,31)
#1A1A13
(26,26,19)
#000000
(0,0,0)

Tints of #F6E28B

#F6E28B
(246,226,139)
#F6E495
(246,228,149)
#F6E69F
(246,230,159)
#F6E8A9
(246,232,169)
#F6EAB3
(246,234,179)
#F6ECBD
(246,236,189)
#F6EEC7
(246,238,199)
#F6F0D1
(246,240,209)
#F6F2DB
(246,242,219)
#F6F4E5
(246,244,229)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E28B color. Also use rgb(246,226,139) instead hex code.

Text Font Color

.myTextColor { color: #F6E28B; }

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

This text font color is #F6E28B.

Background Color

.myBgColor { background-color: #F6E28B; }

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

This div background color is #F6E28B.

Border color

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

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

This div border color is #F6E28B.

Opacity

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

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

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

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

This text has shadow with #F6E28B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6E28B.

Preview

Color preview on black background

This text has color #F6E28B on black background.


Color preview on white background

This text has color #F6E28B on white background.


Black color preview on #F6E28B background

This text has black color on #F6E28B background.


White color preview on #F6E28B background

This text has white color on #F6E28B background.


Related colors

Complementary color

Complementary color for #hex is #091D74.


I love getcolorcode.com

Triadic colors

1 #8BF6E2 and #E28BF6 with #F6E28B are triadic colors.

2 #8BE2F6 and #E2F68B with #F6E28B are triadic colors.