COLOR #F92E17

HEX: #F92E17
RGB: (249,46,23)

Color info

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

RGB color model

#F92E17 color RGB value is (249,46,23).

  • red value is 249;
  • green value is 46;
  • blue value is 23.
RGB:
(249,46,23)
(98%,18%,9%)

RGB channels and saturation

R 249 of 255 = 98%
G 46 of 255 = 18%
B 23 of 255 = 9%

249
46
23

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

Portions of RGB colors in percentages

R + G + B =
249 + 46 + 23 = 318 (100%)
R 249 of 318 ~ 78.3%
G 46 of 318 ~ 14.47%
B 23 of 318 ~ 7.23%

%78.3
%14.47

CMYK color model

#F92E17 color CMYK value is (0,82,91,2).

  • cyan value is 0.00%
  • magenta value is 81.53%
  • yellow value is 90.76%
  • key color value is 2.35%
CMYK:
(0,82,91,2)
C0M82Y91K2 
(0%,82%,91%,2%)
(0.00/0.82/0.91/0.02)	

CMYK percentages

%0
%81.53
%90.76
%2.35

Codes

Color #F92E17 in popluar color models

F92E17
RGB2494623
HSL94.96%53.33%
HSB/HSV90.76%97.65%
CMYK0.00%81.53%90.76%
2.35%

Color #F92E17 in popluar number systems.

HEXF92E17
Decimal2494623
Binary1111100110111010111
Octal3715627

Shades and tints

Shades of #F92E17

#F92E17
(249,46,23)
#E32A15
(227,42,21)
#CD2613
(205,38,19)
#B72211
(183,34,17)
#A11E0F
(161,30,15)
#8B1A0D
(139,26,13)
#75160B
(117,22,11)
#5F1209
(95,18,9)
#490E07
(73,14,7)
#330A05
(51,10,5)
#1D0603
(29,6,3)
#000000
(0,0,0)

Tints of #F92E17

#F92E17
(249,46,23)
#F9412C
(249,65,44)
#F95441
(249,84,65)
#F96756
(249,103,86)
#F97A6B
(249,122,107)
#F98D80
(249,141,128)
#F9A095
(249,160,149)
#F9B3AA
(249,179,170)
#F9C6BF
(249,198,191)
#F9D9D4
(249,217,212)
#F9ECE9
(249,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F92E17 color. Also use rgb(249,46,23) instead hex code.

Text Font Color

.myTextColor { color: #F92E17; }

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

This text font color is #F92E17.


Background Color

.myBgColor { background-color: #F92E17; }

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

This div background color is #F92E17.


Border color

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

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

This div border color is #F92E17.


Opacity

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

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

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

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

This text has shadow with #F92E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F92E17 on black background.


Color preview on white background

This text has color #F92E17 on white background.



Black color preview on #F92E17 background

This text has black color on #F92E17 background.


White color preview on #F92E17 background

This text has white color on #F92E17 background.