COLOR #F2CD99

HEX: #F2CD99 RGB: (242,205,153)

Color info

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

RGB color model

#F2CD99 color RGB value is (242,205,153).

RGB: (242,205,153) (95%, 80%, 60%)

RGB channels and saturation

R 242 of 255 = 95%
G 205 of 255 = 80%
B 153 of 255 = 60%

242
205
153

R + G + B ~ 78%. #F2CD99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 205 + 153 = 600 (100%)
R 242 of 600 ~ 40.33%
G 205 of 600 ~ 34.17%
B 153 of 600 ~ 25.5'%

%40.33
%34.17
%25.5

CMYK color model

#F2CD99 color CMYK value is (0,15,37,5).

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

CMYK: (0,15,37,5)
C0M15Y37K5 (0%, 15%, 37%, 5%)
(0.00 / 0.15 / 0.37 / 0.05)

CMYK percentages

%0
%15.29
%36.78
%5.1

Codes

Color #F2CD99 in popluar color models

F2 CD 99
RGB 242 205 153
HSL 35° 77.39% 77.45%
HSB/HSV 35° 36.78% 94.90%
CMYK 0.00% 15.29% 36.78%
5.10%

Color #F2CD99 in popluar number systems.

HEX F2 CD 99
Decimal 242 205 153
Binary 11110010 11001101 10011001
Octal 362 315 231

Shades and tints

Shades of #F2CD99

#F2CD99
(242,205,153)
#DCBB8C
(220,187,140)
#C6A97F
(198,169,127)
#B09772
(176,151,114)
#9A8565
(154,133,101)
#847358
(132,115,88)
#6E614B
(110,97,75)
#584F3E
(88,79,62)
#423D31
(66,61,49)
#2C2B24
(44,43,36)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #F2CD99

#F2CD99
(242,205,153)
#F3D1A2
(243,209,162)
#F4D5AB
(244,213,171)
#F5D9B4
(245,217,180)
#F6DDBD
(246,221,189)
#F7E1C6
(247,225,198)
#F8E5CF
(248,229,207)
#F9E9D8
(249,233,216)
#FAEDE1
(250,237,225)
#FBF1EA
(251,241,234)
#FCF5F3
(252,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2CD99; }

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

This text font color is #F2CD99.

Background Color

.myBgColor { background-color: #F2CD99; }

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

This div background color is #F2CD99.

Border color

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

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

This div border color is #F2CD99.

Opacity

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

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

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

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

This text has shadow with #F2CD99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2CD99.

Preview

Color preview on black background

This text has color #F2CD99 on black background.


Color preview on white background

This text has color #F2CD99 on white background.


Black color preview on #F2CD99 background

This text has black color on #F2CD99 background.


White color preview on #F2CD99 background

This text has white color on #F2CD99 background.


Related colors

Complementary color

Complementary color for #hex is #0D3266.


I love getcolorcode.com

Triadic colors

1 #99F2CD and #CD99F2 with #F2CD99 are triadic colors.

2 #99CDF2 and #CDF299 with #F2CD99 are triadic colors.