COLOR #F3C046

HEX: #F3C046
RGB: (243,192,70)

Color info

#F3C046 contains mainly red and green colors. Web safe color of #F3C046 is #FFCC33 (or #FC3).

RGB color model

#F3C046 color RGB value is (243,192,70).

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

RGB channels and saturation

R 243 of 255 = 95%
G 192 of 255 = 75%
B 70 of 255 = 27%

243
192
70

R + G + B ~ 66%. #F3C046 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 192 + 70 = 505 (100%)
R 243 of 505 ~ 48.12%
G 192 of 505 ~ 38.02%
B 70 of 505 ~ 13.86%

%48.12
%38.02
%13.86

CMYK color model

#F3C046 color CMYK value is (0,21,71,5).

  • cyan value is 0.00%
  • magenta value is 20.99%
  • yellow value is 71.19%
  • key color value is 4.71%
CMYK:
(0,21,71,5)
C0M21Y71K5 
(0%,21%,71%,5%)
(0.00/0.21/0.71/0.05)	

CMYK percentages

%0
%20.99
%71.19
%4.71

Codes

Color #F3C046 in popluar color models

F3C046
RGB24319270
HSL42°87.82%61.37%
HSB/HSV42°71.19%95.29%
CMYK0.00%20.99%71.19%
4.71%

Color #F3C046 in popluar number systems.

HEXF3C046
Decimal24319270
Binary11110011110000001000110
Octal363300106

Shades and tints

Shades of #F3C046

#F3C046
(243,192,70)
#DDAF40
(221,175,64)
#C79E3A
(199,158,58)
#B18D34
(177,141,52)
#9B7C2E
(155,124,46)
#856B28
(133,107,40)
#6F5A22
(111,90,34)
#59491C
(89,73,28)
#433816
(67,56,22)
#2D2710
(45,39,16)
#17160A
(23,22,10)
#000000
(0,0,0)

Tints of #F3C046

#F3C046
(243,192,70)
#F4C556
(244,197,86)
#F5CA66
(245,202,102)
#F6CF76
(246,207,118)
#F7D486
(247,212,134)
#F8D996
(248,217,150)
#F9DEA6
(249,222,166)
#FAE3B6
(250,227,182)
#FBE8C6
(251,232,198)
#FCEDD6
(252,237,214)
#FDF2E6
(253,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3C046; }

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

This text font color is #F3C046.


Background Color

.myBgColor { background-color: #F3C046; }

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

This div background color is #F3C046.


Border color

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

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

This div border color is #F3C046.


Opacity

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

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

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

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

This text has shadow with #F3C046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C046 on black background.


Color preview on white background

This text has color #F3C046 on white background.



Black color preview on #F3C046 background

This text has black color on #F3C046 background.


White color preview on #F3C046 background

This text has white color on #F3C046 background.