COLOR #F8C885

HEX: #F8C885
RGB: (248,200,133)

Color info

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

RGB color model

#F8C885 color RGB value is (248,200,133).

  • red value is 248;
  • green value is 200;
  • blue value is 133.
RGB:
(248,200,133)
(97%,78%,52%)

RGB channels and saturation

R 248 of 255 = 97%
G 200 of 255 = 78%
B 133 of 255 = 52%

248
200
133

R + G + B ~ 76%. #F8C885 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 200 + 133 = 581 (100%)
R 248 of 581 ~ 42.69%
G 200 of 581 ~ 34.42%
B 133 of 581 ~ 22.89%

%42.69
%34.42
%22.89

CMYK color model

#F8C885 color CMYK value is (0,19,46,3).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 46.37%
  • key color value is 2.75%
CMYK:
(0,19,46,3)
C0M19Y46K3 
(0%,19%,46%,3%)
(0.00/0.19/0.46/0.03)	

CMYK percentages

%0
%19.35
%46.37
%2.75

Codes

Color #F8C885 in popluar color models

F8C885
RGB248200133
HSL35°89.15%74.71%
HSB/HSV35°46.37%97.25%
CMYK0.00%19.35%46.37%
2.75%

Color #F8C885 in popluar number systems.

HEXF8C885
Decimal248200133
Binary111110001100100010000101
Octal370310205

Shades and tints

Shades of #F8C885

#F8C885
(248,200,133)
#E2B679
(226,182,121)
#CCA46D
(204,164,109)
#B69261
(182,146,97)
#A08055
(160,128,85)
#8A6E49
(138,110,73)
#745C3D
(116,92,61)
#5E4A31
(94,74,49)
#483825
(72,56,37)
#322619
(50,38,25)
#1C140D
(28,20,13)
#000000
(0,0,0)

Tints of #F8C885

#F8C885
(248,200,133)
#F8CD90
(248,205,144)
#F8D29B
(248,210,155)
#F8D7A6
(248,215,166)
#F8DCB1
(248,220,177)
#F8E1BC
(248,225,188)
#F8E6C7
(248,230,199)
#F8EBD2
(248,235,210)
#F8F0DD
(248,240,221)
#F8F5E8
(248,245,232)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C885 color. Also use rgb(248,200,133) instead hex code.

Text Font Color

.myTextColor { color: #F8C885; }

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

This text font color is #F8C885.


Background Color

.myBgColor { background-color: #F8C885; }

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

This div background color is #F8C885.


Border color

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

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

This div border color is #F8C885.


Opacity

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

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

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

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

This text has shadow with #F8C885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C885 on black background.


Color preview on white background

This text has color #F8C885 on white background.



Black color preview on #F8C885 background

This text has black color on #F8C885 background.


White color preview on #F8C885 background

This text has white color on #F8C885 background.