COLOR #F8C59D

HEX: #F8C59D
RGB: (248,197,157)

Color info

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

RGB color model

#F8C59D color RGB value is (248,197,157).

  • red value is 248;
  • green value is 197;
  • blue value is 157.
RGB:
(248,197,157)
(97%,77%,62%)

RGB channels and saturation

R 248 of 255 = 97%
G 197 of 255 = 77%
B 157 of 255 = 62%

248
197
157

R + G + B ~ 79%. #F8C59D is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 197 + 157 = 602 (100%)
R 248 of 602 ~ 41.2%
G 197 of 602 ~ 32.72%
B 157 of 602 ~ 26.08%

%41.2
%32.72
%26.08

CMYK color model

#F8C59D color CMYK value is (0,21,37,3).

  • cyan value is 0.00%
  • magenta value is 20.56%
  • yellow value is 36.69%
  • key color value is 2.75%
CMYK:
(0,21,37,3)
C0M21Y37K3 
(0%,21%,37%,3%)
(0.00/0.21/0.37/0.03)	

CMYK percentages

%0
%20.56
%36.69
%2.75

Codes

Color #F8C59D in popluar color models

F8C59D
RGB248197157
HSL26°86.67%79.41%
HSB/HSV26°36.69%97.25%
CMYK0.00%20.56%36.69%
2.75%

Color #F8C59D in popluar number systems.

HEXF8C59D
Decimal248197157
Binary111110001100010110011101
Octal370305235

Shades and tints

Shades of #F8C59D

#F8C59D
(248,197,157)
#E2B48F
(226,180,143)
#CCA381
(204,163,129)
#B69273
(182,146,115)
#A08165
(160,129,101)
#8A7057
(138,112,87)
#745F49
(116,95,73)
#5E4E3B
(94,78,59)
#483D2D
(72,61,45)
#322C1F
(50,44,31)
#1C1B11
(28,27,17)
#000000
(0,0,0)

Tints of #F8C59D

#F8C59D
(248,197,157)
#F8CAA5
(248,202,165)
#F8CFAD
(248,207,173)
#F8D4B5
(248,212,181)
#F8D9BD
(248,217,189)
#F8DEC5
(248,222,197)
#F8E3CD
(248,227,205)
#F8E8D5
(248,232,213)
#F8EDDD
(248,237,221)
#F8F2E5
(248,242,229)
#F8F7ED
(248,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C59D color. Also use rgb(248,197,157) instead hex code.

Text Font Color

.myTextColor { color: #F8C59D; }

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

This text font color is #F8C59D.


Background Color

.myBgColor { background-color: #F8C59D; }

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

This div background color is #F8C59D.


Border color

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

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

This div border color is #F8C59D.


Opacity

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

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

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

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

This text has shadow with #F8C59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C59D on black background.


Color preview on white background

This text has color #F8C59D on white background.



Black color preview on #F8C59D background

This text has black color on #F8C59D background.


White color preview on #F8C59D background

This text has white color on #F8C59D background.