COLOR #F1CC93

HEX: #F1CC93
RGB: (241,204,147)

Color info

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

RGB color model

#F1CC93 color RGB value is (241,204,147).

  • red value is 241;
  • green value is 204;
  • blue value is 147.
RGB:
(241,204,147)
(95%,80%,58%)

RGB channels and saturation

R 241 of 255 = 95%
G 204 of 255 = 80%
B 147 of 255 = 58%

241
204
147

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

Portions of RGB colors in percentages

R + G + B =
241 + 204 + 147 = 592 (100%)
R 241 of 592 ~ 40.71%
G 204 of 592 ~ 34.46%
B 147 of 592 ~ 24.83%

%40.71
%34.46
%24.83

CMYK color model

#F1CC93 color CMYK value is (0,15,39,5).

  • cyan value is 0.00%
  • magenta value is 15.35%
  • yellow value is 39.00%
  • key color value is 5.49%
CMYK:
(0,15,39,5)
C0M15Y39K5 
(0%,15%,39%,5%)
(0.00/0.15/0.39/0.05)	

CMYK percentages

%0
%15.35
%39
%5.49

Codes

Color #F1CC93 in popluar color models

F1CC93
RGB241204147
HSL36°77.05%76.08%
HSB/HSV36°39.00%94.51%
CMYK0.00%15.35%39.00%
5.49%

Color #F1CC93 in popluar number systems.

HEXF1CC93
Decimal241204147
Binary111100011100110010010011
Octal361314223

Shades and tints

Shades of #F1CC93

#F1CC93
(241,204,147)
#DCBA86
(220,186,134)
#C7A879
(199,168,121)
#B2966C
(178,150,108)
#9D845F
(157,132,95)
#887252
(136,114,82)
#736045
(115,96,69)
#5E4E38
(94,78,56)
#493C2B
(73,60,43)
#342A1E
(52,42,30)
#1F1811
(31,24,17)
#000000
(0,0,0)

Tints of #F1CC93

#F1CC93
(241,204,147)
#F2D09C
(242,208,156)
#F3D4A5
(243,212,165)
#F4D8AE
(244,216,174)
#F5DCB7
(245,220,183)
#F6E0C0
(246,224,192)
#F7E4C9
(247,228,201)
#F8E8D2
(248,232,210)
#F9ECDB
(249,236,219)
#FAF0E4
(250,240,228)
#FBF4ED
(251,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1CC93 color. Also use rgb(241,204,147) instead hex code.

Text Font Color

.myTextColor { color: #F1CC93; }

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

This text font color is #F1CC93.


Background Color

.myBgColor { background-color: #F1CC93; }

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

This div background color is #F1CC93.


Border color

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

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

This div border color is #F1CC93.


Opacity

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

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

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

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

This text has shadow with #F1CC93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CC93 on black background.


Color preview on white background

This text has color #F1CC93 on white background.



Black color preview on #F1CC93 background

This text has black color on #F1CC93 background.


White color preview on #F1CC93 background

This text has white color on #F1CC93 background.