COLOR #F38115

HEX: #F38115
RGB: (243,129,21)

Color info

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

RGB color model

#F38115 color RGB value is (243,129,21).

  • red value is 243;
  • green value is 129;
  • blue value is 21.
RGB:
(243,129,21)
(95%,51%,8%)

RGB channels and saturation

R 243 of 255 = 95%
G 129 of 255 = 51%
B 21 of 255 = 8%

243
129
21

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

Portions of RGB colors in percentages

R + G + B =
243 + 129 + 21 = 393 (100%)
R 243 of 393 ~ 61.83%
G 129 of 393 ~ 32.82%
B 21 of 393 ~ 5.34%

%61.83
%32.82

CMYK color model

#F38115 color CMYK value is (0,47,91,5).

  • cyan value is 0.00%
  • magenta value is 46.91%
  • yellow value is 91.36%
  • key color value is 4.71%
CMYK:
(0,47,91,5)
C0M47Y91K5 
(0%,47%,91%,5%)
(0.00/0.47/0.91/0.05)	

CMYK percentages

%0
%46.91
%91.36
%4.71

Codes

Color #F38115 in popluar color models

F38115
RGB24312921
HSL29°90.24%51.76%
HSB/HSV29°91.36%95.29%
CMYK0.00%46.91%91.36%
4.71%

Color #F38115 in popluar number systems.

HEXF38115
Decimal24312921
Binary111100111000000110101
Octal36320125

Shades and tints

Shades of #F38115

#F38115
(243,129,21)
#DD7614
(221,118,20)
#C76B13
(199,107,19)
#B16012
(177,96,18)
#9B5511
(155,85,17)
#854A10
(133,74,16)
#6F3F0F
(111,63,15)
#59340E
(89,52,14)
#43290D
(67,41,13)
#2D1E0C
(45,30,12)
#17130B
(23,19,11)
#000000
(0,0,0)

Tints of #F38115

#F38115
(243,129,21)
#F48C2A
(244,140,42)
#F5973F
(245,151,63)
#F6A254
(246,162,84)
#F7AD69
(247,173,105)
#F8B87E
(248,184,126)
#F9C393
(249,195,147)
#FACEA8
(250,206,168)
#FBD9BD
(251,217,189)
#FCE4D2
(252,228,210)
#FDEFE7
(253,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F38115 color. Also use rgb(243,129,21) instead hex code.

Text Font Color

.myTextColor { color: #F38115; }

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

This text font color is #F38115.


Background Color

.myBgColor { background-color: #F38115; }

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

This div background color is #F38115.


Border color

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

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

This div border color is #F38115.


Opacity

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

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

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

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

This text has shadow with #F38115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F38115 on black background.


Color preview on white background

This text has color #F38115 on white background.



Black color preview on #F38115 background

This text has black color on #F38115 background.


White color preview on #F38115 background

This text has white color on #F38115 background.