COLOR #F05009

HEX: #F05009
RGB: (240,80,9)

Color info

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

RGB color model

#F05009 color RGB value is (240,80,9).

  • red value is 240;
  • green value is 80;
  • blue value is 9.
RGB:
(240,80,9)
(94%,31%,4%)

RGB channels and saturation

R 240 of 255 = 94%
G 80 of 255 = 31%
B 9 of 255 = 4%

240
80
9

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

Portions of RGB colors in percentages

R + G + B =
240 + 80 + 9 = 329 (100%)
R 240 of 329 ~ 72.95%
G 80 of 329 ~ 24.32%
B 9 of 329 ~ 2.74%

%72.95
%24.32

CMYK color model

#F05009 color CMYK value is (0,67,96,6).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 96.25%
  • key color value is 5.88%
CMYK:
(0,67,96,6)
C0M67Y96K6 
(0%,67%,96%,6%)
(0.00/0.67/0.96/0.06)	

CMYK percentages

%0
%66.67
%96.25
%5.88

Codes

Color #F05009 in popluar color models

F05009
RGB240809
HSL18°92.77%48.82%
HSB/HSV18°96.25%94.12%
CMYK0.00%66.67%96.25%
5.88%

Color #F05009 in popluar number systems.

HEXF05009
Decimal240809
Binary1111000010100001001
Octal36012011

Shades and tints

Shades of #F05009

#F05009
(240,80,9)
#DB4909
(219,73,9)
#C64209
(198,66,9)
#B13B09
(177,59,9)
#9C3409
(156,52,9)
#872D09
(135,45,9)
#722609
(114,38,9)
#5D1F09
(93,31,9)
#481809
(72,24,9)
#331109
(51,17,9)
#1E0A09
(30,10,9)
#000000
(0,0,0)

Tints of #F05009

#F05009
(240,80,9)
#F15F1F
(241,95,31)
#F26E35
(242,110,53)
#F37D4B
(243,125,75)
#F48C61
(244,140,97)
#F59B77
(245,155,119)
#F6AA8D
(246,170,141)
#F7B9A3
(247,185,163)
#F8C8B9
(248,200,185)
#F9D7CF
(249,215,207)
#FAE6E5
(250,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F05009 color. Also use rgb(240,80,9) instead hex code.

Text Font Color

.myTextColor { color: #F05009; }

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

This text font color is #F05009.


Background Color

.myBgColor { background-color: #F05009; }

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

This div background color is #F05009.


Border color

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

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

This div border color is #F05009.


Opacity

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

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

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

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

This text has shadow with #F05009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F05009 on black background.


Color preview on white background

This text has color #F05009 on white background.



Black color preview on #F05009 background

This text has black color on #F05009 background.


White color preview on #F05009 background

This text has white color on #F05009 background.