COLOR #F8D16C

HEX: #F8D16C
RGB: (248,209,108)

Color info

#F8D16C contains mainly red and green colors. Web safe color of #F8D16C is #FFCC66 (or #FC6).

RGB color model

#F8D16C color RGB value is (248,209,108).

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

RGB channels and saturation

R 248 of 255 = 97%
G 209 of 255 = 82%
B 108 of 255 = 42%

248
209
108

R + G + B ~ 74%. #F8D16C is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 209 + 108 = 565 (100%)
R 248 of 565 ~ 43.89%
G 209 of 565 ~ 36.99%
B 108 of 565 ~ 19.12%

%43.89
%36.99
%19.12

CMYK color model

#F8D16C color CMYK value is (0,16,56,3).

  • cyan value is 0.00%
  • magenta value is 15.73%
  • yellow value is 56.45%
  • key color value is 2.75%
CMYK:
(0,16,56,3)
C0M16Y56K3 
(0%,16%,56%,3%)
(0.00/0.16/0.56/0.03)	

CMYK percentages

%0
%15.73
%56.45
%2.75

Codes

Color #F8D16C in popluar color models

F8D16C
RGB248209108
HSL43°90.91%69.80%
HSB/HSV43°56.45%97.25%
CMYK0.00%15.73%56.45%
2.75%

Color #F8D16C in popluar number systems.

HEXF8D16C
Decimal248209108
Binary11111000110100011101100
Octal370321154

Shades and tints

Shades of #F8D16C

#F8D16C
(248,209,108)
#E2BE63
(226,190,99)
#CCAB5A
(204,171,90)
#B69851
(182,152,81)
#A08548
(160,133,72)
#8A723F
(138,114,63)
#745F36
(116,95,54)
#5E4C2D
(94,76,45)
#483924
(72,57,36)
#32261B
(50,38,27)
#1C1312
(28,19,18)
#000000
(0,0,0)

Tints of #F8D16C

#F8D16C
(248,209,108)
#F8D579
(248,213,121)
#F8D986
(248,217,134)
#F8DD93
(248,221,147)
#F8E1A0
(248,225,160)
#F8E5AD
(248,229,173)
#F8E9BA
(248,233,186)
#F8EDC7
(248,237,199)
#F8F1D4
(248,241,212)
#F8F5E1
(248,245,225)
#F8F9EE
(248,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8D16C; }

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

This text font color is #F8D16C.


Background Color

.myBgColor { background-color: #F8D16C; }

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

This div background color is #F8D16C.


Border color

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

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

This div border color is #F8D16C.


Opacity

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

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

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

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

This text has shadow with #F8D16C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D16C on black background.


Color preview on white background

This text has color #F8D16C on white background.



Black color preview on #F8D16C background

This text has black color on #F8D16C background.


White color preview on #F8D16C background

This text has white color on #F8D16C background.