COLOR #F9340E

HEX: #F9340E
RGB: (249,52,14)

Color info

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

RGB color model

#F9340E color RGB value is (249,52,14).

  • red value is 249;
  • green value is 52;
  • blue value is 14.
RGB:
(249,52,14)
(98%,20%,5%)

RGB channels and saturation

R 249 of 255 = 98%
G 52 of 255 = 20%
B 14 of 255 = 5%

249
52
14

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

Portions of RGB colors in percentages

R + G + B =
249 + 52 + 14 = 315 (100%)
R 249 of 315 ~ 79.05%
G 52 of 315 ~ 16.51%
B 14 of 315 ~ 4.44%

%79.05
%16.51

CMYK color model

#F9340E color CMYK value is (0,79,94,2).

  • cyan value is 0.00%
  • magenta value is 79.12%
  • yellow value is 94.38%
  • key color value is 2.35%
CMYK:
(0,79,94,2)
C0M79Y94K2 
(0%,79%,94%,2%)
(0.00/0.79/0.94/0.02)	

CMYK percentages

%0
%79.12
%94.38
%2.35

Codes

Color #F9340E in popluar color models

F9340E
RGB2495214
HSL10°95.14%51.57%
HSB/HSV10°94.38%97.65%
CMYK0.00%79.12%94.38%
2.35%

Color #F9340E in popluar number systems.

HEXF9340E
Decimal2495214
Binary111110011101001110
Octal3716416

Shades and tints

Shades of #F9340E

#F9340E
(249,52,14)
#E3300D
(227,48,13)
#CD2C0C
(205,44,12)
#B7280B
(183,40,11)
#A1240A
(161,36,10)
#8B2009
(139,32,9)
#751C08
(117,28,8)
#5F1807
(95,24,7)
#491406
(73,20,6)
#331005
(51,16,5)
#1D0C04
(29,12,4)
#000000
(0,0,0)

Tints of #F9340E

#F9340E
(249,52,14)
#F94623
(249,70,35)
#F95838
(249,88,56)
#F96A4D
(249,106,77)
#F97C62
(249,124,98)
#F98E77
(249,142,119)
#F9A08C
(249,160,140)
#F9B2A1
(249,178,161)
#F9C4B6
(249,196,182)
#F9D6CB
(249,214,203)
#F9E8E0
(249,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9340E color. Also use rgb(249,52,14) instead hex code.

Text Font Color

.myTextColor { color: #F9340E; }

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

This text font color is #F9340E.


Background Color

.myBgColor { background-color: #F9340E; }

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

This div background color is #F9340E.


Border color

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

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

This div border color is #F9340E.


Opacity

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

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

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

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

This text has shadow with #F9340E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9340E on black background.


Color preview on white background

This text has color #F9340E on white background.



Black color preview on #F9340E background

This text has black color on #F9340E background.


White color preview on #F9340E background

This text has white color on #F9340E background.