COLOR #F3C27B

HEX: #F3C27B
RGB: (243,194,123)

Color info

#F3C27B contains mainly red and green colors. Web safe color of #F3C27B is #FFCC66 (or #FC6).

RGB color model

#F3C27B color RGB value is (243,194,123).

  • red value is 243;
  • green value is 194;
  • blue value is 123.
RGB:
(243,194,123)
(95%,76%,48%)

RGB channels and saturation

R 243 of 255 = 95%
G 194 of 255 = 76%
B 123 of 255 = 48%

243
194
123

R + G + B ~ 73%. #F3C27B is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 194 + 123 = 560 (100%)
R 243 of 560 ~ 43.39%
G 194 of 560 ~ 34.64%
B 123 of 560 ~ 21.96%

%43.39
%34.64
%21.96

CMYK color model

#F3C27B color CMYK value is (0,20,49,5).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 49.38%
  • key color value is 4.71%
CMYK:
(0,20,49,5)
C0M20Y49K5 
(0%,20%,49%,5%)
(0.00/0.20/0.49/0.05)	

CMYK percentages

%0
%20.16
%49.38
%4.71

Codes

Color #F3C27B in popluar color models

F3C27B
RGB243194123
HSL36°83.33%71.76%
HSB/HSV36°49.38%95.29%
CMYK0.00%20.16%49.38%
4.71%

Color #F3C27B in popluar number systems.

HEXF3C27B
Decimal243194123
Binary11110011110000101111011
Octal363302173

Shades and tints

Shades of #F3C27B

#F3C27B
(243,194,123)
#DDB170
(221,177,112)
#C7A065
(199,160,101)
#B18F5A
(177,143,90)
#9B7E4F
(155,126,79)
#856D44
(133,109,68)
#6F5C39
(111,92,57)
#594B2E
(89,75,46)
#433A23
(67,58,35)
#2D2918
(45,41,24)
#17180D
(23,24,13)
#000000
(0,0,0)

Tints of #F3C27B

#F3C27B
(243,194,123)
#F4C787
(244,199,135)
#F5CC93
(245,204,147)
#F6D19F
(246,209,159)
#F7D6AB
(247,214,171)
#F8DBB7
(248,219,183)
#F9E0C3
(249,224,195)
#FAE5CF
(250,229,207)
#FBEADB
(251,234,219)
#FCEFE7
(252,239,231)
#FDF4F3
(253,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C27B color. Also use rgb(243,194,123) instead hex code.

Text Font Color

.myTextColor { color: #F3C27B; }

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

This text font color is #F3C27B.


Background Color

.myBgColor { background-color: #F3C27B; }

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

This div background color is #F3C27B.


Border color

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

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

This div border color is #F3C27B.


Opacity

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

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

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

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

This text has shadow with #F3C27B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C27B on black background.


Color preview on white background

This text has color #F3C27B on white background.



Black color preview on #F3C27B background

This text has black color on #F3C27B background.


White color preview on #F3C27B background

This text has white color on #F3C27B background.