COLOR #F27E06

HEX: #F27E06
RGB: (242,126,6)

Color info

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

RGB color model

#F27E06 color RGB value is (242,126,6).

  • red value is 242;
  • green value is 126;
  • blue value is 6.
RGB:
(242,126,6)
(95%,49%,2%)

RGB channels and saturation

R 242 of 255 = 95%
G 126 of 255 = 49%
B 6 of 255 = 2%

242
126
6

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

Portions of RGB colors in percentages

R + G + B =
242 + 126 + 6 = 374 (100%)
R 242 of 374 ~ 64.71%
G 126 of 374 ~ 33.69%
B 6 of 374 ~ 1.6%

%64.71
%33.69

CMYK color model

#F27E06 color CMYK value is (0,48,98,5).

  • cyan value is 0.00%
  • magenta value is 47.93%
  • yellow value is 97.52%
  • key color value is 5.10%
CMYK:
(0,48,98,5)
C0M48Y98K5 
(0%,48%,98%,5%)
(0.00/0.48/0.98/0.05)	

CMYK percentages

%0
%47.93
%97.52
%5.1

Codes

Color #F27E06 in popluar color models

F27E06
RGB2421266
HSL31°95.16%48.63%
HSB/HSV31°97.52%94.90%
CMYK0.00%47.93%97.52%
5.10%

Color #F27E06 in popluar number systems.

HEXF27E06
Decimal2421266
Binary111100101111110110
Octal3621766

Shades and tints

Shades of #F27E06

#F27E06
(242,126,6)
#DC7306
(220,115,6)
#C66806
(198,104,6)
#B05D06
(176,93,6)
#9A5206
(154,82,6)
#844706
(132,71,6)
#6E3C06
(110,60,6)
#583106
(88,49,6)
#422606
(66,38,6)
#2C1B06
(44,27,6)
#161006
(22,16,6)
#000000
(0,0,0)

Tints of #F27E06

#F27E06
(242,126,6)
#F3891C
(243,137,28)
#F49432
(244,148,50)
#F59F48
(245,159,72)
#F6AA5E
(246,170,94)
#F7B574
(247,181,116)
#F8C08A
(248,192,138)
#F9CBA0
(249,203,160)
#FAD6B6
(250,214,182)
#FBE1CC
(251,225,204)
#FCECE2
(252,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F27E06 color. Also use rgb(242,126,6) instead hex code.

Text Font Color

.myTextColor { color: #F27E06; }

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

This text font color is #F27E06.


Background Color

.myBgColor { background-color: #F27E06; }

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

This div background color is #F27E06.


Border color

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

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

This div border color is #F27E06.


Opacity

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

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

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

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

This text has shadow with #F27E06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F27E06 on black background.


Color preview on white background

This text has color #F27E06 on white background.



Black color preview on #F27E06 background

This text has black color on #F27E06 background.


White color preview on #F27E06 background

This text has white color on #F27E06 background.