COLOR #F8DC93

HEX: #F8DC93
RGB: (248,220,147)

Color info

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

RGB color model

#F8DC93 color RGB value is (248,220,147).

  • red value is 248;
  • green value is 220;
  • blue value is 147.
RGB:
(248,220,147)
(97%,86%,58%)

RGB channels and saturation

R 248 of 255 = 97%
G 220 of 255 = 86%
B 147 of 255 = 58%

248
220
147

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

Portions of RGB colors in percentages

R + G + B =
248 + 220 + 147 = 615 (100%)
R 248 of 615 ~ 40.33%
G 220 of 615 ~ 35.77%
B 147 of 615 ~ 23.9%

%40.33
%35.77
%23.9

CMYK color model

#F8DC93 color CMYK value is (0,11,41,3).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 40.73%
  • key color value is 2.75%
CMYK:
(0,11,41,3)
C0M11Y41K3 
(0%,11%,41%,3%)
(0.00/0.11/0.41/0.03)	

CMYK percentages

%0
%11.29
%40.73
%2.75

Codes

Color #F8DC93 in popluar color models

F8DC93
RGB248220147
HSL43°87.83%77.45%
HSB/HSV43°40.73%97.25%
CMYK0.00%11.29%40.73%
2.75%

Color #F8DC93 in popluar number systems.

HEXF8DC93
Decimal248220147
Binary111110001101110010010011
Octal370334223

Shades and tints

Shades of #F8DC93

#F8DC93
(248,220,147)
#E2C886
(226,200,134)
#CCB479
(204,180,121)
#B6A06C
(182,160,108)
#A08C5F
(160,140,95)
#8A7852
(138,120,82)
#746445
(116,100,69)
#5E5038
(94,80,56)
#483C2B
(72,60,43)
#32281E
(50,40,30)
#1C1411
(28,20,17)
#000000
(0,0,0)

Tints of #F8DC93

#F8DC93
(248,220,147)
#F8DF9C
(248,223,156)
#F8E2A5
(248,226,165)
#F8E5AE
(248,229,174)
#F8E8B7
(248,232,183)
#F8EBC0
(248,235,192)
#F8EEC9
(248,238,201)
#F8F1D2
(248,241,210)
#F8F4DB
(248,244,219)
#F8F7E4
(248,247,228)
#F8FAED
(248,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8DC93 color. Also use rgb(248,220,147) instead hex code.

Text Font Color

.myTextColor { color: #F8DC93; }

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

This text font color is #F8DC93.


Background Color

.myBgColor { background-color: #F8DC93; }

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

This div background color is #F8DC93.


Border color

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

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

This div border color is #F8DC93.


Opacity

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

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

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

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

This text has shadow with #F8DC93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DC93 on black background.


Color preview on white background

This text has color #F8DC93 on white background.



Black color preview on #F8DC93 background

This text has black color on #F8DC93 background.


White color preview on #F8DC93 background

This text has white color on #F8DC93 background.