COLOR #F9C29C

HEX: #F9C29C RGB: (249,194,156)

Color info

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

RGB color model

#F9C29C color RGB value is (249,194,156).

RGB: (249,194,156) (98%, 76%, 61%)

RGB channels and saturation

R 249 of 255 = 98%
G 194 of 255 = 76%
B 156 of 255 = 61%

249
194
156

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

Portions of RGB colors in percentages

R + G + B = 249 + 194 + 156 = 599 (100%)
R 249 of 599 ~ 41.57%
G 194 of 599 ~ 32.39%
B 156 of 599 ~ 26.04'%

%41.57
%32.39
%26.04

CMYK color model

#F9C29C color CMYK value is (0,22,37,2).

  • cyan value is 0.00%
  • magenta value is 22.09%
  • yellow value is 37.35%
  • key color value is 2.35%

CMYK: (0,22,37,2)
C0M22Y37K2 (0%, 22%, 37%, 2%)
(0.00 / 0.22 / 0.37 / 0.02)

CMYK percentages

%0
%22.09
%37.35
%2.35

Codes

Color #F9C29C in popluar color models

F9 C2 9C
RGB 249 194 156
HSL 25° 88.57% 79.41%
HSB/HSV 25° 37.35% 97.65%
CMYK 0.00% 22.09% 37.35%
2.35%

Color #F9C29C in popluar number systems.

HEX F9 C2 9C
Decimal 249 194 156
Binary 11111001 11000010 10011100
Octal 371 302 234

Shades and tints

Shades of #F9C29C

#F9C29C
(249,194,156)
#E3B18E
(227,177,142)
#CDA080
(205,160,128)
#B78F72
(183,143,114)
#A17E64
(161,126,100)
#8B6D56
(139,109,86)
#755C48
(117,92,72)
#5F4B3A
(95,75,58)
#493A2C
(73,58,44)
#33291E
(51,41,30)
#1D1810
(29,24,16)
#000000
(0,0,0)

Tints of #F9C29C

#F9C29C
(249,194,156)
#F9C7A5
(249,199,165)
#F9CCAE
(249,204,174)
#F9D1B7
(249,209,183)
#F9D6C0
(249,214,192)
#F9DBC9
(249,219,201)
#F9E0D2
(249,224,210)
#F9E5DB
(249,229,219)
#F9EAE4
(249,234,228)
#F9EFED
(249,239,237)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C29C color. Also use rgb(249,194,156) instead hex code.

Text Font Color

.myTextColor { color: #F9C29C; }

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

This text font color is #F9C29C.

Background Color

.myBgColor { background-color: #F9C29C; }

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

This div background color is #F9C29C.

Border color

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

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

This div border color is #F9C29C.

Opacity

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

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

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

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

This text has shadow with #F9C29C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9C29C.

Preview

Color preview on black background

This text has color #F9C29C on black background.


Color preview on white background

This text has color #F9C29C on white background.


Black color preview on #F9C29C background

This text has black color on #F9C29C background.


White color preview on #F9C29C background

This text has white color on #F9C29C background.


Related colors

Complementary color

Complementary color for #hex is #063D63.


I love getcolorcode.com

Triadic colors

1 #9CF9C2 and #C29CF9 with #F9C29C are triadic colors.

2 #9CC2F9 and #C2F99C with #F9C29C are triadic colors.