COLOR #F3C585

HEX: #F3C585
RGB: (243,197,133)

Color info

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

RGB color model

#F3C585 color RGB value is (243,197,133).

  • red value is 243;
  • green value is 197;
  • blue value is 133.
RGB:
(243,197,133)
(95%,77%,52%)

RGB channels and saturation

R 243 of 255 = 95%
G 197 of 255 = 77%
B 133 of 255 = 52%

243
197
133

R + G + B ~ 75%. #F3C585 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 197 + 133 = 573 (100%)
R 243 of 573 ~ 42.41%
G 197 of 573 ~ 34.38%
B 133 of 573 ~ 23.21%

%42.41
%34.38
%23.21

CMYK color model

#F3C585 color CMYK value is (0,19,45,5).

  • cyan value is 0.00%
  • magenta value is 18.93%
  • yellow value is 45.27%
  • key color value is 4.71%
CMYK:
(0,19,45,5)
C0M19Y45K5 
(0%,19%,45%,5%)
(0.00/0.19/0.45/0.05)	

CMYK percentages

%0
%18.93
%45.27
%4.71

Codes

Color #F3C585 in popluar color models

F3C585
RGB243197133
HSL35°82.09%73.73%
HSB/HSV35°45.27%95.29%
CMYK0.00%18.93%45.27%
4.71%

Color #F3C585 in popluar number systems.

HEXF3C585
Decimal243197133
Binary111100111100010110000101
Octal363305205

Shades and tints

Shades of #F3C585

#F3C585
(243,197,133)
#DDB479
(221,180,121)
#C7A36D
(199,163,109)
#B19261
(177,146,97)
#9B8155
(155,129,85)
#857049
(133,112,73)
#6F5F3D
(111,95,61)
#594E31
(89,78,49)
#433D25
(67,61,37)
#2D2C19
(45,44,25)
#171B0D
(23,27,13)
#000000
(0,0,0)

Tints of #F3C585

#F3C585
(243,197,133)
#F4CA90
(244,202,144)
#F5CF9B
(245,207,155)
#F6D4A6
(246,212,166)
#F7D9B1
(247,217,177)
#F8DEBC
(248,222,188)
#F9E3C7
(249,227,199)
#FAE8D2
(250,232,210)
#FBEDDD
(251,237,221)
#FCF2E8
(252,242,232)
#FDF7F3
(253,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C585 color. Also use rgb(243,197,133) instead hex code.

Text Font Color

.myTextColor { color: #F3C585; }

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

This text font color is #F3C585.


Background Color

.myBgColor { background-color: #F3C585; }

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

This div background color is #F3C585.


Border color

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

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

This div border color is #F3C585.


Opacity

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

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

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

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

This text has shadow with #F3C585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C585 on black background.


Color preview on white background

This text has color #F3C585 on white background.



Black color preview on #F3C585 background

This text has black color on #F3C585 background.


White color preview on #F3C585 background

This text has white color on #F3C585 background.