COLOR #F3B313

HEX: #F3B313
RGB: (243,179,19)

Color info

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

RGB color model

#F3B313 color RGB value is (243,179,19).

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

RGB channels and saturation

R 243 of 255 = 95%
G 179 of 255 = 70%
B 19 of 255 = 7%

243
179
19

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

Portions of RGB colors in percentages

R + G + B =
243 + 179 + 19 = 441 (100%)
R 243 of 441 ~ 55.1%
G 179 of 441 ~ 40.59%
B 19 of 441 ~ 4.31%

%55.1
%40.59

CMYK color model

#F3B313 color CMYK value is (0,26,92,5).

  • cyan value is 0.00%
  • magenta value is 26.34%
  • yellow value is 92.18%
  • key color value is 4.71%
CMYK:
(0,26,92,5)
C0M26Y92K5 
(0%,26%,92%,5%)
(0.00/0.26/0.92/0.05)	

CMYK percentages

%0
%26.34
%92.18
%4.71

Codes

Color #F3B313 in popluar color models

F3B313
RGB24317919
HSL43°90.32%51.37%
HSB/HSV43°92.18%95.29%
CMYK0.00%26.34%92.18%
4.71%

Color #F3B313 in popluar number systems.

HEXF3B313
Decimal24317919
Binary111100111011001110011
Octal36326323

Shades and tints

Shades of #F3B313

#F3B313
(243,179,19)
#DDA312
(221,163,18)
#C79311
(199,147,17)
#B18310
(177,131,16)
#9B730F
(155,115,15)
#85630E
(133,99,14)
#6F530D
(111,83,13)
#59430C
(89,67,12)
#43330B
(67,51,11)
#2D230A
(45,35,10)
#171309
(23,19,9)
#000000
(0,0,0)

Tints of #F3B313

#F3B313
(243,179,19)
#F4B928
(244,185,40)
#F5BF3D
(245,191,61)
#F6C552
(246,197,82)
#F7CB67
(247,203,103)
#F8D17C
(248,209,124)
#F9D791
(249,215,145)
#FADDA6
(250,221,166)
#FBE3BB
(251,227,187)
#FCE9D0
(252,233,208)
#FDEFE5
(253,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3B313; }

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

This text font color is #F3B313.


Background Color

.myBgColor { background-color: #F3B313; }

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

This div background color is #F3B313.


Border color

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

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

This div border color is #F3B313.


Opacity

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

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

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

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

This text has shadow with #F3B313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B313 on black background.


Color preview on white background

This text has color #F3B313 on white background.



Black color preview on #F3B313 background

This text has black color on #F3B313 background.


White color preview on #F3B313 background

This text has white color on #F3B313 background.