COLOR #F9C19B

HEX: #F9C19B RGB: (249,193,155)

Color info

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

RGB color model

#F9C19B color RGB value is (249,193,155).

RGB: (249,193,155) (98%, 76%, 61%)

RGB channels and saturation

R 249 of 255 = 98%
G 193 of 255 = 76%
B 155 of 255 = 61%

249
193
155

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

Portions of RGB colors in percentages

R + G + B = 249 + 193 + 155 = 597 (100%)
R 249 of 597 ~ 41.71%
G 193 of 597 ~ 32.33%
B 155 of 597 ~ 25.96'%

%41.71
%32.33
%25.96

CMYK color model

#F9C19B color CMYK value is (0,22,38,2).

  • cyan value is 0.00%
  • magenta value is 22.49%
  • yellow value is 37.75%
  • key color value is 2.35%

CMYK: (0,22,38,2)
C0M22Y38K2 (0%, 22%, 38%, 2%)
(0.00 / 0.22 / 0.38 / 0.02)

CMYK percentages

%0
%22.49
%37.75
%2.35

Codes

Color #F9C19B in popluar color models

F9 C1 9B
RGB 249 193 155
HSL 24° 88.68% 79.22%
HSB/HSV 24° 37.75% 97.65%
CMYK 0.00% 22.49% 37.75%
2.35%

Color #F9C19B in popluar number systems.

HEX F9 C1 9B
Decimal 249 193 155
Binary 11111001 11000001 10011011
Octal 371 301 233

Shades and tints

Shades of #F9C19B

#F9C19B
(249,193,155)
#E3B08D
(227,176,141)
#CD9F7F
(205,159,127)
#B78E71
(183,142,113)
#A17D63
(161,125,99)
#8B6C55
(139,108,85)
#755B47
(117,91,71)
#5F4A39
(95,74,57)
#49392B
(73,57,43)
#33281D
(51,40,29)
#1D170F
(29,23,15)
#000000
(0,0,0)

Tints of #F9C19B

#F9C19B
(249,193,155)
#F9C6A4
(249,198,164)
#F9CBAD
(249,203,173)
#F9D0B6
(249,208,182)
#F9D5BF
(249,213,191)
#F9DAC8
(249,218,200)
#F9DFD1
(249,223,209)
#F9E4DA
(249,228,218)
#F9E9E3
(249,233,227)
#F9EEEC
(249,238,236)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C19B color. Also use rgb(249,193,155) instead hex code.

Text Font Color

.myTextColor { color: #F9C19B; }

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

This text font color is #F9C19B.

Background Color

.myBgColor { background-color: #F9C19B; }

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

This div background color is #F9C19B.

Border color

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

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

This div border color is #F9C19B.

Opacity

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

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

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

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

This text has shadow with #F9C19B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9C19B.

Preview

Color preview on black background

This text has color #F9C19B on black background.


Color preview on white background

This text has color #F9C19B on white background.


Black color preview on #F9C19B background

This text has black color on #F9C19B background.


White color preview on #F9C19B background

This text has white color on #F9C19B background.


Related colors

Complementary color

Complementary color for #hex is #063E64.


I love getcolorcode.com

Triadic colors

1 #9BF9C1 and #C19BF9 with #F9C19B are triadic colors.

2 #9BC1F9 and #C1F99B with #F9C19B are triadic colors.