COLOR #F0790D

HEX: #F0790D
RGB: (240,121,13)

Color info

#F0790D contains mainly red color. Web safe color of #F0790D is #FF6600 (or #F60).

RGB color model

#F0790D color RGB value is (240,121,13).

  • red value is 240;
  • green value is 121;
  • blue value is 13.
RGB:
(240,121,13)
(94%,47%,5%)

RGB channels and saturation

R 240 of 255 = 94%
G 121 of 255 = 47%
B 13 of 255 = 5%

240
121
13

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

Portions of RGB colors in percentages

R + G + B =
240 + 121 + 13 = 374 (100%)
R 240 of 374 ~ 64.17%
G 121 of 374 ~ 32.35%
B 13 of 374 ~ 3.48%

%64.17
%32.35

CMYK color model

#F0790D color CMYK value is (0,50,95,6).

  • cyan value is 0.00%
  • magenta value is 49.58%
  • yellow value is 94.58%
  • key color value is 5.88%
CMYK:
(0,50,95,6)
C0M50Y95K6 
(0%,50%,95%,6%)
(0.00/0.50/0.95/0.06)	

CMYK percentages

%0
%49.58
%94.58
%5.88

Codes

Color #F0790D in popluar color models

F0790D
RGB24012113
HSL29°89.72%49.61%
HSB/HSV29°94.58%94.12%
CMYK0.00%49.58%94.58%
5.88%

Color #F0790D in popluar number systems.

HEXF0790D
Decimal24012113
Binary1111000011110011101
Octal36017115

Shades and tints

Shades of #F0790D

#F0790D
(240,121,13)
#DB6E0C
(219,110,12)
#C6630B
(198,99,11)
#B1580A
(177,88,10)
#9C4D09
(156,77,9)
#874208
(135,66,8)
#723707
(114,55,7)
#5D2C06
(93,44,6)
#482105
(72,33,5)
#331604
(51,22,4)
#1E0B03
(30,11,3)
#000000
(0,0,0)

Tints of #F0790D

#F0790D
(240,121,13)
#F18523
(241,133,35)
#F29139
(242,145,57)
#F39D4F
(243,157,79)
#F4A965
(244,169,101)
#F5B57B
(245,181,123)
#F6C191
(246,193,145)
#F7CDA7
(247,205,167)
#F8D9BD
(248,217,189)
#F9E5D3
(249,229,211)
#FAF1E9
(250,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0790D color. Also use rgb(240,121,13) instead hex code.

Text Font Color

.myTextColor { color: #F0790D; }

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

This text font color is #F0790D.


Background Color

.myBgColor { background-color: #F0790D; }

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

This div background color is #F0790D.


Border color

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

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

This div border color is #F0790D.


Opacity

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

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

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

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

This text has shadow with #F0790D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0790D on black background.


Color preview on white background

This text has color #F0790D on white background.



Black color preview on #F0790D background

This text has black color on #F0790D background.


White color preview on #F0790D background

This text has white color on #F0790D background.