COLOR #FF9E69

HEX: #FF9E69
RGB: (255,158,105)

Color info

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

RGB color model

#FF9E69 color RGB value is (255,158,105).

  • red value is 255;
  • green value is 158;
  • blue value is 105.
RGB:
(255,158,105)
(100%,62%,41%)

RGB channels and saturation

R 255 of 255 = 100%
G 158 of 255 = 62%
B 105 of 255 = 41%

255
158
105

R + G + B ~ 68%. #FF9E69 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 158 + 105 = 518 (100%)
R 255 of 518 ~ 49.23%
G 158 of 518 ~ 30.5%
B 105 of 518 ~ 20.27%

%49.23
%30.5
%20.27

CMYK color model

#FF9E69 color CMYK value is (0,38,59,0).

  • cyan value is 0.00%
  • magenta value is 38.04%
  • yellow value is 58.82%
  • key color value is 0.00%
CMYK:
(0,38,59,0)
C0M38Y59K0 
(0%,38%,59%,0%)
(0.00/0.38/0.59/0.00)	

CMYK percentages

%0
%38.04
%58.82
%0

Codes

Color #FF9E69 in popluar color models

FF9E69
RGB255158105
HSL21°100.00%70.59%
HSB/HSV21°58.82%100.00%
CMYK0.00%38.04%58.82%
0.00%

Color #FF9E69 in popluar number systems.

HEXFF9E69
Decimal255158105
Binary11111111100111101101001
Octal377236151

Shades and tints

Shades of #FF9E69

#FF9E69
(255,158,105)
#E89060
(232,144,96)
#D18257
(209,130,87)
#BA744E
(186,116,78)
#A36645
(163,102,69)
#8C583C
(140,88,60)
#754A33
(117,74,51)
#5E3C2A
(94,60,42)
#472E21
(71,46,33)
#302018
(48,32,24)
#19120F
(25,18,15)
#000000
(0,0,0)

Tints of #FF9E69

#FF9E69
(255,158,105)
#FFA676
(255,166,118)
#FFAE83
(255,174,131)
#FFB690
(255,182,144)
#FFBE9D
(255,190,157)
#FFC6AA
(255,198,170)
#FFCEB7
(255,206,183)
#FFD6C4
(255,214,196)
#FFDED1
(255,222,209)
#FFE6DE
(255,230,222)
#FFEEEB
(255,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF9E69 color. Also use rgb(255,158,105) instead hex code.

Text Font Color

.myTextColor { color: #FF9E69; }

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

This text font color is #FF9E69.


Background Color

.myBgColor { background-color: #FF9E69; }

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

This div background color is #FF9E69.


Border color

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

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

This div border color is #FF9E69.


Opacity

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

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

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

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

This text has shadow with #FF9E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF9E69 on black background.


Color preview on white background

This text has color #FF9E69 on white background.



Black color preview on #FF9E69 background

This text has black color on #FF9E69 background.


White color preview on #FF9E69 background

This text has white color on #FF9E69 background.