COLOR #F3C05C

HEX: #F3C05C
RGB: (243,192,92)

Color info

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

RGB color model

#F3C05C color RGB value is (243,192,92).

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

RGB channels and saturation

R 243 of 255 = 95%
G 192 of 255 = 75%
B 92 of 255 = 36%

243
192
92

R + G + B ~ 69%. #F3C05C is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 192 + 92 = 527 (100%)
R 243 of 527 ~ 46.11%
G 192 of 527 ~ 36.43%
B 92 of 527 ~ 17.46%

%46.11
%36.43
%17.46

CMYK color model

#F3C05C color CMYK value is (0,21,62,5).

  • cyan value is 0.00%
  • magenta value is 20.99%
  • yellow value is 62.14%
  • key color value is 4.71%
CMYK:
(0,21,62,5)
C0M21Y62K5 
(0%,21%,62%,5%)
(0.00/0.21/0.62/0.05)	

CMYK percentages

%0
%20.99
%62.14
%4.71

Codes

Color #F3C05C in popluar color models

F3C05C
RGB24319292
HSL40°86.29%65.69%
HSB/HSV40°62.14%95.29%
CMYK0.00%20.99%62.14%
4.71%

Color #F3C05C in popluar number systems.

HEXF3C05C
Decimal24319292
Binary11110011110000001011100
Octal363300134

Shades and tints

Shades of #F3C05C

#F3C05C
(243,192,92)
#DDAF54
(221,175,84)
#C79E4C
(199,158,76)
#B18D44
(177,141,68)
#9B7C3C
(155,124,60)
#856B34
(133,107,52)
#6F5A2C
(111,90,44)
#594924
(89,73,36)
#43381C
(67,56,28)
#2D2714
(45,39,20)
#17160C
(23,22,12)
#000000
(0,0,0)

Tints of #F3C05C

#F3C05C
(243,192,92)
#F4C56A
(244,197,106)
#F5CA78
(245,202,120)
#F6CF86
(246,207,134)
#F7D494
(247,212,148)
#F8D9A2
(248,217,162)
#F9DEB0
(249,222,176)
#FAE3BE
(250,227,190)
#FBE8CC
(251,232,204)
#FCEDDA
(252,237,218)
#FDF2E8
(253,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3C05C; }

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

This text font color is #F3C05C.


Background Color

.myBgColor { background-color: #F3C05C; }

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

This div background color is #F3C05C.


Border color

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

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

This div border color is #F3C05C.


Opacity

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

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

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

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

This text has shadow with #F3C05C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C05C on black background.


Color preview on white background

This text has color #F3C05C on white background.



Black color preview on #F3C05C background

This text has black color on #F3C05C background.


White color preview on #F3C05C background

This text has white color on #F3C05C background.