COLOR #F6E47F

HEX: #F6E47F RGB: (246,228,127)

Color info

#F6E47F contains mainly red and green colors. Web safe color of #F6E47F is #FFCC66 (or #FC6).

RGB color model

#F6E47F color RGB value is (246,228,127).

RGB: (246,228,127) (96%, 89%, 50%)

RGB channels and saturation

R 246 of 255 = 96%
G 228 of 255 = 89%
B 127 of 255 = 50%

246
228
127

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

Portions of RGB colors in percentages

R + G + B = 246 + 228 + 127 = 601 (100%)
R 246 of 601 ~ 40.93%
G 228 of 601 ~ 37.94%
B 127 of 601 ~ 21.13'%

%40.93
%37.94
%21.13

CMYK color model

#F6E47F color CMYK value is (0,7,48,4).

  • cyan value is 0.00%
  • magenta value is 7.32%
  • yellow value is 48.37%
  • key color value is 3.53%

CMYK: (0,7,48,4)
C0M7Y48K4 (0%, 7%, 48%, 4%)
(0.00 / 0.07 / 0.48 / 0.04)

CMYK percentages

%0
%7.32
%48.37
%3.53

Codes

Color #F6E47F in popluar color models

F6 E4 7F
RGB 246 228 127
HSL 51° 86.86% 73.14%
HSB/HSV 51° 48.37% 96.47%
CMYK 0.00% 7.32% 48.37%
3.53%

Color #F6E47F in popluar number systems.

HEX F6 E4 7F
Decimal 246 228 127
Binary 11110110 11100100 1111111
Octal 366 344 177

Shades and tints

Shades of #F6E47F

#F6E47F
(246,228,127)
#E0D074
(224,208,116)
#CABC69
(202,188,105)
#B4A85E
(180,168,94)
#9E9453
(158,148,83)
#888048
(136,128,72)
#726C3D
(114,108,61)
#5C5832
(92,88,50)
#464427
(70,68,39)
#30301C
(48,48,28)
#1A1C11
(26,28,17)
#000000
(0,0,0)

Tints of #F6E47F

#F6E47F
(246,228,127)
#F6E68A
(246,230,138)
#F6E895
(246,232,149)
#F6EAA0
(246,234,160)
#F6ECAB
(246,236,171)
#F6EEB6
(246,238,182)
#F6F0C1
(246,240,193)
#F6F2CC
(246,242,204)
#F6F4D7
(246,244,215)
#F6F6E2
(246,246,226)
#F6F8ED
(246,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E47F color. Also use rgb(246,228,127) instead hex code.

Text Font Color

.myTextColor { color: #F6E47F; }

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

This text font color is #F6E47F.

Background Color

.myBgColor { background-color: #F6E47F; }

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

This div background color is #F6E47F.

Border color

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

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

This div border color is #F6E47F.

Opacity

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

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

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

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

This text has shadow with #F6E47F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6E47F.

Preview

Color preview on black background

This text has color #F6E47F on black background.


Color preview on white background

This text has color #F6E47F on white background.


Black color preview on #F6E47F background

This text has black color on #F6E47F background.


White color preview on #F6E47F background

This text has white color on #F6E47F background.


Related colors

Complementary color

Complementary color for #hex is #091B80.


I love getcolorcode.com

Triadic colors

1 #7FF6E4 and #E47FF6 with #F6E47F are triadic colors.

2 #7FE4F6 and #E4F67F with #F6E47F are triadic colors.