COLOR #F26A40

HEX: #F26A40
RGB: (242,106,64)

Color info

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

RGB color model

#F26A40 color RGB value is (242,106,64).

  • red value is 242;
  • green value is 106;
  • blue value is 64.
RGB:
(242,106,64)
(95%,42%,25%)

RGB channels and saturation

R 242 of 255 = 95%
G 106 of 255 = 42%
B 64 of 255 = 25%

242
106
64

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

Portions of RGB colors in percentages

R + G + B =
242 + 106 + 64 = 412 (100%)
R 242 of 412 ~ 58.74%
G 106 of 412 ~ 25.73%
B 64 of 412 ~ 15.53%

%58.74
%25.73
%15.53

CMYK color model

#F26A40 color CMYK value is (0,56,74,5).

  • cyan value is 0.00%
  • magenta value is 56.20%
  • yellow value is 73.55%
  • key color value is 5.10%
CMYK:
(0,56,74,5)
C0M56Y74K5 
(0%,56%,74%,5%)
(0.00/0.56/0.74/0.05)	

CMYK percentages

%0
%56.2
%73.55
%5.1

Codes

Color #F26A40 in popluar color models

F26A40
RGB24210664
HSL14°87.25%60.00%
HSB/HSV14°73.55%94.90%
CMYK0.00%56.20%73.55%
5.10%

Color #F26A40 in popluar number systems.

HEXF26A40
Decimal24210664
Binary1111001011010101000000
Octal362152100

Shades and tints

Shades of #F26A40

#F26A40
(242,106,64)
#DC613B
(220,97,59)
#C65836
(198,88,54)
#B04F31
(176,79,49)
#9A462C
(154,70,44)
#843D27
(132,61,39)
#6E3422
(110,52,34)
#582B1D
(88,43,29)
#422218
(66,34,24)
#2C1913
(44,25,19)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #F26A40

#F26A40
(242,106,64)
#F37751
(243,119,81)
#F48462
(244,132,98)
#F59173
(245,145,115)
#F69E84
(246,158,132)
#F7AB95
(247,171,149)
#F8B8A6
(248,184,166)
#F9C5B7
(249,197,183)
#FAD2C8
(250,210,200)
#FBDFD9
(251,223,217)
#FCECEA
(252,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F26A40 color. Also use rgb(242,106,64) instead hex code.

Text Font Color

.myTextColor { color: #F26A40; }

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

This text font color is #F26A40.


Background Color

.myBgColor { background-color: #F26A40; }

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

This div background color is #F26A40.


Border color

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

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

This div border color is #F26A40.


Opacity

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

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

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

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

This text has shadow with #F26A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F26A40 on black background.


Color preview on white background

This text has color #F26A40 on white background.



Black color preview on #F26A40 background

This text has black color on #F26A40 background.


White color preview on #F26A40 background

This text has white color on #F26A40 background.