COLOR #F0850F

HEX: #F0850F
RGB: (240,133,15)

Color info

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

RGB color model

#F0850F color RGB value is (240,133,15).

  • red value is 240;
  • green value is 133;
  • blue value is 15.
RGB:
(240,133,15)
(94%,52%,6%)

RGB channels and saturation

R 240 of 255 = 94%
G 133 of 255 = 52%
B 15 of 255 = 6%

240
133
15

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

Portions of RGB colors in percentages

R + G + B =
240 + 133 + 15 = 388 (100%)
R 240 of 388 ~ 61.86%
G 133 of 388 ~ 34.28%
B 15 of 388 ~ 3.87%

%61.86
%34.28

CMYK color model

#F0850F color CMYK value is (0,45,94,6).

  • cyan value is 0.00%
  • magenta value is 44.58%
  • yellow value is 93.75%
  • key color value is 5.88%
CMYK:
(0,45,94,6)
C0M45Y94K6 
(0%,45%,94%,6%)
(0.00/0.45/0.94/0.06)	

CMYK percentages

%0
%44.58
%93.75
%5.88

Codes

Color #F0850F in popluar color models

F0850F
RGB24013315
HSL31°88.24%50.00%
HSB/HSV31°93.75%94.12%
CMYK0.00%44.58%93.75%
5.88%

Color #F0850F in popluar number systems.

HEXF0850F
Decimal24013315
Binary11110000100001011111
Octal36020517

Shades and tints

Shades of #F0850F

#F0850F
(240,133,15)
#DB790E
(219,121,14)
#C66D0D
(198,109,13)
#B1610C
(177,97,12)
#9C550B
(156,85,11)
#87490A
(135,73,10)
#723D09
(114,61,9)
#5D3108
(93,49,8)
#482507
(72,37,7)
#331906
(51,25,6)
#1E0D05
(30,13,5)
#000000
(0,0,0)

Tints of #F0850F

#F0850F
(240,133,15)
#F19024
(241,144,36)
#F29B39
(242,155,57)
#F3A64E
(243,166,78)
#F4B163
(244,177,99)
#F5BC78
(245,188,120)
#F6C78D
(246,199,141)
#F7D2A2
(247,210,162)
#F8DDB7
(248,221,183)
#F9E8CC
(249,232,204)
#FAF3E1
(250,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0850F color. Also use rgb(240,133,15) instead hex code.

Text Font Color

.myTextColor { color: #F0850F; }

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

This text font color is #F0850F.


Background Color

.myBgColor { background-color: #F0850F; }

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

This div background color is #F0850F.


Border color

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

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

This div border color is #F0850F.


Opacity

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

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

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

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

This text has shadow with #F0850F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0850F on black background.


Color preview on white background

This text has color #F0850F on white background.



Black color preview on #F0850F background

This text has black color on #F0850F background.


White color preview on #F0850F background

This text has white color on #F0850F background.