COLOR #F06F00

HEX: #F06F00
RGB: (240,111,0)

Color info

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

RGB color model

#F06F00 color RGB value is (240,111,0).

  • red value is 240;
  • green value is 111;
  • blue value is 0.
RGB:
(240,111,0)
(94%,44%,0%)

RGB channels and saturation

R 240 of 255 = 94%
G 111 of 255 = 44%
B 0 of 255 = 0%

240
111
0

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

Portions of RGB colors in percentages

R + G + B =
240 + 111 + 0 = 351 (100%)
R 240 of 351 ~ 68.38%
G 111 of 351 ~ 31.62%
B 0 of 351 ~ 0%

%68.38
%31.62

CMYK color model

#F06F00 color CMYK value is (0,54,100,6).

  • cyan value is 0.00%
  • magenta value is 53.75%
  • yellow value is 100.00%
  • key color value is 5.88%
CMYK:
(0,54,100,6)
C0M54Y100K6 
(0%,54%,100%,6%)
(0.00/0.54/1.00/0.06)	

CMYK percentages

%0
%53.75
%100
%5.88

Codes

Color #F06F00 in popluar color models

F06F00
RGB2401110
HSL28°100.00%47.06%
HSB/HSV28°100.00%94.12%
CMYK0.00%53.75%100.00%
5.88%

Color #F06F00 in popluar number systems.

HEXF06F00
Decimal2401110
Binary1111000011011110
Octal3601570

Shades and tints

Shades of #F06F00

#F06F00
(240,111,0)
#DB6500
(219,101,0)
#C65B00
(198,91,0)
#B15100
(177,81,0)
#9C4700
(156,71,0)
#873D00
(135,61,0)
#723300
(114,51,0)
#5D2900
(93,41,0)
#481F00
(72,31,0)
#331500
(51,21,0)
#1E0B00
(30,11,0)
#000000
(0,0,0)

Tints of #F06F00

#F06F00
(240,111,0)
#F17C17
(241,124,23)
#F2892E
(242,137,46)
#F39645
(243,150,69)
#F4A35C
(244,163,92)
#F5B073
(245,176,115)
#F6BD8A
(246,189,138)
#F7CAA1
(247,202,161)
#F8D7B8
(248,215,184)
#F9E4CF
(249,228,207)
#FAF1E6
(250,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F06F00 color. Also use rgb(240,111,0) instead hex code.

Text Font Color

.myTextColor { color: #F06F00; }

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

This text font color is #F06F00.


Background Color

.myBgColor { background-color: #F06F00; }

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

This div background color is #F06F00.


Border color

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

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

This div border color is #F06F00.


Opacity

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

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

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

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

This text has shadow with #F06F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F06F00 on black background.


Color preview on white background

This text has color #F06F00 on white background.



Black color preview on #F06F00 background

This text has black color on #F06F00 background.


White color preview on #F06F00 background

This text has white color on #F06F00 background.