COLOR #F8C167

HEX: #F8C167
RGB: (248,193,103)

Color info

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

RGB color model

#F8C167 color RGB value is (248,193,103).

  • red value is 248;
  • green value is 193;
  • blue value is 103.
RGB:
(248,193,103)
(97%,76%,40%)

RGB channels and saturation

R 248 of 255 = 97%
G 193 of 255 = 76%
B 103 of 255 = 40%

248
193
103

R + G + B ~ 71%. #F8C167 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 193 + 103 = 544 (100%)
R 248 of 544 ~ 45.59%
G 193 of 544 ~ 35.48%
B 103 of 544 ~ 18.93%

%45.59
%35.48
%18.93

CMYK color model

#F8C167 color CMYK value is (0,22,58,3).

  • cyan value is 0.00%
  • magenta value is 22.18%
  • yellow value is 58.47%
  • key color value is 2.75%
CMYK:
(0,22,58,3)
C0M22Y58K3 
(0%,22%,58%,3%)
(0.00/0.22/0.58/0.03)	

CMYK percentages

%0
%22.18
%58.47
%2.75

Codes

Color #F8C167 in popluar color models

F8C167
RGB248193103
HSL37°91.19%68.82%
HSB/HSV37°58.47%97.25%
CMYK0.00%22.18%58.47%
2.75%

Color #F8C167 in popluar number systems.

HEXF8C167
Decimal248193103
Binary11111000110000011100111
Octal370301147

Shades and tints

Shades of #F8C167

#F8C167
(248,193,103)
#E2B05E
(226,176,94)
#CC9F55
(204,159,85)
#B68E4C
(182,142,76)
#A07D43
(160,125,67)
#8A6C3A
(138,108,58)
#745B31
(116,91,49)
#5E4A28
(94,74,40)
#48391F
(72,57,31)
#322816
(50,40,22)
#1C170D
(28,23,13)
#000000
(0,0,0)

Tints of #F8C167

#F8C167
(248,193,103)
#F8C674
(248,198,116)
#F8CB81
(248,203,129)
#F8D08E
(248,208,142)
#F8D59B
(248,213,155)
#F8DAA8
(248,218,168)
#F8DFB5
(248,223,181)
#F8E4C2
(248,228,194)
#F8E9CF
(248,233,207)
#F8EEDC
(248,238,220)
#F8F3E9
(248,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8C167; }

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

This text font color is #F8C167.


Background Color

.myBgColor { background-color: #F8C167; }

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

This div background color is #F8C167.


Border color

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

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

This div border color is #F8C167.


Opacity

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

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

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

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

This text has shadow with #F8C167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C167 on black background.


Color preview on white background

This text has color #F8C167 on white background.



Black color preview on #F8C167 background

This text has black color on #F8C167 background.


White color preview on #F8C167 background

This text has white color on #F8C167 background.