COLOR #F96D24

HEX: #F96D24
RGB: (249,109,36)

Color info

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

RGB color model

#F96D24 color RGB value is (249,109,36).

  • red value is 249;
  • green value is 109;
  • blue value is 36.
RGB:
(249,109,36)
(98%,43%,14%)

RGB channels and saturation

R 249 of 255 = 98%
G 109 of 255 = 43%
B 36 of 255 = 14%

249
109
36

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

Portions of RGB colors in percentages

R + G + B =
249 + 109 + 36 = 394 (100%)
R 249 of 394 ~ 63.2%
G 109 of 394 ~ 27.66%
B 36 of 394 ~ 9.14%

%63.2
%27.66

CMYK color model

#F96D24 color CMYK value is (0,56,86,2).

  • cyan value is 0.00%
  • magenta value is 56.22%
  • yellow value is 85.54%
  • key color value is 2.35%
CMYK:
(0,56,86,2)
C0M56Y86K2 
(0%,56%,86%,2%)
(0.00/0.56/0.86/0.02)	

CMYK percentages

%0
%56.22
%85.54
%2.35

Codes

Color #F96D24 in popluar color models

F96D24
RGB24910936
HSL21°94.67%55.88%
HSB/HSV21°85.54%97.65%
CMYK0.00%56.22%85.54%
2.35%

Color #F96D24 in popluar number systems.

HEXF96D24
Decimal24910936
Binary111110011101101100100
Octal37115544

Shades and tints

Shades of #F96D24

#F96D24
(249,109,36)
#E36421
(227,100,33)
#CD5B1E
(205,91,30)
#B7521B
(183,82,27)
#A14918
(161,73,24)
#8B4015
(139,64,21)
#753712
(117,55,18)
#5F2E0F
(95,46,15)
#49250C
(73,37,12)
#331C09
(51,28,9)
#1D1306
(29,19,6)
#000000
(0,0,0)

Tints of #F96D24

#F96D24
(249,109,36)
#F97A37
(249,122,55)
#F9874A
(249,135,74)
#F9945D
(249,148,93)
#F9A170
(249,161,112)
#F9AE83
(249,174,131)
#F9BB96
(249,187,150)
#F9C8A9
(249,200,169)
#F9D5BC
(249,213,188)
#F9E2CF
(249,226,207)
#F9EFE2
(249,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F96D24 color. Also use rgb(249,109,36) instead hex code.

Text Font Color

.myTextColor { color: #F96D24; }

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

This text font color is #F96D24.


Background Color

.myBgColor { background-color: #F96D24; }

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

This div background color is #F96D24.


Border color

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

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

This div border color is #F96D24.


Opacity

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

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

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

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

This text has shadow with #F96D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F96D24 on black background.


Color preview on white background

This text has color #F96D24 on white background.



Black color preview on #F96D24 background

This text has black color on #F96D24 background.


White color preview on #F96D24 background

This text has white color on #F96D24 background.