COLOR #F96A5B

HEX: #F96A5B
RGB: (249,106,91)

Color info

#F96A5B contains mainly red color. Web safe color of #F96A5B is #FF6666 (or #F66).

RGB color model

#F96A5B color RGB value is (249,106,91).

  • red value is 249;
  • green value is 106;
  • blue value is 91.
RGB:
(249,106,91)
(98%,42%,36%)

RGB channels and saturation

R 249 of 255 = 98%
G 106 of 255 = 42%
B 91 of 255 = 36%

249
106
91

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

Portions of RGB colors in percentages

R + G + B =
249 + 106 + 91 = 446 (100%)
R 249 of 446 ~ 55.83%
G 106 of 446 ~ 23.77%
B 91 of 446 ~ 20.4%

%55.83
%23.77
%20.4

CMYK color model

#F96A5B color CMYK value is (0,57,63,2).

  • cyan value is 0.00%
  • magenta value is 57.43%
  • yellow value is 63.45%
  • key color value is 2.35%
CMYK:
(0,57,63,2)
C0M57Y63K2 
(0%,57%,63%,2%)
(0.00/0.57/0.63/0.02)	

CMYK percentages

%0
%57.43
%63.45
%2.35

Codes

Color #F96A5B in popluar color models

F96A5B
RGB24910691
HSL92.94%66.67%
HSB/HSV63.45%97.65%
CMYK0.00%57.43%63.45%
2.35%

Color #F96A5B in popluar number systems.

HEXF96A5B
Decimal24910691
Binary1111100111010101011011
Octal371152133

Shades and tints

Shades of #F96A5B

#F96A5B
(249,106,91)
#E36153
(227,97,83)
#CD584B
(205,88,75)
#B74F43
(183,79,67)
#A1463B
(161,70,59)
#8B3D33
(139,61,51)
#75342B
(117,52,43)
#5F2B23
(95,43,35)
#49221B
(73,34,27)
#331913
(51,25,19)
#1D100B
(29,16,11)
#000000
(0,0,0)

Tints of #F96A5B

#F96A5B
(249,106,91)
#F97769
(249,119,105)
#F98477
(249,132,119)
#F99185
(249,145,133)
#F99E93
(249,158,147)
#F9ABA1
(249,171,161)
#F9B8AF
(249,184,175)
#F9C5BD
(249,197,189)
#F9D2CB
(249,210,203)
#F9DFD9
(249,223,217)
#F9ECE7
(249,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F96A5B color. Also use rgb(249,106,91) instead hex code.

Text Font Color

.myTextColor { color: #F96A5B; }

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

This text font color is #F96A5B.


Background Color

.myBgColor { background-color: #F96A5B; }

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

This div background color is #F96A5B.


Border color

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

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

This div border color is #F96A5B.


Opacity

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

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

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

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

This text has shadow with #F96A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F96A5B on black background.


Color preview on white background

This text has color #F96A5B on white background.



Black color preview on #F96A5B background

This text has black color on #F96A5B background.


White color preview on #F96A5B background

This text has white color on #F96A5B background.