COLOR #F26F33

HEX: #F26F33
RGB: (242,111,51)

Color info

#F26F33 contains mainly red color. Web safe color of #F26F33 is #FF6633 (or #F63).

RGB color model

#F26F33 color RGB value is (242,111,51).

  • red value is 242;
  • green value is 111;
  • blue value is 51.
RGB:
(242,111,51)
(95%,44%,20%)

RGB channels and saturation

R 242 of 255 = 95%
G 111 of 255 = 44%
B 51 of 255 = 20%

242
111
51

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

Portions of RGB colors in percentages

R + G + B =
242 + 111 + 51 = 404 (100%)
R 242 of 404 ~ 59.9%
G 111 of 404 ~ 27.48%
B 51 of 404 ~ 12.62%

%59.9
%27.48
%12.62

CMYK color model

#F26F33 color CMYK value is (0,54,79,5).

  • cyan value is 0.00%
  • magenta value is 54.13%
  • yellow value is 78.93%
  • key color value is 5.10%
CMYK:
(0,54,79,5)
C0M54Y79K5 
(0%,54%,79%,5%)
(0.00/0.54/0.79/0.05)	

CMYK percentages

%0
%54.13
%78.93
%5.1

Codes

Color #F26F33 in popluar color models

F26F33
RGB24211151
HSL19°88.02%57.45%
HSB/HSV19°78.93%94.90%
CMYK0.00%54.13%78.93%
5.10%

Color #F26F33 in popluar number systems.

HEXF26F33
Decimal24211151
Binary111100101101111110011
Octal36215763

Shades and tints

Shades of #F26F33

#F26F33
(242,111,51)
#DC652F
(220,101,47)
#C65B2B
(198,91,43)
#B05127
(176,81,39)
#9A4723
(154,71,35)
#843D1F
(132,61,31)
#6E331B
(110,51,27)
#582917
(88,41,23)
#421F13
(66,31,19)
#2C150F
(44,21,15)
#160B0B
(22,11,11)
#000000
(0,0,0)

Tints of #F26F33

#F26F33
(242,111,51)
#F37C45
(243,124,69)
#F48957
(244,137,87)
#F59669
(245,150,105)
#F6A37B
(246,163,123)
#F7B08D
(247,176,141)
#F8BD9F
(248,189,159)
#F9CAB1
(249,202,177)
#FAD7C3
(250,215,195)
#FBE4D5
(251,228,213)
#FCF1E7
(252,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F26F33 color. Also use rgb(242,111,51) instead hex code.

Text Font Color

.myTextColor { color: #F26F33; }

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

This text font color is #F26F33.


Background Color

.myBgColor { background-color: #F26F33; }

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

This div background color is #F26F33.


Border color

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

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

This div border color is #F26F33.


Opacity

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

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

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

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

This text has shadow with #F26F33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F26F33 on black background.


Color preview on white background

This text has color #F26F33 on white background.



Black color preview on #F26F33 background

This text has black color on #F26F33 background.


White color preview on #F26F33 background

This text has white color on #F26F33 background.