COLOR #F39008

HEX: #F39008
RGB: (243,144,8)

Color info

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

RGB color model

#F39008 color RGB value is (243,144,8).

  • red value is 243;
  • green value is 144;
  • blue value is 8.
RGB:
(243,144,8)
(95%,56%,3%)

RGB channels and saturation

R 243 of 255 = 95%
G 144 of 255 = 56%
B 8 of 255 = 3%

243
144
8

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

Portions of RGB colors in percentages

R + G + B =
243 + 144 + 8 = 395 (100%)
R 243 of 395 ~ 61.52%
G 144 of 395 ~ 36.46%
B 8 of 395 ~ 2.03%

%61.52
%36.46

CMYK color model

#F39008 color CMYK value is (0,41,97,5).

  • cyan value is 0.00%
  • magenta value is 40.74%
  • yellow value is 96.71%
  • key color value is 4.71%
CMYK:
(0,41,97,5)
C0M41Y97K5 
(0%,41%,97%,5%)
(0.00/0.41/0.97/0.05)	

CMYK percentages

%0
%40.74
%96.71
%4.71

Codes

Color #F39008 in popluar color models

F39008
RGB2431448
HSL35°93.63%49.22%
HSB/HSV35°96.71%95.29%
CMYK0.00%40.74%96.71%
4.71%

Color #F39008 in popluar number systems.

HEXF39008
Decimal2431448
Binary11110011100100001000
Octal36322010

Shades and tints

Shades of #F39008

#F39008
(243,144,8)
#DD8308
(221,131,8)
#C77608
(199,118,8)
#B16908
(177,105,8)
#9B5C08
(155,92,8)
#854F08
(133,79,8)
#6F4208
(111,66,8)
#593508
(89,53,8)
#432808
(67,40,8)
#2D1B08
(45,27,8)
#170E08
(23,14,8)
#000000
(0,0,0)

Tints of #F39008

#F39008
(243,144,8)
#F49A1E
(244,154,30)
#F5A434
(245,164,52)
#F6AE4A
(246,174,74)
#F7B860
(247,184,96)
#F8C276
(248,194,118)
#F9CC8C
(249,204,140)
#FAD6A2
(250,214,162)
#FBE0B8
(251,224,184)
#FCEACE
(252,234,206)
#FDF4E4
(253,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F39008 color. Also use rgb(243,144,8) instead hex code.

Text Font Color

.myTextColor { color: #F39008; }

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

This text font color is #F39008.


Background Color

.myBgColor { background-color: #F39008; }

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

This div background color is #F39008.


Border color

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

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

This div border color is #F39008.


Opacity

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

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

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

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

This text has shadow with #F39008 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F39008 on black background.


Color preview on white background

This text has color #F39008 on white background.



Black color preview on #F39008 background

This text has black color on #F39008 background.


White color preview on #F39008 background

This text has white color on #F39008 background.