COLOR #F3C399

HEX: #F3C399
RGB: (243,195,153)

Color info

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

RGB color model

#F3C399 color RGB value is (243,195,153).

  • red value is 243;
  • green value is 195;
  • blue value is 153.
RGB:
(243,195,153)
(95%,76%,60%)

RGB channels and saturation

R 243 of 255 = 95%
G 195 of 255 = 76%
B 153 of 255 = 60%

243
195
153

R + G + B ~ 77%. #F3C399 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 195 + 153 = 591 (100%)
R 243 of 591 ~ 41.12%
G 195 of 591 ~ 32.99%
B 153 of 591 ~ 25.89%

%41.12
%32.99
%25.89

CMYK color model

#F3C399 color CMYK value is (0,20,37,5).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 37.04%
  • key color value is 4.71%
CMYK:
(0,20,37,5)
C0M20Y37K5 
(0%,20%,37%,5%)
(0.00/0.20/0.37/0.05)	

CMYK percentages

%0
%19.75
%37.04
%4.71

Codes

Color #F3C399 in popluar color models

F3C399
RGB243195153
HSL28°78.95%77.65%
HSB/HSV28°37.04%95.29%
CMYK0.00%19.75%37.04%
4.71%

Color #F3C399 in popluar number systems.

HEXF3C399
Decimal243195153
Binary111100111100001110011001
Octal363303231

Shades and tints

Shades of #F3C399

#F3C399
(243,195,153)
#DDB28C
(221,178,140)
#C7A17F
(199,161,127)
#B19072
(177,144,114)
#9B7F65
(155,127,101)
#856E58
(133,110,88)
#6F5D4B
(111,93,75)
#594C3E
(89,76,62)
#433B31
(67,59,49)
#2D2A24
(45,42,36)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #F3C399

#F3C399
(243,195,153)
#F4C8A2
(244,200,162)
#F5CDAB
(245,205,171)
#F6D2B4
(246,210,180)
#F7D7BD
(247,215,189)
#F8DCC6
(248,220,198)
#F9E1CF
(249,225,207)
#FAE6D8
(250,230,216)
#FBEBE1
(251,235,225)
#FCF0EA
(252,240,234)
#FDF5F3
(253,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C399 color. Also use rgb(243,195,153) instead hex code.

Text Font Color

.myTextColor { color: #F3C399; }

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

This text font color is #F3C399.


Background Color

.myBgColor { background-color: #F3C399; }

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

This div background color is #F3C399.


Border color

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

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

This div border color is #F3C399.


Opacity

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

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

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

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

This text has shadow with #F3C399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C399 on black background.


Color preview on white background

This text has color #F3C399 on white background.



Black color preview on #F3C399 background

This text has black color on #F3C399 background.


White color preview on #F3C399 background

This text has white color on #F3C399 background.