COLOR #F08B13

HEX: #F08B13
RGB: (240,139,19)

Color info

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

RGB color model

#F08B13 color RGB value is (240,139,19).

  • red value is 240;
  • green value is 139;
  • blue value is 19.
RGB:
(240,139,19)
(94%,55%,7%)

RGB channels and saturation

R 240 of 255 = 94%
G 139 of 255 = 55%
B 19 of 255 = 7%

240
139
19

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

Portions of RGB colors in percentages

R + G + B =
240 + 139 + 19 = 398 (100%)
R 240 of 398 ~ 60.3%
G 139 of 398 ~ 34.92%
B 19 of 398 ~ 4.77%

%60.3
%34.92

CMYK color model

#F08B13 color CMYK value is (0,42,92,6).

  • cyan value is 0.00%
  • magenta value is 42.08%
  • yellow value is 92.08%
  • key color value is 5.88%
CMYK:
(0,42,92,6)
C0M42Y92K6 
(0%,42%,92%,6%)
(0.00/0.42/0.92/0.06)	

CMYK percentages

%0
%42.08
%92.08
%5.88

Codes

Color #F08B13 in popluar color models

F08B13
RGB24013919
HSL33°88.05%50.78%
HSB/HSV33°92.08%94.12%
CMYK0.00%42.08%92.08%
5.88%

Color #F08B13 in popluar number systems.

HEXF08B13
Decimal24013919
Binary111100001000101110011
Octal36021323

Shades and tints

Shades of #F08B13

#F08B13
(240,139,19)
#DB7F12
(219,127,18)
#C67311
(198,115,17)
#B16710
(177,103,16)
#9C5B0F
(156,91,15)
#874F0E
(135,79,14)
#72430D
(114,67,13)
#5D370C
(93,55,12)
#482B0B
(72,43,11)
#331F0A
(51,31,10)
#1E1309
(30,19,9)
#000000
(0,0,0)

Tints of #F08B13

#F08B13
(240,139,19)
#F19528
(241,149,40)
#F29F3D
(242,159,61)
#F3A952
(243,169,82)
#F4B367
(244,179,103)
#F5BD7C
(245,189,124)
#F6C791
(246,199,145)
#F7D1A6
(247,209,166)
#F8DBBB
(248,219,187)
#F9E5D0
(249,229,208)
#FAEFE5
(250,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F08B13 color. Also use rgb(240,139,19) instead hex code.

Text Font Color

.myTextColor { color: #F08B13; }

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

This text font color is #F08B13.


Background Color

.myBgColor { background-color: #F08B13; }

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

This div background color is #F08B13.


Border color

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

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

This div border color is #F08B13.


Opacity

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

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

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

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

This text has shadow with #F08B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F08B13 on black background.


Color preview on white background

This text has color #F08B13 on white background.



Black color preview on #F08B13 background

This text has black color on #F08B13 background.


White color preview on #F08B13 background

This text has white color on #F08B13 background.