COLOR #F96557

HEX: #F96557 RGB: (249,101,87)

Color info

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

RGB color model

#F96557 color RGB value is (249,101,87).

RGB: (249,101,87) (98%, 40%, 34%)

RGB channels and saturation

R 249 of 255 = 98%
G 101 of 255 = 40%
B 87 of 255 = 34%

249
101
87

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

Portions of RGB colors in percentages

R + G + B = 249 + 101 + 87 = 437 (100%)
R 249 of 437 ~ 56.98%
G 101 of 437 ~ 23.11%
B 87 of 437 ~ 19.91'%

%56.98
%23.11
%19.91

CMYK color model

#F96557 color CMYK value is (0,59,65,2).

  • cyan value is 0.00%
  • magenta value is 59.44%
  • yellow value is 65.06%
  • key color value is 2.35%
CMYK: (0,59,65,2) C0M59Y65K2 (0%,59%,65%,2%) (0.00/0.59/0.65/0.02) 

CMYK percentages

%0
%59.44
%65.06
%2.35

Codes

Color #F96557 in popluar color models

F9 65 57
RGB 249 101 87
HSL 93.10% 65.88%
HSB/HSV 65.06% 97.65%
CMYK 0.00% 59.44% 65.06%
2.35%

Color #F96557 in popluar number systems.

HEX F9 65 57
Decimal 249 101 87
Binary 11111001 1100101 1010111
Octal 371 145 127

Shades and tints

Shades of #F96557

#F96557
(249,101,87)
#E35C50
(227,92,80)
#CD5349
(205,83,73)
#B74A42
(183,74,66)
#A1413B
(161,65,59)
#8B3834
(139,56,52)
#752F2D
(117,47,45)
#5F2626
(95,38,38)
#491D1F
(73,29,31)
#331418
(51,20,24)
#1D0B11
(29,11,17)
#000000
(0,0,0)

Tints of #F96557

#F96557
(249,101,87)
#F97366
(249,115,102)
#F98175
(249,129,117)
#F98F84
(249,143,132)
#F99D93
(249,157,147)
#F9ABA2
(249,171,162)
#F9B9B1
(249,185,177)
#F9C7C0
(249,199,192)
#F9D5CF
(249,213,207)
#F9E3DE
(249,227,222)
#F9F1ED
(249,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F96557 color. Also use rgb(249,101,87) instead hex code.

Text Font Color

.myTextColor { color: #F96557; }

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

This text font color is #F96557.

Background Color

.myBgColor { background-color: #F96557; }

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

This div background color is #F96557.

Border color

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

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

This div border color is #F96557.

Opacity

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

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

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

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

This text has shadow with #F96557 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F96557.

Preview

Color preview on black background

This text has color #F96557 on black background.


Color preview on white background

This text has color #F96557 on white background.


Black color preview on #F96557 background

This text has black color on #F96557 background.


White color preview on #F96557 background

This text has white color on #F96557 background.


Related colors

Complementary color

Complementary color for #hex is #069AA8.


I love getcolorcode.com

Triadic colors

1 #57F965 and #6557F9 with #F96557 are triadic colors.

2 #5765F9 and #65F957 with #F96557 are triadic colors.