COLOR #F8C068

HEX: #F8C068
RGB: (248,192,104)

Color info

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

RGB color model

#F8C068 color RGB value is (248,192,104).

  • red value is 248;
  • green value is 192;
  • blue value is 104.
RGB:
(248,192,104)
(97%,75%,41%)

RGB channels and saturation

R 248 of 255 = 97%
G 192 of 255 = 75%
B 104 of 255 = 41%

248
192
104

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

Portions of RGB colors in percentages

R + G + B =
248 + 192 + 104 = 544 (100%)
R 248 of 544 ~ 45.59%
G 192 of 544 ~ 35.29%
B 104 of 544 ~ 19.12%

%45.59
%35.29
%19.12

CMYK color model

#F8C068 color CMYK value is (0,23,58,3).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 58.06%
  • key color value is 2.75%
CMYK:
(0,23,58,3)
C0M23Y58K3 
(0%,23%,58%,3%)
(0.00/0.23/0.58/0.03)	

CMYK percentages

%0
%22.58
%58.06
%2.75

Codes

Color #F8C068 in popluar color models

F8C068
RGB248192104
HSL37°91.14%69.02%
HSB/HSV37°58.06%97.25%
CMYK0.00%22.58%58.06%
2.75%

Color #F8C068 in popluar number systems.

HEXF8C068
Decimal248192104
Binary11111000110000001101000
Octal370300150

Shades and tints

Shades of #F8C068

#F8C068
(248,192,104)
#E2AF5F
(226,175,95)
#CC9E56
(204,158,86)
#B68D4D
(182,141,77)
#A07C44
(160,124,68)
#8A6B3B
(138,107,59)
#745A32
(116,90,50)
#5E4929
(94,73,41)
#483820
(72,56,32)
#322717
(50,39,23)
#1C160E
(28,22,14)
#000000
(0,0,0)

Tints of #F8C068

#F8C068
(248,192,104)
#F8C575
(248,197,117)
#F8CA82
(248,202,130)
#F8CF8F
(248,207,143)
#F8D49C
(248,212,156)
#F8D9A9
(248,217,169)
#F8DEB6
(248,222,182)
#F8E3C3
(248,227,195)
#F8E8D0
(248,232,208)
#F8EDDD
(248,237,221)
#F8F2EA
(248,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C068 color. Also use rgb(248,192,104) instead hex code.

Text Font Color

.myTextColor { color: #F8C068; }

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

This text font color is #F8C068.


Background Color

.myBgColor { background-color: #F8C068; }

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

This div background color is #F8C068.


Border color

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

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

This div border color is #F8C068.


Opacity

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

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

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

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

This text has shadow with #F8C068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C068 on black background.


Color preview on white background

This text has color #F8C068 on white background.



Black color preview on #F8C068 background

This text has black color on #F8C068 background.


White color preview on #F8C068 background

This text has white color on #F8C068 background.