COLOR #F26B17

HEX: #F26B17
RGB: (242,107,23)

Color info

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

RGB color model

#F26B17 color RGB value is (242,107,23).

  • red value is 242;
  • green value is 107;
  • blue value is 23.
RGB:
(242,107,23)
(95%,42%,9%)

RGB channels and saturation

R 242 of 255 = 95%
G 107 of 255 = 42%
B 23 of 255 = 9%

242
107
23

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

Portions of RGB colors in percentages

R + G + B =
242 + 107 + 23 = 372 (100%)
R 242 of 372 ~ 65.05%
G 107 of 372 ~ 28.76%
B 23 of 372 ~ 6.18%

%65.05
%28.76

CMYK color model

#F26B17 color CMYK value is (0,56,90,5).

  • cyan value is 0.00%
  • magenta value is 55.79%
  • yellow value is 90.50%
  • key color value is 5.10%
CMYK:
(0,56,90,5)
C0M56Y90K5 
(0%,56%,90%,5%)
(0.00/0.56/0.90/0.05)	

CMYK percentages

%0
%55.79
%90.5
%5.1

Codes

Color #F26B17 in popluar color models

F26B17
RGB24210723
HSL23°89.39%51.96%
HSB/HSV23°90.50%94.90%
CMYK0.00%55.79%90.50%
5.10%

Color #F26B17 in popluar number systems.

HEXF26B17
Decimal24210723
Binary11110010110101110111
Octal36215327

Shades and tints

Shades of #F26B17

#F26B17
(242,107,23)
#DC6215
(220,98,21)
#C65913
(198,89,19)
#B05011
(176,80,17)
#9A470F
(154,71,15)
#843E0D
(132,62,13)
#6E350B
(110,53,11)
#582C09
(88,44,9)
#422307
(66,35,7)
#2C1A05
(44,26,5)
#161103
(22,17,3)
#000000
(0,0,0)

Tints of #F26B17

#F26B17
(242,107,23)
#F3782C
(243,120,44)
#F48541
(244,133,65)
#F59256
(245,146,86)
#F69F6B
(246,159,107)
#F7AC80
(247,172,128)
#F8B995
(248,185,149)
#F9C6AA
(249,198,170)
#FAD3BF
(250,211,191)
#FBE0D4
(251,224,212)
#FCEDE9
(252,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F26B17 color. Also use rgb(242,107,23) instead hex code.

Text Font Color

.myTextColor { color: #F26B17; }

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

This text font color is #F26B17.


Background Color

.myBgColor { background-color: #F26B17; }

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

This div background color is #F26B17.


Border color

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

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

This div border color is #F26B17.


Opacity

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

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

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

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

This text has shadow with #F26B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F26B17 on black background.


Color preview on white background

This text has color #F26B17 on white background.



Black color preview on #F26B17 background

This text has black color on #F26B17 background.


White color preview on #F26B17 background

This text has white color on #F26B17 background.