COLOR #F96146

HEX: #F96146
RGB: (249,97,70)

Color info

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

RGB color model

#F96146 color RGB value is (249,97,70).

  • red value is 249;
  • green value is 97;
  • blue value is 70.
RGB:
(249,97,70)
(98%,38%,27%)

RGB channels and saturation

R 249 of 255 = 98%
G 97 of 255 = 38%
B 70 of 255 = 27%

249
97
70

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

Portions of RGB colors in percentages

R + G + B =
249 + 97 + 70 = 416 (100%)
R 249 of 416 ~ 59.86%
G 97 of 416 ~ 23.32%
B 70 of 416 ~ 16.83%

%59.86
%23.32
%16.83

CMYK color model

#F96146 color CMYK value is (0,61,72,2).

  • cyan value is 0.00%
  • magenta value is 61.04%
  • yellow value is 71.89%
  • key color value is 2.35%
CMYK:
(0,61,72,2)
C0M61Y72K2 
(0%,61%,72%,2%)
(0.00/0.61/0.72/0.02)	

CMYK percentages

%0
%61.04
%71.89
%2.35

Codes

Color #F96146 in popluar color models

F96146
RGB2499770
HSL93.72%62.55%
HSB/HSV71.89%97.65%
CMYK0.00%61.04%71.89%
2.35%

Color #F96146 in popluar number systems.

HEXF96146
Decimal2499770
Binary1111100111000011000110
Octal371141106

Shades and tints

Shades of #F96146

#F96146
(249,97,70)
#E35940
(227,89,64)
#CD513A
(205,81,58)
#B74934
(183,73,52)
#A1412E
(161,65,46)
#8B3928
(139,57,40)
#753122
(117,49,34)
#5F291C
(95,41,28)
#492116
(73,33,22)
#331910
(51,25,16)
#1D110A
(29,17,10)
#000000
(0,0,0)

Tints of #F96146

#F96146
(249,97,70)
#F96F56
(249,111,86)
#F97D66
(249,125,102)
#F98B76
(249,139,118)
#F99986
(249,153,134)
#F9A796
(249,167,150)
#F9B5A6
(249,181,166)
#F9C3B6
(249,195,182)
#F9D1C6
(249,209,198)
#F9DFD6
(249,223,214)
#F9EDE6
(249,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F96146 color. Also use rgb(249,97,70) instead hex code.

Text Font Color

.myTextColor { color: #F96146; }

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

This text font color is #F96146.


Background Color

.myBgColor { background-color: #F96146; }

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

This div background color is #F96146.


Border color

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

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

This div border color is #F96146.


Opacity

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

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

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

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

This text has shadow with #F96146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F96146 on black background.


Color preview on white background

This text has color #F96146 on white background.



Black color preview on #F96146 background

This text has black color on #F96146 background.


White color preview on #F96146 background

This text has white color on #F96146 background.