COLOR #F8D19C

HEX: #F8D19C
RGB: (248,209,156)

Color info

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

RGB color model

#F8D19C color RGB value is (248,209,156).

  • red value is 248;
  • green value is 209;
  • blue value is 156.
RGB:
(248,209,156)
(97%,82%,61%)

RGB channels and saturation

R 248 of 255 = 97%
G 209 of 255 = 82%
B 156 of 255 = 61%

248
209
156

R + G + B ~ 80%. #F8D19C is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 209 + 156 = 613 (100%)
R 248 of 613 ~ 40.46%
G 209 of 613 ~ 34.09%
B 156 of 613 ~ 25.45%

%40.46
%34.09
%25.45

CMYK color model

#F8D19C color CMYK value is (0,16,37,3).

  • cyan value is 0.00%
  • magenta value is 15.73%
  • yellow value is 37.10%
  • key color value is 2.75%
CMYK:
(0,16,37,3)
C0M16Y37K3 
(0%,16%,37%,3%)
(0.00/0.16/0.37/0.03)	

CMYK percentages

%0
%15.73
%37.1
%2.75

Codes

Color #F8D19C in popluar color models

F8D19C
RGB248209156
HSL35°86.79%79.22%
HSB/HSV35°37.10%97.25%
CMYK0.00%15.73%37.10%
2.75%

Color #F8D19C in popluar number systems.

HEXF8D19C
Decimal248209156
Binary111110001101000110011100
Octal370321234

Shades and tints

Shades of #F8D19C

#F8D19C
(248,209,156)
#E2BE8E
(226,190,142)
#CCAB80
(204,171,128)
#B69872
(182,152,114)
#A08564
(160,133,100)
#8A7256
(138,114,86)
#745F48
(116,95,72)
#5E4C3A
(94,76,58)
#48392C
(72,57,44)
#32261E
(50,38,30)
#1C1310
(28,19,16)
#000000
(0,0,0)

Tints of #F8D19C

#F8D19C
(248,209,156)
#F8D5A5
(248,213,165)
#F8D9AE
(248,217,174)
#F8DDB7
(248,221,183)
#F8E1C0
(248,225,192)
#F8E5C9
(248,229,201)
#F8E9D2
(248,233,210)
#F8EDDB
(248,237,219)
#F8F1E4
(248,241,228)
#F8F5ED
(248,245,237)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D19C color. Also use rgb(248,209,156) instead hex code.

Text Font Color

.myTextColor { color: #F8D19C; }

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

This text font color is #F8D19C.


Background Color

.myBgColor { background-color: #F8D19C; }

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

This div background color is #F8D19C.


Border color

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

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

This div border color is #F8D19C.


Opacity

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

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

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

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

This text has shadow with #F8D19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D19C on black background.


Color preview on white background

This text has color #F8D19C on white background.



Black color preview on #F8D19C background

This text has black color on #F8D19C background.


White color preview on #F8D19C background

This text has white color on #F8D19C background.