COLOR #F95D12

HEX: #F95D12
RGB: (249,93,18)

Color info

#F95D12 contains mainly red color. Web safe color of #F95D12 is #FF6600 (or #F60).

RGB color model

#F95D12 color RGB value is (249,93,18).

  • red value is 249;
  • green value is 93;
  • blue value is 18.
RGB:
(249,93,18)
(98%,36%,7%)

RGB channels and saturation

R 249 of 255 = 98%
G 93 of 255 = 36%
B 18 of 255 = 7%

249
93
18

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

Portions of RGB colors in percentages

R + G + B =
249 + 93 + 18 = 360 (100%)
R 249 of 360 ~ 69.17%
G 93 of 360 ~ 25.83%
B 18 of 360 ~ 5%

%69.17
%25.83

CMYK color model

#F95D12 color CMYK value is (0,63,93,2).

  • cyan value is 0.00%
  • magenta value is 62.65%
  • yellow value is 92.77%
  • key color value is 2.35%
CMYK:
(0,63,93,2)
C0M63Y93K2 
(0%,63%,93%,2%)
(0.00/0.63/0.93/0.02)	

CMYK percentages

%0
%62.65
%92.77
%2.35

Codes

Color #F95D12 in popluar color models

F95D12
RGB2499318
HSL19°95.06%52.35%
HSB/HSV19°92.77%97.65%
CMYK0.00%62.65%92.77%
2.35%

Color #F95D12 in popluar number systems.

HEXF95D12
Decimal2499318
Binary11111001101110110010
Octal37113522

Shades and tints

Shades of #F95D12

#F95D12
(249,93,18)
#E35511
(227,85,17)
#CD4D10
(205,77,16)
#B7450F
(183,69,15)
#A13D0E
(161,61,14)
#8B350D
(139,53,13)
#752D0C
(117,45,12)
#5F250B
(95,37,11)
#491D0A
(73,29,10)
#331509
(51,21,9)
#1D0D08
(29,13,8)
#000000
(0,0,0)

Tints of #F95D12

#F95D12
(249,93,18)
#F96B27
(249,107,39)
#F9793C
(249,121,60)
#F98751
(249,135,81)
#F99566
(249,149,102)
#F9A37B
(249,163,123)
#F9B190
(249,177,144)
#F9BFA5
(249,191,165)
#F9CDBA
(249,205,186)
#F9DBCF
(249,219,207)
#F9E9E4
(249,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F95D12 color. Also use rgb(249,93,18) instead hex code.

Text Font Color

.myTextColor { color: #F95D12; }

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

This text font color is #F95D12.


Background Color

.myBgColor { background-color: #F95D12; }

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

This div background color is #F95D12.


Border color

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

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

This div border color is #F95D12.


Opacity

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

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

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

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

This text has shadow with #F95D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F95D12 on black background.


Color preview on white background

This text has color #F95D12 on white background.



Black color preview on #F95D12 background

This text has black color on #F95D12 background.


White color preview on #F95D12 background

This text has white color on #F95D12 background.