COLOR #F38D29

HEX: #F38D29
RGB: (243,141,41)

Color info

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

RGB color model

#F38D29 color RGB value is (243,141,41).

  • red value is 243;
  • green value is 141;
  • blue value is 41.
RGB:
(243,141,41)
(95%,55%,16%)

RGB channels and saturation

R 243 of 255 = 95%
G 141 of 255 = 55%
B 41 of 255 = 16%

243
141
41

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

Portions of RGB colors in percentages

R + G + B =
243 + 141 + 41 = 425 (100%)
R 243 of 425 ~ 57.18%
G 141 of 425 ~ 33.18%
B 41 of 425 ~ 9.65%

%57.18
%33.18
%9.65

CMYK color model

#F38D29 color CMYK value is (0,42,83,5).

  • cyan value is 0.00%
  • magenta value is 41.98%
  • yellow value is 83.13%
  • key color value is 4.71%
CMYK:
(0,42,83,5)
C0M42Y83K5 
(0%,42%,83%,5%)
(0.00/0.42/0.83/0.05)	

CMYK percentages

%0
%41.98
%83.13
%4.71

Codes

Color #F38D29 in popluar color models

F38D29
RGB24314141
HSL30°89.38%55.69%
HSB/HSV30°83.13%95.29%
CMYK0.00%41.98%83.13%
4.71%

Color #F38D29 in popluar number systems.

HEXF38D29
Decimal24314141
Binary1111001110001101101001
Octal36321551

Shades and tints

Shades of #F38D29

#F38D29
(243,141,41)
#DD8126
(221,129,38)
#C77523
(199,117,35)
#B16920
(177,105,32)
#9B5D1D
(155,93,29)
#85511A
(133,81,26)
#6F4517
(111,69,23)
#593914
(89,57,20)
#432D11
(67,45,17)
#2D210E
(45,33,14)
#17150B
(23,21,11)
#000000
(0,0,0)

Tints of #F38D29

#F38D29
(243,141,41)
#F4973C
(244,151,60)
#F5A14F
(245,161,79)
#F6AB62
(246,171,98)
#F7B575
(247,181,117)
#F8BF88
(248,191,136)
#F9C99B
(249,201,155)
#FAD3AE
(250,211,174)
#FBDDC1
(251,221,193)
#FCE7D4
(252,231,212)
#FDF1E7
(253,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F38D29 color. Also use rgb(243,141,41) instead hex code.

Text Font Color

.myTextColor { color: #F38D29; }

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

This text font color is #F38D29.


Background Color

.myBgColor { background-color: #F38D29; }

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

This div background color is #F38D29.


Border color

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

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

This div border color is #F38D29.


Opacity

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

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

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

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

This text has shadow with #F38D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F38D29 on black background.


Color preview on white background

This text has color #F38D29 on white background.



Black color preview on #F38D29 background

This text has black color on #F38D29 background.


White color preview on #F38D29 background

This text has white color on #F38D29 background.