COLOR #F1E248

HEX: #F1E248
RGB: (241,226,72)

Color info

#F1E248 contains mainly red and green colors. Web safe color of #F1E248 is #FFCC33 (or #FC3).

RGB color model

#F1E248 color RGB value is (241,226,72).

  • red value is 241;
  • green value is 226;
  • blue value is 72.
RGB:
(241,226,72)
(95%,89%,28%)

RGB channels and saturation

R 241 of 255 = 95%
G 226 of 255 = 89%
B 72 of 255 = 28%

241
226
72

R + G + B ~ 71%. #F1E248 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 226 + 72 = 539 (100%)
R 241 of 539 ~ 44.71%
G 226 of 539 ~ 41.93%
B 72 of 539 ~ 13.36%

%44.71
%41.93
%13.36

CMYK color model

#F1E248 color CMYK value is (0,6,70,5).

  • cyan value is 0.00%
  • magenta value is 6.22%
  • yellow value is 70.12%
  • key color value is 5.49%
CMYK:
(0,6,70,5)
C0M6Y70K5 
(0%,6%,70%,5%)
(0.00/0.06/0.70/0.05)	

CMYK percentages

%0
%6.22
%70.12
%5.49

Codes

Color #F1E248 in popluar color models

F1E248
RGB24122672
HSL55°85.79%61.37%
HSB/HSV55°70.12%94.51%
CMYK0.00%6.22%70.12%
5.49%

Color #F1E248 in popluar number systems.

HEXF1E248
Decimal24122672
Binary11110001111000101001000
Octal361342110

Shades and tints

Shades of #F1E248

#F1E248
(241,226,72)
#DCCE42
(220,206,66)
#C7BA3C
(199,186,60)
#B2A636
(178,166,54)
#9D9230
(157,146,48)
#887E2A
(136,126,42)
#736A24
(115,106,36)
#5E561E
(94,86,30)
#494218
(73,66,24)
#342E12
(52,46,18)
#1F1A0C
(31,26,12)
#000000
(0,0,0)

Tints of #F1E248

#F1E248
(241,226,72)
#F2E458
(242,228,88)
#F3E668
(243,230,104)
#F4E878
(244,232,120)
#F5EA88
(245,234,136)
#F6EC98
(246,236,152)
#F7EEA8
(247,238,168)
#F8F0B8
(248,240,184)
#F9F2C8
(249,242,200)
#FAF4D8
(250,244,216)
#FBF6E8
(251,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E248 color. Also use rgb(241,226,72) instead hex code.

Text Font Color

.myTextColor { color: #F1E248; }

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

This text font color is #F1E248.


Background Color

.myBgColor { background-color: #F1E248; }

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

This div background color is #F1E248.


Border color

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

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

This div border color is #F1E248.


Opacity

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

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

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

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

This text has shadow with #F1E248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E248 on black background.


Color preview on white background

This text has color #F1E248 on white background.



Black color preview on #F1E248 background

This text has black color on #F1E248 background.


White color preview on #F1E248 background

This text has white color on #F1E248 background.