COLOR #F3A213

HEX: #F3A213
RGB: (243,162,19)

Color info

#F3A213 contains mainly red color. Web safe color of #F3A213 is #FF9900 (or #F90).

RGB color model

#F3A213 color RGB value is (243,162,19).

  • red value is 243;
  • green value is 162;
  • blue value is 19.
RGB:
(243,162,19)
(95%,64%,7%)

RGB channels and saturation

R 243 of 255 = 95%
G 162 of 255 = 64%
B 19 of 255 = 7%

243
162
19

R + G + B ~ 55%. #F3A213 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
243 + 162 + 19 = 424 (100%)
R 243 of 424 ~ 57.31%
G 162 of 424 ~ 38.21%
B 19 of 424 ~ 4.48%

%57.31
%38.21

CMYK color model

#F3A213 color CMYK value is (0,33,92,5).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 92.18%
  • key color value is 4.71%
CMYK:
(0,33,92,5)
C0M33Y92K5 
(0%,33%,92%,5%)
(0.00/0.33/0.92/0.05)	

CMYK percentages

%0
%33.33
%92.18
%4.71

Codes

Color #F3A213 in popluar color models

F3A213
RGB24316219
HSL38°90.32%51.37%
HSB/HSV38°92.18%95.29%
CMYK0.00%33.33%92.18%
4.71%

Color #F3A213 in popluar number systems.

HEXF3A213
Decimal24316219
Binary111100111010001010011
Octal36324223

Shades and tints

Shades of #F3A213

#F3A213
(243,162,19)
#DD9412
(221,148,18)
#C78611
(199,134,17)
#B17810
(177,120,16)
#9B6A0F
(155,106,15)
#855C0E
(133,92,14)
#6F4E0D
(111,78,13)
#59400C
(89,64,12)
#43320B
(67,50,11)
#2D240A
(45,36,10)
#171609
(23,22,9)
#000000
(0,0,0)

Tints of #F3A213

#F3A213
(243,162,19)
#F4AA28
(244,170,40)
#F5B23D
(245,178,61)
#F6BA52
(246,186,82)
#F7C267
(247,194,103)
#F8CA7C
(248,202,124)
#F9D291
(249,210,145)
#FADAA6
(250,218,166)
#FBE2BB
(251,226,187)
#FCEAD0
(252,234,208)
#FDF2E5
(253,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3A213 color. Also use rgb(243,162,19) instead hex code.

Text Font Color

.myTextColor { color: #F3A213; }

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

This text font color is #F3A213.


Background Color

.myBgColor { background-color: #F3A213; }

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

This div background color is #F3A213.


Border color

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

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

This div border color is #F3A213.


Opacity

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

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

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

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

This text has shadow with #F3A213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3A213 on black background.


Color preview on white background

This text has color #F3A213 on white background.



Black color preview on #F3A213 background

This text has black color on #F3A213 background.


White color preview on #F3A213 background

This text has white color on #F3A213 background.