COLOR #F38C25

HEX: #F38C25
RGB: (243,140,37)

Color info

#F38C25 contains mainly red color. Web safe color of #F38C25 is #FF9933 (or #F93).

RGB color model

#F38C25 color RGB value is (243,140,37).

  • red value is 243;
  • green value is 140;
  • blue value is 37.
RGB:
(243,140,37)
(95%,55%,15%)

RGB channels and saturation

R 243 of 255 = 95%
G 140 of 255 = 55%
B 37 of 255 = 15%

243
140
37

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

Portions of RGB colors in percentages

R + G + B =
243 + 140 + 37 = 420 (100%)
R 243 of 420 ~ 57.86%
G 140 of 420 ~ 33.33%
B 37 of 420 ~ 8.81%

%57.86
%33.33

CMYK color model

#F38C25 color CMYK value is (0,42,85,5).

  • cyan value is 0.00%
  • magenta value is 42.39%
  • yellow value is 84.77%
  • key color value is 4.71%
CMYK:
(0,42,85,5)
C0M42Y85K5 
(0%,42%,85%,5%)
(0.00/0.42/0.85/0.05)	

CMYK percentages

%0
%42.39
%84.77
%4.71

Codes

Color #F38C25 in popluar color models

F38C25
RGB24314037
HSL30°89.57%54.90%
HSB/HSV30°84.77%95.29%
CMYK0.00%42.39%84.77%
4.71%

Color #F38C25 in popluar number systems.

HEXF38C25
Decimal24314037
Binary1111001110001100100101
Octal36321445

Shades and tints

Shades of #F38C25

#F38C25
(243,140,37)
#DD8022
(221,128,34)
#C7741F
(199,116,31)
#B1681C
(177,104,28)
#9B5C19
(155,92,25)
#855016
(133,80,22)
#6F4413
(111,68,19)
#593810
(89,56,16)
#432C0D
(67,44,13)
#2D200A
(45,32,10)
#171407
(23,20,7)
#000000
(0,0,0)

Tints of #F38C25

#F38C25
(243,140,37)
#F49638
(244,150,56)
#F5A04B
(245,160,75)
#F6AA5E
(246,170,94)
#F7B471
(247,180,113)
#F8BE84
(248,190,132)
#F9C897
(249,200,151)
#FAD2AA
(250,210,170)
#FBDCBD
(251,220,189)
#FCE6D0
(252,230,208)
#FDF0E3
(253,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F38C25 color. Also use rgb(243,140,37) instead hex code.

Text Font Color

.myTextColor { color: #F38C25; }

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

This text font color is #F38C25.


Background Color

.myBgColor { background-color: #F38C25; }

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

This div background color is #F38C25.


Border color

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

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

This div border color is #F38C25.


Opacity

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

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

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

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

This text has shadow with #F38C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F38C25 on black background.


Color preview on white background

This text has color #F38C25 on white background.



Black color preview on #F38C25 background

This text has black color on #F38C25 background.


White color preview on #F38C25 background

This text has white color on #F38C25 background.