COLOR #F8CB85

HEX: #F8CB85
RGB: (248,203,133)

Color info

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

RGB color model

#F8CB85 color RGB value is (248,203,133).

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

RGB channels and saturation

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

248
203
133

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

Portions of RGB colors in percentages

R + G + B =
248 + 203 + 133 = 584 (100%)
R 248 of 584 ~ 42.47%
G 203 of 584 ~ 34.76%
B 133 of 584 ~ 22.77%

%42.47
%34.76
%22.77

CMYK color model

#F8CB85 color CMYK value is (0,18,46,3).

  • cyan value is 0.00%
  • magenta value is 18.15%
  • yellow value is 46.37%
  • key color value is 2.75%
CMYK:
(0,18,46,3)
C0M18Y46K3 
(0%,18%,46%,3%)
(0.00/0.18/0.46/0.03)	

CMYK percentages

%0
%18.15
%46.37
%2.75

Codes

Color #F8CB85 in popluar color models

F8CB85
RGB248203133
HSL37°89.15%74.71%
HSB/HSV37°46.37%97.25%
CMYK0.00%18.15%46.37%
2.75%

Color #F8CB85 in popluar number systems.

HEXF8CB85
Decimal248203133
Binary111110001100101110000101
Octal370313205

Shades and tints

Shades of #F8CB85

#F8CB85
(248,203,133)
#E2B979
(226,185,121)
#CCA76D
(204,167,109)
#B69561
(182,149,97)
#A08355
(160,131,85)
#8A7149
(138,113,73)
#745F3D
(116,95,61)
#5E4D31
(94,77,49)
#483B25
(72,59,37)
#322919
(50,41,25)
#1C170D
(28,23,13)
#000000
(0,0,0)

Tints of #F8CB85

#F8CB85
(248,203,133)
#F8CF90
(248,207,144)
#F8D39B
(248,211,155)
#F8D7A6
(248,215,166)
#F8DBB1
(248,219,177)
#F8DFBC
(248,223,188)
#F8E3C7
(248,227,199)
#F8E7D2
(248,231,210)
#F8EBDD
(248,235,221)
#F8EFE8
(248,239,232)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8CB85; }

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

This text font color is #F8CB85.


Background Color

.myBgColor { background-color: #F8CB85; }

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

This div background color is #F8CB85.


Border color

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

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

This div border color is #F8CB85.


Opacity

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

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

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

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

This text has shadow with #F8CB85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8CB85 on black background.


Color preview on white background

This text has color #F8CB85 on white background.



Black color preview on #F8CB85 background

This text has black color on #F8CB85 background.


White color preview on #F8CB85 background

This text has white color on #F8CB85 background.