COLOR #F2C771

HEX: #F2C771
RGB: (242,199,113)

Color info

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

RGB color model

#F2C771 color RGB value is (242,199,113).

  • red value is 242;
  • green value is 199;
  • blue value is 113.
RGB:
(242,199,113)
(95%,78%,44%)

RGB channels and saturation

R 242 of 255 = 95%
G 199 of 255 = 78%
B 113 of 255 = 44%

242
199
113

R + G + B ~ 72%. #F2C771 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 199 + 113 = 554 (100%)
R 242 of 554 ~ 43.68%
G 199 of 554 ~ 35.92%
B 113 of 554 ~ 20.4%

%43.68
%35.92
%20.4

CMYK color model

#F2C771 color CMYK value is (0,18,53,5).

  • cyan value is 0.00%
  • magenta value is 17.77%
  • yellow value is 53.31%
  • key color value is 5.10%
CMYK:
(0,18,53,5)
C0M18Y53K5 
(0%,18%,53%,5%)
(0.00/0.18/0.53/0.05)	

CMYK percentages

%0
%17.77
%53.31
%5.1

Codes

Color #F2C771 in popluar color models

F2C771
RGB242199113
HSL40°83.23%69.61%
HSB/HSV40°53.31%94.90%
CMYK0.00%17.77%53.31%
5.10%

Color #F2C771 in popluar number systems.

HEXF2C771
Decimal242199113
Binary11110010110001111110001
Octal362307161

Shades and tints

Shades of #F2C771

#F2C771
(242,199,113)
#DCB567
(220,181,103)
#C6A35D
(198,163,93)
#B09153
(176,145,83)
#9A7F49
(154,127,73)
#846D3F
(132,109,63)
#6E5B35
(110,91,53)
#58492B
(88,73,43)
#423721
(66,55,33)
#2C2517
(44,37,23)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #F2C771

#F2C771
(242,199,113)
#F3CC7D
(243,204,125)
#F4D189
(244,209,137)
#F5D695
(245,214,149)
#F6DBA1
(246,219,161)
#F7E0AD
(247,224,173)
#F8E5B9
(248,229,185)
#F9EAC5
(249,234,197)
#FAEFD1
(250,239,209)
#FBF4DD
(251,244,221)
#FCF9E9
(252,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2C771 color. Also use rgb(242,199,113) instead hex code.

Text Font Color

.myTextColor { color: #F2C771; }

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

This text font color is #F2C771.


Background Color

.myBgColor { background-color: #F2C771; }

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

This div background color is #F2C771.


Border color

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

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

This div border color is #F2C771.


Opacity

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

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

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

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

This text has shadow with #F2C771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C771 on black background.


Color preview on white background

This text has color #F2C771 on white background.



Black color preview on #F2C771 background

This text has black color on #F2C771 background.


White color preview on #F2C771 background

This text has white color on #F2C771 background.