COLOR #F23E0F

HEX: #F23E0F
RGB: (242,62,15)

Color info

#F23E0F contains mainly red color. Web safe color of #F23E0F is #FF3300 (or #F30).

RGB color model

#F23E0F color RGB value is (242,62,15).

  • red value is 242;
  • green value is 62;
  • blue value is 15.
RGB:
(242,62,15)
(95%,24%,6%)

RGB channels and saturation

R 242 of 255 = 95%
G 62 of 255 = 24%
B 15 of 255 = 6%

242
62
15

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

Portions of RGB colors in percentages

R + G + B =
242 + 62 + 15 = 319 (100%)
R 242 of 319 ~ 75.86%
G 62 of 319 ~ 19.44%
B 15 of 319 ~ 4.7%

%75.86
%19.44

CMYK color model

#F23E0F color CMYK value is (0,74,94,5).

  • cyan value is 0.00%
  • magenta value is 74.38%
  • yellow value is 93.80%
  • key color value is 5.10%
CMYK:
(0,74,94,5)
C0M74Y94K5 
(0%,74%,94%,5%)
(0.00/0.74/0.94/0.05)	

CMYK percentages

%0
%74.38
%93.8
%5.1

Codes

Color #F23E0F in popluar color models

F23E0F
RGB2426215
HSL12°89.72%50.39%
HSB/HSV12°93.80%94.90%
CMYK0.00%74.38%93.80%
5.10%

Color #F23E0F in popluar number systems.

HEXF23E0F
Decimal2426215
Binary111100101111101111
Octal3627617

Shades and tints

Shades of #F23E0F

#F23E0F
(242,62,15)
#DC390E
(220,57,14)
#C6340D
(198,52,13)
#B02F0C
(176,47,12)
#9A2A0B
(154,42,11)
#84250A
(132,37,10)
#6E2009
(110,32,9)
#581B08
(88,27,8)
#421607
(66,22,7)
#2C1106
(44,17,6)
#160C05
(22,12,5)
#000000
(0,0,0)

Tints of #F23E0F

#F23E0F
(242,62,15)
#F34F24
(243,79,36)
#F46039
(244,96,57)
#F5714E
(245,113,78)
#F68263
(246,130,99)
#F79378
(247,147,120)
#F8A48D
(248,164,141)
#F9B5A2
(249,181,162)
#FAC6B7
(250,198,183)
#FBD7CC
(251,215,204)
#FCE8E1
(252,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F23E0F color. Also use rgb(242,62,15) instead hex code.

Text Font Color

.myTextColor { color: #F23E0F; }

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

This text font color is #F23E0F.


Background Color

.myBgColor { background-color: #F23E0F; }

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

This div background color is #F23E0F.


Border color

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

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

This div border color is #F23E0F.


Opacity

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

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

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

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

This text has shadow with #F23E0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F23E0F on black background.


Color preview on white background

This text has color #F23E0F on white background.



Black color preview on #F23E0F background

This text has black color on #F23E0F background.


White color preview on #F23E0F background

This text has white color on #F23E0F background.