COLOR #F14E1C

HEX: #F14E1C
RGB: (241,78,28)

Color info

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

RGB color model

#F14E1C color RGB value is (241,78,28).

  • red value is 241;
  • green value is 78;
  • blue value is 28.
RGB:
(241,78,28)
(95%,31%,11%)

RGB channels and saturation

R 241 of 255 = 95%
G 78 of 255 = 31%
B 28 of 255 = 11%

241
78
28

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

Portions of RGB colors in percentages

R + G + B =
241 + 78 + 28 = 347 (100%)
R 241 of 347 ~ 69.45%
G 78 of 347 ~ 22.48%
B 28 of 347 ~ 8.07%

%69.45
%22.48

CMYK color model

#F14E1C color CMYK value is (0,68,88,5).

  • cyan value is 0.00%
  • magenta value is 67.63%
  • yellow value is 88.38%
  • key color value is 5.49%
CMYK:
(0,68,88,5)
C0M68Y88K5 
(0%,68%,88%,5%)
(0.00/0.68/0.88/0.05)	

CMYK percentages

%0
%67.63
%88.38
%5.49

Codes

Color #F14E1C in popluar color models

F14E1C
RGB2417828
HSL14°88.38%52.75%
HSB/HSV14°88.38%94.51%
CMYK0.00%67.63%88.38%
5.49%

Color #F14E1C in popluar number systems.

HEXF14E1C
Decimal2417828
Binary11110001100111011100
Octal36111634

Shades and tints

Shades of #F14E1C

#F14E1C
(241,78,28)
#DC471A
(220,71,26)
#C74018
(199,64,24)
#B23916
(178,57,22)
#9D3214
(157,50,20)
#882B12
(136,43,18)
#732410
(115,36,16)
#5E1D0E
(94,29,14)
#49160C
(73,22,12)
#340F0A
(52,15,10)
#1F0808
(31,8,8)
#000000
(0,0,0)

Tints of #F14E1C

#F14E1C
(241,78,28)
#F25E30
(242,94,48)
#F36E44
(243,110,68)
#F47E58
(244,126,88)
#F58E6C
(245,142,108)
#F69E80
(246,158,128)
#F7AE94
(247,174,148)
#F8BEA8
(248,190,168)
#F9CEBC
(249,206,188)
#FADED0
(250,222,208)
#FBEEE4
(251,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F14E1C color. Also use rgb(241,78,28) instead hex code.

Text Font Color

.myTextColor { color: #F14E1C; }

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

This text font color is #F14E1C.


Background Color

.myBgColor { background-color: #F14E1C; }

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

This div background color is #F14E1C.


Border color

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

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

This div border color is #F14E1C.


Opacity

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

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

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

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

This text has shadow with #F14E1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F14E1C on black background.


Color preview on white background

This text has color #F14E1C on white background.



Black color preview on #F14E1C background

This text has black color on #F14E1C background.


White color preview on #F14E1C background

This text has white color on #F14E1C background.