COLOR #F1CE72

HEX: #F1CE72
RGB: (241,206,114)

Color info

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

RGB color model

#F1CE72 color RGB value is (241,206,114).

  • red value is 241;
  • green value is 206;
  • blue value is 114.
RGB:
(241,206,114)
(95%,81%,45%)

RGB channels and saturation

R 241 of 255 = 95%
G 206 of 255 = 81%
B 114 of 255 = 45%

241
206
114

R + G + B ~ 74%. #F1CE72 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 206 + 114 = 561 (100%)
R 241 of 561 ~ 42.96%
G 206 of 561 ~ 36.72%
B 114 of 561 ~ 20.32%

%42.96
%36.72
%20.32

CMYK color model

#F1CE72 color CMYK value is (0,15,53,5).

  • cyan value is 0.00%
  • magenta value is 14.52%
  • yellow value is 52.70%
  • key color value is 5.49%
CMYK:
(0,15,53,5)
C0M15Y53K5 
(0%,15%,53%,5%)
(0.00/0.15/0.53/0.05)	

CMYK percentages

%0
%14.52
%52.7
%5.49

Codes

Color #F1CE72 in popluar color models

F1CE72
RGB241206114
HSL43°81.94%69.61%
HSB/HSV43°52.70%94.51%
CMYK0.00%14.52%52.70%
5.49%

Color #F1CE72 in popluar number systems.

HEXF1CE72
Decimal241206114
Binary11110001110011101110010
Octal361316162

Shades and tints

Shades of #F1CE72

#F1CE72
(241,206,114)
#DCBC68
(220,188,104)
#C7AA5E
(199,170,94)
#B29854
(178,152,84)
#9D864A
(157,134,74)
#887440
(136,116,64)
#736236
(115,98,54)
#5E502C
(94,80,44)
#493E22
(73,62,34)
#342C18
(52,44,24)
#1F1A0E
(31,26,14)
#000000
(0,0,0)

Tints of #F1CE72

#F1CE72
(241,206,114)
#F2D27E
(242,210,126)
#F3D68A
(243,214,138)
#F4DA96
(244,218,150)
#F5DEA2
(245,222,162)
#F6E2AE
(246,226,174)
#F7E6BA
(247,230,186)
#F8EAC6
(248,234,198)
#F9EED2
(249,238,210)
#FAF2DE
(250,242,222)
#FBF6EA
(251,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1CE72 color. Also use rgb(241,206,114) instead hex code.

Text Font Color

.myTextColor { color: #F1CE72; }

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

This text font color is #F1CE72.


Background Color

.myBgColor { background-color: #F1CE72; }

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

This div background color is #F1CE72.


Border color

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

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

This div border color is #F1CE72.


Opacity

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

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

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

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

This text has shadow with #F1CE72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CE72 on black background.


Color preview on white background

This text has color #F1CE72 on white background.



Black color preview on #F1CE72 background

This text has black color on #F1CE72 background.


White color preview on #F1CE72 background

This text has white color on #F1CE72 background.