COLOR #F8CD85

HEX: #F8CD85
RGB: (248,205,133)

Color info

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

RGB color model

#F8CD85 color RGB value is (248,205,133).

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

RGB channels and saturation

R 248 of 255 = 97%
G 205 of 255 = 80%
B 133 of 255 = 52%

248
205
133

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

Portions of RGB colors in percentages

R + G + B =
248 + 205 + 133 = 586 (100%)
R 248 of 586 ~ 42.32%
G 205 of 586 ~ 34.98%
B 133 of 586 ~ 22.7%

%42.32
%34.98
%22.7

CMYK color model

#F8CD85 color CMYK value is (0,17,46,3).

  • cyan value is 0.00%
  • magenta value is 17.34%
  • yellow value is 46.37%
  • key color value is 2.75%
CMYK:
(0,17,46,3)
C0M17Y46K3 
(0%,17%,46%,3%)
(0.00/0.17/0.46/0.03)	

CMYK percentages

%0
%17.34
%46.37
%2.75

Codes

Color #F8CD85 in popluar color models

F8CD85
RGB248205133
HSL38°89.15%74.71%
HSB/HSV38°46.37%97.25%
CMYK0.00%17.34%46.37%
2.75%

Color #F8CD85 in popluar number systems.

HEXF8CD85
Decimal248205133
Binary111110001100110110000101
Octal370315205

Shades and tints

Shades of #F8CD85

#F8CD85
(248,205,133)
#E2BB79
(226,187,121)
#CCA96D
(204,169,109)
#B69761
(182,151,97)
#A08555
(160,133,85)
#8A7349
(138,115,73)
#74613D
(116,97,61)
#5E4F31
(94,79,49)
#483D25
(72,61,37)
#322B19
(50,43,25)
#1C190D
(28,25,13)
#000000
(0,0,0)

Tints of #F8CD85

#F8CD85
(248,205,133)
#F8D190
(248,209,144)
#F8D59B
(248,213,155)
#F8D9A6
(248,217,166)
#F8DDB1
(248,221,177)
#F8E1BC
(248,225,188)
#F8E5C7
(248,229,199)
#F8E9D2
(248,233,210)
#F8EDDD
(248,237,221)
#F8F1E8
(248,241,232)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8CD85; }

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

This text font color is #F8CD85.


Background Color

.myBgColor { background-color: #F8CD85; }

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

This div background color is #F8CD85.


Border color

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

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

This div border color is #F8CD85.


Opacity

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

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

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

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

This text has shadow with #F8CD85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8CD85 on black background.


Color preview on white background

This text has color #F8CD85 on white background.



Black color preview on #F8CD85 background

This text has black color on #F8CD85 background.


White color preview on #F8CD85 background

This text has white color on #F8CD85 background.