COLOR #F2C68D

HEX: #F2C68D RGB: (242,198,141)

Color info

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

RGB color model

#F2C68D color RGB value is (242,198,141).

RGB: (242,198,141) (95%, 78%, 55%)

RGB channels and saturation

R 242 of 255 = 95%
G 198 of 255 = 78%
B 141 of 255 = 55%

242
198
141

R + G + B ~ 76%. #F2C68D is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 198 + 141 = 581 (100%)
R 242 of 581 ~ 41.65%
G 198 of 581 ~ 34.08%
B 141 of 581 ~ 24.27'%

%41.65
%34.08
%24.27

CMYK color model

#F2C68D color CMYK value is (0,18,42,5).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 41.74%
  • key color value is 5.10%

CMYK: (0,18,42,5)
C0M18Y42K5 (0%, 18%, 42%, 5%)
(0.00 / 0.18 / 0.42 / 0.05)

CMYK percentages

%0
%18.18
%41.74
%5.1

Codes

Color #F2C68D in popluar color models

F2 C6 8D
RGB 242 198 141
HSL 34° 79.53% 75.10%
HSB/HSV 34° 41.74% 94.90%
CMYK 0.00% 18.18% 41.74%
5.10%

Color #F2C68D in popluar number systems.

HEX F2 C6 8D
Decimal 242 198 141
Binary 11110010 11000110 10001101
Octal 362 306 215

Shades and tints

Shades of #F2C68D

#F2C68D
(242,198,141)
#DCB481
(220,180,129)
#C6A275
(198,162,117)
#B09069
(176,144,105)
#9A7E5D
(154,126,93)
#846C51
(132,108,81)
#6E5A45
(110,90,69)
#584839
(88,72,57)
#42362D
(66,54,45)
#2C2421
(44,36,33)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #F2C68D

#F2C68D
(242,198,141)
#F3CB97
(243,203,151)
#F4D0A1
(244,208,161)
#F5D5AB
(245,213,171)
#F6DAB5
(246,218,181)
#F7DFBF
(247,223,191)
#F8E4C9
(248,228,201)
#F9E9D3
(249,233,211)
#FAEEDD
(250,238,221)
#FBF3E7
(251,243,231)
#FCF8F1
(252,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2C68D color. Also use rgb(242,198,141) instead hex code.

Text Font Color

.myTextColor { color: #F2C68D; }

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

This text font color is #F2C68D.

Background Color

.myBgColor { background-color: #F2C68D; }

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

This div background color is #F2C68D.

Border color

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

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

This div border color is #F2C68D.

Opacity

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

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

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

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

This text has shadow with #F2C68D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2C68D.

Preview

Color preview on black background

This text has color #F2C68D on black background.


Color preview on white background

This text has color #F2C68D on white background.


Black color preview on #F2C68D background

This text has black color on #F2C68D background.


White color preview on #F2C68D background

This text has white color on #F2C68D background.


Related colors

Complementary color

Complementary color for #hex is #0D3972.


I love getcolorcode.com

Triadic colors

1 #8DF2C6 and #C68DF2 with #F2C68D are triadic colors.

2 #8DC6F2 and #C6F28D with #F2C68D are triadic colors.