COLOR #F37C1F

HEX: #F37C1F
RGB: (243,124,31)

Color info

#F37C1F contains mainly red color. Web safe color of #F37C1F is #FF6633 (or #F63).

RGB color model

#F37C1F color RGB value is (243,124,31).

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

RGB channels and saturation

R 243 of 255 = 95%
G 124 of 255 = 49%
B 31 of 255 = 12%

243
124
31

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

Portions of RGB colors in percentages

R + G + B =
243 + 124 + 31 = 398 (100%)
R 243 of 398 ~ 61.06%
G 124 of 398 ~ 31.16%
B 31 of 398 ~ 7.79%

%61.06
%31.16

CMYK color model

#F37C1F color CMYK value is (0,49,87,5).

  • cyan value is 0.00%
  • magenta value is 48.97%
  • yellow value is 87.24%
  • key color value is 4.71%
CMYK:
(0,49,87,5)
C0M49Y87K5 
(0%,49%,87%,5%)
(0.00/0.49/0.87/0.05)	

CMYK percentages

%0
%48.97
%87.24
%4.71

Codes

Color #F37C1F in popluar color models

F37C1F
RGB24312431
HSL26°89.83%53.73%
HSB/HSV26°87.24%95.29%
CMYK0.00%48.97%87.24%
4.71%

Color #F37C1F in popluar number systems.

HEXF37C1F
Decimal24312431
Binary11110011111110011111
Octal36317437

Shades and tints

Shades of #F37C1F

#F37C1F
(243,124,31)
#DD711D
(221,113,29)
#C7661B
(199,102,27)
#B15B19
(177,91,25)
#9B5017
(155,80,23)
#854515
(133,69,21)
#6F3A13
(111,58,19)
#592F11
(89,47,17)
#43240F
(67,36,15)
#2D190D
(45,25,13)
#170E0B
(23,14,11)
#000000
(0,0,0)

Tints of #F37C1F

#F37C1F
(243,124,31)
#F48733
(244,135,51)
#F59247
(245,146,71)
#F69D5B
(246,157,91)
#F7A86F
(247,168,111)
#F8B383
(248,179,131)
#F9BE97
(249,190,151)
#FAC9AB
(250,201,171)
#FBD4BF
(251,212,191)
#FCDFD3
(252,223,211)
#FDEAE7
(253,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F37C1F; }

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

This text font color is #F37C1F.


Background Color

.myBgColor { background-color: #F37C1F; }

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

This div background color is #F37C1F.


Border color

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

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

This div border color is #F37C1F.


Opacity

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

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

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

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

This text has shadow with #F37C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F37C1F on black background.


Color preview on white background

This text has color #F37C1F on white background.



Black color preview on #F37C1F background

This text has black color on #F37C1F background.


White color preview on #F37C1F background

This text has white color on #F37C1F background.