COLOR #F94D18

HEX: #F94D18
RGB: (249,77,24)

Color info

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

RGB color model

#F94D18 color RGB value is (249,77,24).

  • red value is 249;
  • green value is 77;
  • blue value is 24.
RGB:
(249,77,24)
(98%,30%,9%)

RGB channels and saturation

R 249 of 255 = 98%
G 77 of 255 = 30%
B 24 of 255 = 9%

249
77
24

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

Portions of RGB colors in percentages

R + G + B =
249 + 77 + 24 = 350 (100%)
R 249 of 350 ~ 71.14%
G 77 of 350 ~ 22%
B 24 of 350 ~ 6.86%

%71.14
%22

CMYK color model

#F94D18 color CMYK value is (0,69,90,2).

  • cyan value is 0.00%
  • magenta value is 69.08%
  • yellow value is 90.36%
  • key color value is 2.35%
CMYK:
(0,69,90,2)
C0M69Y90K2 
(0%,69%,90%,2%)
(0.00/0.69/0.90/0.02)	

CMYK percentages

%0
%69.08
%90.36
%2.35

Codes

Color #F94D18 in popluar color models

F94D18
RGB2497724
HSL14°94.94%53.53%
HSB/HSV14°90.36%97.65%
CMYK0.00%69.08%90.36%
2.35%

Color #F94D18 in popluar number systems.

HEXF94D18
Decimal2497724
Binary11111001100110111000
Octal37111530

Shades and tints

Shades of #F94D18

#F94D18
(249,77,24)
#E34616
(227,70,22)
#CD3F14
(205,63,20)
#B73812
(183,56,18)
#A13110
(161,49,16)
#8B2A0E
(139,42,14)
#75230C
(117,35,12)
#5F1C0A
(95,28,10)
#491508
(73,21,8)
#330E06
(51,14,6)
#1D0704
(29,7,4)
#000000
(0,0,0)

Tints of #F94D18

#F94D18
(249,77,24)
#F95D2D
(249,93,45)
#F96D42
(249,109,66)
#F97D57
(249,125,87)
#F98D6C
(249,141,108)
#F99D81
(249,157,129)
#F9AD96
(249,173,150)
#F9BDAB
(249,189,171)
#F9CDC0
(249,205,192)
#F9DDD5
(249,221,213)
#F9EDEA
(249,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F94D18 color. Also use rgb(249,77,24) instead hex code.

Text Font Color

.myTextColor { color: #F94D18; }

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

This text font color is #F94D18.


Background Color

.myBgColor { background-color: #F94D18; }

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

This div background color is #F94D18.


Border color

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

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

This div border color is #F94D18.


Opacity

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

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

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

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

This text has shadow with #F94D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F94D18 on black background.


Color preview on white background

This text has color #F94D18 on white background.



Black color preview on #F94D18 background

This text has black color on #F94D18 background.


White color preview on #F94D18 background

This text has white color on #F94D18 background.