COLOR #F38705

HEX: #F38705
RGB: (243,135,5)

Color info

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

RGB color model

#F38705 color RGB value is (243,135,5).

  • red value is 243;
  • green value is 135;
  • blue value is 5.
RGB:
(243,135,5)
(95%,53%,2%)

RGB channels and saturation

R 243 of 255 = 95%
G 135 of 255 = 53%
B 5 of 255 = 2%

243
135
5

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

Portions of RGB colors in percentages

R + G + B =
243 + 135 + 5 = 383 (100%)
R 243 of 383 ~ 63.45%
G 135 of 383 ~ 35.25%
B 5 of 383 ~ 1.31%

%63.45
%35.25

CMYK color model

#F38705 color CMYK value is (0,44,98,5).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 97.94%
  • key color value is 4.71%
CMYK:
(0,44,98,5)
C0M44Y98K5 
(0%,44%,98%,5%)
(0.00/0.44/0.98/0.05)	

CMYK percentages

%0
%44.44
%97.94
%4.71

Codes

Color #F38705 in popluar color models

F38705
RGB2431355
HSL33°95.97%48.63%
HSB/HSV33°97.94%95.29%
CMYK0.00%44.44%97.94%
4.71%

Color #F38705 in popluar number systems.

HEXF38705
Decimal2431355
Binary1111001110000111101
Octal3632075

Shades and tints

Shades of #F38705

#F38705
(243,135,5)
#DD7B05
(221,123,5)
#C76F05
(199,111,5)
#B16305
(177,99,5)
#9B5705
(155,87,5)
#854B05
(133,75,5)
#6F3F05
(111,63,5)
#593305
(89,51,5)
#432705
(67,39,5)
#2D1B05
(45,27,5)
#170F05
(23,15,5)
#000000
(0,0,0)

Tints of #F38705

#F38705
(243,135,5)
#F4911B
(244,145,27)
#F59B31
(245,155,49)
#F6A547
(246,165,71)
#F7AF5D
(247,175,93)
#F8B973
(248,185,115)
#F9C389
(249,195,137)
#FACD9F
(250,205,159)
#FBD7B5
(251,215,181)
#FCE1CB
(252,225,203)
#FDEBE1
(253,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F38705 color. Also use rgb(243,135,5) instead hex code.

Text Font Color

.myTextColor { color: #F38705; }

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

This text font color is #F38705.


Background Color

.myBgColor { background-color: #F38705; }

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

This div background color is #F38705.


Border color

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

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

This div border color is #F38705.


Opacity

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

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

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

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

This text has shadow with #F38705 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F38705 on black background.


Color preview on white background

This text has color #F38705 on white background.



Black color preview on #F38705 background

This text has black color on #F38705 background.


White color preview on #F38705 background

This text has white color on #F38705 background.