COLOR #FF956E

HEX: #FF956E
RGB: (255,149,110)

Color info

#FF956E contains mainly red color. Web safe color of #FF956E is #FF9966 (or #F96).

RGB color model

#FF956E color RGB value is (255,149,110).

  • red value is 255;
  • green value is 149;
  • blue value is 110.
RGB:
(255,149,110)
(100%,58%,43%)

RGB channels and saturation

R 255 of 255 = 100%
G 149 of 255 = 58%
B 110 of 255 = 43%

255
149
110

R + G + B ~ 67%. #FF956E is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 149 + 110 = 514 (100%)
R 255 of 514 ~ 49.61%
G 149 of 514 ~ 28.99%
B 110 of 514 ~ 21.4%

%49.61
%28.99
%21.4

CMYK color model

#FF956E color CMYK value is (0,42,57,0).

  • cyan value is 0.00%
  • magenta value is 41.57%
  • yellow value is 56.86%
  • key color value is 0.00%
CMYK:
(0,42,57,0)
C0M42Y57K0 
(0%,42%,57%,0%)
(0.00/0.42/0.57/0.00)	

CMYK percentages

%0
%41.57
%56.86
%0

Codes

Color #FF956E in popluar color models

FF956E
RGB255149110
HSL16°100.00%71.57%
HSB/HSV16°56.86%100.00%
CMYK0.00%41.57%56.86%
0.00%

Color #FF956E in popluar number systems.

HEXFF956E
Decimal255149110
Binary11111111100101011101110
Octal377225156

Shades and tints

Shades of #FF956E

#FF956E
(255,149,110)
#E88864
(232,136,100)
#D17B5A
(209,123,90)
#BA6E50
(186,110,80)
#A36146
(163,97,70)
#8C543C
(140,84,60)
#754732
(117,71,50)
#5E3A28
(94,58,40)
#472D1E
(71,45,30)
#302014
(48,32,20)
#19130A
(25,19,10)
#000000
(0,0,0)

Tints of #FF956E

#FF956E
(255,149,110)
#FF9E7B
(255,158,123)
#FFA788
(255,167,136)
#FFB095
(255,176,149)
#FFB9A2
(255,185,162)
#FFC2AF
(255,194,175)
#FFCBBC
(255,203,188)
#FFD4C9
(255,212,201)
#FFDDD6
(255,221,214)
#FFE6E3
(255,230,227)
#FFEFF0
(255,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF956E color. Also use rgb(255,149,110) instead hex code.

Text Font Color

.myTextColor { color: #FF956E; }

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

This text font color is #FF956E.


Background Color

.myBgColor { background-color: #FF956E; }

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

This div background color is #FF956E.


Border color

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

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

This div border color is #FF956E.


Opacity

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

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

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

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

This text has shadow with #FF956E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF956E on black background.


Color preview on white background

This text has color #FF956E on white background.



Black color preview on #FF956E background

This text has black color on #FF956E background.


White color preview on #FF956E background

This text has white color on #FF956E background.