COLOR #F8C19B

HEX: #F8C19B RGB: (248,193,155)

Color info

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

RGB color model

#F8C19B color RGB value is (248,193,155).

RGB: (248,193,155) (97%, 76%, 61%)

RGB channels and saturation

R 248 of 255 = 97%
G 193 of 255 = 76%
B 155 of 255 = 61%

248
193
155

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

Portions of RGB colors in percentages

R + G + B = 248 + 193 + 155 = 596 (100%)
R 248 of 596 ~ 41.61%
G 193 of 596 ~ 32.38%
B 155 of 596 ~ 26.01'%

%41.61
%32.38
%26.01

CMYK color model

#F8C19B color CMYK value is (0,22,38,3).

  • cyan value is 0.00%
  • magenta value is 22.18%
  • yellow value is 37.50%
  • key color value is 2.75%
CMYK: (0,22,38,3) C0M22Y38K3 (0%,22%,38%,3%) (0.00/0.22/0.38/0.03) 

CMYK percentages

%0
%22.18
%37.5
%2.75

Codes

Color #F8C19B in popluar color models

F8 C1 9B
RGB 248 193 155
HSL 25° 86.92% 79.02%
HSB/HSV 25° 37.50% 97.25%
CMYK 0.00% 22.18% 37.50%
2.75%

Color #F8C19B in popluar number systems.

HEX F8 C1 9B
Decimal 248 193 155
Binary 11111000 11000001 10011011
Octal 370 301 233

Shades and tints

Shades of #F8C19B

#F8C19B
(248,193,155)
#E2B08D
(226,176,141)
#CC9F7F
(204,159,127)
#B68E71
(182,142,113)
#A07D63
(160,125,99)
#8A6C55
(138,108,85)
#745B47
(116,91,71)
#5E4A39
(94,74,57)
#48392B
(72,57,43)
#32281D
(50,40,29)
#1C170F
(28,23,15)
#000000
(0,0,0)

Tints of #F8C19B

#F8C19B
(248,193,155)
#F8C6A4
(248,198,164)
#F8CBAD
(248,203,173)
#F8D0B6
(248,208,182)
#F8D5BF
(248,213,191)
#F8DAC8
(248,218,200)
#F8DFD1
(248,223,209)
#F8E4DA
(248,228,218)
#F8E9E3
(248,233,227)
#F8EEEC
(248,238,236)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8C19B; }

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

This text font color is #F8C19B.


Background Color

.myBgColor { background-color: #F8C19B; }

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

This div background color is #F8C19B.


Border color

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

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

This div border color is #F8C19B.


Opacity

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

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

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

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

This text has shadow with #F8C19B color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #F8C19B; -webkit-box-shadow:	1px 1px 3px 2px #F8C19B; box-shadow:	1px 1px 3px 2px #F8C19B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F8C19B; -webkit-box-shadow: 1px 1px 3px 2px #F8C19B; box-shadow:1px 1px 3px 2px #F8C19B;">
Div content here</div>
This div box has shadow with color #F8C19B.

Preview

Color preview on black background

This text has color #F8C19B on black background.


Color preview on white background

This text has color #F8C19B on white background.



Black color preview on #F8C19B background

This text has black color on #F8C19B background.


White color preview on #F8C19B background

This text has white color on #F8C19B background.