COLOR #F6E272

HEX: #F6E272
RGB: (246,226,114)

Color info

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

RGB color model

#F6E272 color RGB value is (246,226,114).

  • red value is 246;
  • green value is 226;
  • blue value is 114.
RGB:
(246,226,114)
(96%,89%,45%)

RGB channels and saturation

R 246 of 255 = 96%
G 226 of 255 = 89%
B 114 of 255 = 45%

246
226
114

R + G + B ~ 77%. #F6E272 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 226 + 114 = 586 (100%)
R 246 of 586 ~ 41.98%
G 226 of 586 ~ 38.57%
B 114 of 586 ~ 19.45%

%41.98
%38.57
%19.45

CMYK color model

#F6E272 color CMYK value is (0,8,54,4).

  • cyan value is 0.00%
  • magenta value is 8.13%
  • yellow value is 53.66%
  • key color value is 3.53%
CMYK:
(0,8,54,4)
C0M8Y54K4 
(0%,8%,54%,4%)
(0.00/0.08/0.54/0.04)	

CMYK percentages

%0
%8.13
%53.66
%3.53

Codes

Color #F6E272 in popluar color models

F6E272
RGB246226114
HSL51°88.00%70.59%
HSB/HSV51°53.66%96.47%
CMYK0.00%8.13%53.66%
3.53%

Color #F6E272 in popluar number systems.

HEXF6E272
Decimal246226114
Binary11110110111000101110010
Octal366342162

Shades and tints

Shades of #F6E272

#F6E272
(246,226,114)
#E0CE68
(224,206,104)
#CABA5E
(202,186,94)
#B4A654
(180,166,84)
#9E924A
(158,146,74)
#887E40
(136,126,64)
#726A36
(114,106,54)
#5C562C
(92,86,44)
#464222
(70,66,34)
#302E18
(48,46,24)
#1A1A0E
(26,26,14)
#000000
(0,0,0)

Tints of #F6E272

#F6E272
(246,226,114)
#F6E47E
(246,228,126)
#F6E68A
(246,230,138)
#F6E896
(246,232,150)
#F6EAA2
(246,234,162)
#F6ECAE
(246,236,174)
#F6EEBA
(246,238,186)
#F6F0C6
(246,240,198)
#F6F2D2
(246,242,210)
#F6F4DE
(246,244,222)
#F6F6EA
(246,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E272; }

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

This text font color is #F6E272.


Background Color

.myBgColor { background-color: #F6E272; }

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

This div background color is #F6E272.


Border color

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

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

This div border color is #F6E272.


Opacity

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

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

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

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

This text has shadow with #F6E272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E272 on black background.


Color preview on white background

This text has color #F6E272 on white background.



Black color preview on #F6E272 background

This text has black color on #F6E272 background.


White color preview on #F6E272 background

This text has white color on #F6E272 background.