COLOR #F1C970

HEX: #F1C970
RGB: (241,201,112)

Color info

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

RGB color model

#F1C970 color RGB value is (241,201,112).

  • red value is 241;
  • green value is 201;
  • blue value is 112.
RGB:
(241,201,112)
(95%,79%,44%)

RGB channels and saturation

R 241 of 255 = 95%
G 201 of 255 = 79%
B 112 of 255 = 44%

241
201
112

R + G + B ~ 73%. #F1C970 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 201 + 112 = 554 (100%)
R 241 of 554 ~ 43.5%
G 201 of 554 ~ 36.28%
B 112 of 554 ~ 20.22%

%43.5
%36.28
%20.22

CMYK color model

#F1C970 color CMYK value is (0,17,54,5).

  • cyan value is 0.00%
  • magenta value is 16.60%
  • yellow value is 53.53%
  • key color value is 5.49%
CMYK:
(0,17,54,5)
C0M17Y54K5 
(0%,17%,54%,5%)
(0.00/0.17/0.54/0.05)	

CMYK percentages

%0
%16.6
%53.53
%5.49

Codes

Color #F1C970 in popluar color models

F1C970
RGB241201112
HSL41°82.17%69.22%
HSB/HSV41°53.53%94.51%
CMYK0.00%16.60%53.53%
5.49%

Color #F1C970 in popluar number systems.

HEXF1C970
Decimal241201112
Binary11110001110010011110000
Octal361311160

Shades and tints

Shades of #F1C970

#F1C970
(241,201,112)
#DCB766
(220,183,102)
#C7A55C
(199,165,92)
#B29352
(178,147,82)
#9D8148
(157,129,72)
#886F3E
(136,111,62)
#735D34
(115,93,52)
#5E4B2A
(94,75,42)
#493920
(73,57,32)
#342716
(52,39,22)
#1F150C
(31,21,12)
#000000
(0,0,0)

Tints of #F1C970

#F1C970
(241,201,112)
#F2CD7D
(242,205,125)
#F3D18A
(243,209,138)
#F4D597
(244,213,151)
#F5D9A4
(245,217,164)
#F6DDB1
(246,221,177)
#F7E1BE
(247,225,190)
#F8E5CB
(248,229,203)
#F9E9D8
(249,233,216)
#FAEDE5
(250,237,229)
#FBF1F2
(251,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C970 color. Also use rgb(241,201,112) instead hex code.

Text Font Color

.myTextColor { color: #F1C970; }

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

This text font color is #F1C970.


Background Color

.myBgColor { background-color: #F1C970; }

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

This div background color is #F1C970.


Border color

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

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

This div border color is #F1C970.


Opacity

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

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

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

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

This text has shadow with #F1C970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C970 on black background.


Color preview on white background

This text has color #F1C970 on white background.



Black color preview on #F1C970 background

This text has black color on #F1C970 background.


White color preview on #F1C970 background

This text has white color on #F1C970 background.