COLOR #F3C07C

HEX: #F3C07C
RGB: (243,192,124)

Color info

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

RGB color model

#F3C07C color RGB value is (243,192,124).

  • red value is 243;
  • green value is 192;
  • blue value is 124.
RGB:
(243,192,124)
(95%,75%,49%)

RGB channels and saturation

R 243 of 255 = 95%
G 192 of 255 = 75%
B 124 of 255 = 49%

243
192
124

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

Portions of RGB colors in percentages

R + G + B =
243 + 192 + 124 = 559 (100%)
R 243 of 559 ~ 43.47%
G 192 of 559 ~ 34.35%
B 124 of 559 ~ 22.18%

%43.47
%34.35
%22.18

CMYK color model

#F3C07C color CMYK value is (0,21,49,5).

  • cyan value is 0.00%
  • magenta value is 20.99%
  • yellow value is 48.97%
  • key color value is 4.71%
CMYK:
(0,21,49,5)
C0M21Y49K5 
(0%,21%,49%,5%)
(0.00/0.21/0.49/0.05)	

CMYK percentages

%0
%20.99
%48.97
%4.71

Codes

Color #F3C07C in popluar color models

F3C07C
RGB243192124
HSL34°83.22%71.96%
HSB/HSV34°48.97%95.29%
CMYK0.00%20.99%48.97%
4.71%

Color #F3C07C in popluar number systems.

HEXF3C07C
Decimal243192124
Binary11110011110000001111100
Octal363300174

Shades and tints

Shades of #F3C07C

#F3C07C
(243,192,124)
#DDAF71
(221,175,113)
#C79E66
(199,158,102)
#B18D5B
(177,141,91)
#9B7C50
(155,124,80)
#856B45
(133,107,69)
#6F5A3A
(111,90,58)
#59492F
(89,73,47)
#433824
(67,56,36)
#2D2719
(45,39,25)
#17160E
(23,22,14)
#000000
(0,0,0)

Tints of #F3C07C

#F3C07C
(243,192,124)
#F4C587
(244,197,135)
#F5CA92
(245,202,146)
#F6CF9D
(246,207,157)
#F7D4A8
(247,212,168)
#F8D9B3
(248,217,179)
#F9DEBE
(249,222,190)
#FAE3C9
(250,227,201)
#FBE8D4
(251,232,212)
#FCEDDF
(252,237,223)
#FDF2EA
(253,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C07C color. Also use rgb(243,192,124) instead hex code.

Text Font Color

.myTextColor { color: #F3C07C; }

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

This text font color is #F3C07C.


Background Color

.myBgColor { background-color: #F3C07C; }

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

This div background color is #F3C07C.


Border color

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

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

This div border color is #F3C07C.


Opacity

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

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

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

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

This text has shadow with #F3C07C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C07C on black background.


Color preview on white background

This text has color #F3C07C on white background.



Black color preview on #F3C07C background

This text has black color on #F3C07C background.


White color preview on #F3C07C background

This text has white color on #F3C07C background.