COLOR #F2C374

HEX: #F2C374 RGB: (242,195,116)

Color info

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

RGB color model

#F2C374 color RGB value is (242,195,116).

RGB: (242,195,116) (95%, 76%, 45%)

RGB channels and saturation

R 242 of 255 = 95%
G 195 of 255 = 76%
B 116 of 255 = 45%

242
195
116

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

Portions of RGB colors in percentages

R + G + B = 242 + 195 + 116 = 553 (100%)
R 242 of 553 ~ 43.76%
G 195 of 553 ~ 35.26%
B 116 of 553 ~ 20.98'%

%43.76
%35.26
%20.98

CMYK color model

#F2C374 color CMYK value is (0,19,52,5).

  • cyan value is 0.00%
  • magenta value is 19.42%
  • yellow value is 52.07%
  • key color value is 5.10%

CMYK: (0,19,52,5)
C0M19Y52K5 (0%, 19%, 52%, 5%)
(0.00 / 0.19 / 0.52 / 0.05)

CMYK percentages

%0
%19.42
%52.07
%5.1

Codes

Color #F2C374 in popluar color models

F2 C3 74
RGB 242 195 116
HSL 38° 82.89% 70.20%
HSB/HSV 38° 52.07% 94.90%
CMYK 0.00% 19.42% 52.07%
5.10%

Color #F2C374 in popluar number systems.

HEX F2 C3 74
Decimal 242 195 116
Binary 11110010 11000011 1110100
Octal 362 303 164

Shades and tints

Shades of #F2C374

#F2C374
(242,195,116)
#DCB26A
(220,178,106)
#C6A160
(198,161,96)
#B09056
(176,144,86)
#9A7F4C
(154,127,76)
#846E42
(132,110,66)
#6E5D38
(110,93,56)
#584C2E
(88,76,46)
#423B24
(66,59,36)
#2C2A1A
(44,42,26)
#161910
(22,25,16)
#000000
(0,0,0)

Tints of #F2C374

#F2C374
(242,195,116)
#F3C880
(243,200,128)
#F4CD8C
(244,205,140)
#F5D298
(245,210,152)
#F6D7A4
(246,215,164)
#F7DCB0
(247,220,176)
#F8E1BC
(248,225,188)
#F9E6C8
(249,230,200)
#FAEBD4
(250,235,212)
#FBF0E0
(251,240,224)
#FCF5EC
(252,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2C374 color. Also use rgb(242,195,116) instead hex code.

Text Font Color

.myTextColor { color: #F2C374; }

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

This text font color is #F2C374.

Background Color

.myBgColor { background-color: #F2C374; }

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

This div background color is #F2C374.

Border color

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

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

This div border color is #F2C374.

Opacity

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

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

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

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

This text has shadow with #F2C374 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2C374.

Preview

Color preview on black background

This text has color #F2C374 on black background.


Color preview on white background

This text has color #F2C374 on white background.


Black color preview on #F2C374 background

This text has black color on #F2C374 background.


White color preview on #F2C374 background

This text has white color on #F2C374 background.


Related colors

Complementary color

Complementary color for #hex is #0D3C8B.


I love getcolorcode.com

Triadic colors

1 #74F2C3 and #C374F2 with #F2C374 are triadic colors.

2 #74C3F2 and #C3F274 with #F2C374 are triadic colors.