COLOR #F2C399

HEX: #F2C399 RGB: (242,195,153)

Color info

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

RGB color model

#F2C399 color RGB value is (242,195,153).

RGB: (242,195,153) (95%, 76%, 60%)

RGB channels and saturation

R 242 of 255 = 95%
G 195 of 255 = 76%
B 153 of 255 = 60%

242
195
153

R + G + B ~ 77%. #F2C399 is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 195 + 153 = 590 (100%)
R 242 of 590 ~ 41.02%
G 195 of 590 ~ 33.05%
B 153 of 590 ~ 25.93'%

%41.02
%33.05
%25.93

CMYK color model

#F2C399 color CMYK value is (0,19,37,5).

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

CMYK: (0,19,37,5)
C0M19Y37K5 (0%, 19%, 37%, 5%)
(0.00 / 0.19 / 0.37 / 0.05)

CMYK percentages

%0
%19.42
%36.78
%5.1

Codes

Color #F2C399 in popluar color models

F2 C3 99
RGB 242 195 153
HSL 28° 77.39% 77.45%
HSB/HSV 28° 36.78% 94.90%
CMYK 0.00% 19.42% 36.78%
5.10%

Color #F2C399 in popluar number systems.

HEX F2 C3 99
Decimal 242 195 153
Binary 11110010 11000011 10011001
Octal 362 303 231

Shades and tints

Shades of #F2C399

#F2C399
(242,195,153)
#DCB28C
(220,178,140)
#C6A17F
(198,161,127)
#B09072
(176,144,114)
#9A7F65
(154,127,101)
#846E58
(132,110,88)
#6E5D4B
(110,93,75)
#584C3E
(88,76,62)
#423B31
(66,59,49)
#2C2A24
(44,42,36)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #F2C399

#F2C399
(242,195,153)
#F3C8A2
(243,200,162)
#F4CDAB
(244,205,171)
#F5D2B4
(245,210,180)
#F6D7BD
(246,215,189)
#F7DCC6
(247,220,198)
#F8E1CF
(248,225,207)
#F9E6D8
(249,230,216)
#FAEBE1
(250,235,225)
#FBF0EA
(251,240,234)
#FCF5F3
(252,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2C399; }

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

This text font color is #F2C399.

Background Color

.myBgColor { background-color: #F2C399; }

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

This div background color is #F2C399.

Border color

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

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

This div border color is #F2C399.

Opacity

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

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

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

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

This text has shadow with #F2C399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2C399.

Preview

Color preview on black background

This text has color #F2C399 on black background.


Color preview on white background

This text has color #F2C399 on white background.


Black color preview on #F2C399 background

This text has black color on #F2C399 background.


White color preview on #F2C399 background

This text has white color on #F2C399 background.


Related colors

Complementary color

Complementary color for #hex is #0D3C66.


I love getcolorcode.com

Triadic colors

1 #99F2C3 and #C399F2 with #F2C399 are triadic colors.

2 #99C3F2 and #C3F299 with #F2C399 are triadic colors.