COLOR #F9CA8C

HEX: #F9CA8C RGB: (249,202,140)

Color info

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

RGB color model

#F9CA8C color RGB value is (249,202,140).

RGB: (249,202,140) (98%, 79%, 55%)

RGB channels and saturation

R 249 of 255 = 98%
G 202 of 255 = 79%
B 140 of 255 = 55%

249
202
140

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

Portions of RGB colors in percentages

R + G + B = 249 + 202 + 140 = 591 (100%)
R 249 of 591 ~ 42.13%
G 202 of 591 ~ 34.18%
B 140 of 591 ~ 23.69'%

%42.13
%34.18
%23.69

CMYK color model

#F9CA8C color CMYK value is (0,19,44,2).

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 43.78%
  • key color value is 2.35%

CMYK: (0,19,44,2)
C0M19Y44K2 (0%, 19%, 44%, 2%)
(0.00 / 0.19 / 0.44 / 0.02)

CMYK percentages

%0
%18.88
%43.78
%2.35

Codes

Color #F9CA8C in popluar color models

F9 CA 8C
RGB 249 202 140
HSL 34° 90.08% 76.27%
HSB/HSV 34° 43.78% 97.65%
CMYK 0.00% 18.88% 43.78%
2.35%

Color #F9CA8C in popluar number systems.

HEX F9 CA 8C
Decimal 249 202 140
Binary 11111001 11001010 10001100
Octal 371 312 214

Shades and tints

Shades of #F9CA8C

#F9CA8C
(249,202,140)
#E3B880
(227,184,128)
#CDA674
(205,166,116)
#B79468
(183,148,104)
#A1825C
(161,130,92)
#8B7050
(139,112,80)
#755E44
(117,94,68)
#5F4C38
(95,76,56)
#493A2C
(73,58,44)
#332820
(51,40,32)
#1D1614
(29,22,20)
#000000
(0,0,0)

Tints of #F9CA8C

#F9CA8C
(249,202,140)
#F9CE96
(249,206,150)
#F9D2A0
(249,210,160)
#F9D6AA
(249,214,170)
#F9DAB4
(249,218,180)
#F9DEBE
(249,222,190)
#F9E2C8
(249,226,200)
#F9E6D2
(249,230,210)
#F9EADC
(249,234,220)
#F9EEE6
(249,238,230)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9CA8C color. Also use rgb(249,202,140) instead hex code.

Text Font Color

.myTextColor { color: #F9CA8C; }

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

This text font color is #F9CA8C.

Background Color

.myBgColor { background-color: #F9CA8C; }

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

This div background color is #F9CA8C.

Border color

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

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

This div border color is #F9CA8C.

Opacity

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

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

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

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

This text has shadow with #F9CA8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9CA8C.

Preview

Color preview on black background

This text has color #F9CA8C on black background.


Color preview on white background

This text has color #F9CA8C on white background.


Black color preview on #F9CA8C background

This text has black color on #F9CA8C background.


White color preview on #F9CA8C background

This text has white color on #F9CA8C background.


Related colors

Complementary color

Complementary color for #hex is #063573.


I love getcolorcode.com

Triadic colors

1 #8CF9CA and #CA8CF9 with #F9CA8C are triadic colors.

2 #8CCAF9 and #CAF98C with #F9CA8C are triadic colors.