COLOR #FF9E66

HEX: #FF9E66
RGB: (255,158,102)

Color info

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

RGB color model

#FF9E66 color RGB value is (255,158,102).

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

RGB channels and saturation

R 255 of 255 = 100%
G 158 of 255 = 62%
B 102 of 255 = 40%

255
158
102

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

Portions of RGB colors in percentages

R + G + B =
255 + 158 + 102 = 515 (100%)
R 255 of 515 ~ 49.51%
G 158 of 515 ~ 30.68%
B 102 of 515 ~ 19.81%

%49.51
%30.68
%19.81

CMYK color model

#FF9E66 color CMYK value is (0,38,60,0).

  • cyan value is 0.00%
  • magenta value is 38.04%
  • yellow value is 60.00%
  • key color value is 0.00%
CMYK:
(0,38,60,0)
C0M38Y60K0 
(0%,38%,60%,0%)
(0.00/0.38/0.60/0.00)	

CMYK percentages

%0
%38.04
%60
%0

Codes

Color #FF9E66 in popluar color models

FF9E66
RGB255158102
HSL22°100.00%70.00%
HSB/HSV22°60.00%100.00%
CMYK0.00%38.04%60.00%
0.00%

Color #FF9E66 in popluar number systems.

HEXFF9E66
Decimal255158102
Binary11111111100111101100110
Octal377236146

Shades and tints

Shades of #FF9E66

#FF9E66
(255,158,102)
#E8905D
(232,144,93)
#D18254
(209,130,84)
#BA744B
(186,116,75)
#A36642
(163,102,66)
#8C5839
(140,88,57)
#754A30
(117,74,48)
#5E3C27
(94,60,39)
#472E1E
(71,46,30)
#302015
(48,32,21)
#19120C
(25,18,12)
#000000
(0,0,0)

Tints of #FF9E66

#FF9E66
(255,158,102)
#FFA673
(255,166,115)
#FFAE80
(255,174,128)
#FFB68D
(255,182,141)
#FFBE9A
(255,190,154)
#FFC6A7
(255,198,167)
#FFCEB4
(255,206,180)
#FFD6C1
(255,214,193)
#FFDECE
(255,222,206)
#FFE6DB
(255,230,219)
#FFEEE8
(255,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF9E66; }

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

This text font color is #FF9E66.


Background Color

.myBgColor { background-color: #FF9E66; }

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

This div background color is #FF9E66.


Border color

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

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

This div border color is #FF9E66.


Opacity

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

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

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

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

This text has shadow with #FF9E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF9E66 on black background.


Color preview on white background

This text has color #FF9E66 on white background.



Black color preview on #FF9E66 background

This text has black color on #FF9E66 background.


White color preview on #FF9E66 background

This text has white color on #FF9E66 background.