COLOR #FF9654

HEX: #FF9654
RGB: (255,150,84)

Color info

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

RGB color model

#FF9654 color RGB value is (255,150,84).

  • red value is 255;
  • green value is 150;
  • blue value is 84.
RGB:
(255,150,84)
(100%,59%,33%)

RGB channels and saturation

R 255 of 255 = 100%
G 150 of 255 = 59%
B 84 of 255 = 33%

255
150
84

R + G + B ~ 64%. #FF9654 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 150 + 84 = 489 (100%)
R 255 of 489 ~ 52.15%
G 150 of 489 ~ 30.67%
B 84 of 489 ~ 17.18%

%52.15
%30.67
%17.18

CMYK color model

#FF9654 color CMYK value is (0,41,67,0).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 67.06%
  • key color value is 0.00%
CMYK:
(0,41,67,0)
C0M41Y67K0 
(0%,41%,67%,0%)
(0.00/0.41/0.67/0.00)	

CMYK percentages

%0
%41.18
%67.06
%0

Codes

Color #FF9654 in popluar color models

FF9654
RGB25515084
HSL23°100.00%66.47%
HSB/HSV23°67.06%100.00%
CMYK0.00%41.18%67.06%
0.00%

Color #FF9654 in popluar number systems.

HEXFF9654
Decimal25515084
Binary11111111100101101010100
Octal377226124

Shades and tints

Shades of #FF9654

#FF9654
(255,150,84)
#E8894D
(232,137,77)
#D17C46
(209,124,70)
#BA6F3F
(186,111,63)
#A36238
(163,98,56)
#8C5531
(140,85,49)
#75482A
(117,72,42)
#5E3B23
(94,59,35)
#472E1C
(71,46,28)
#302115
(48,33,21)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #FF9654

#FF9654
(255,150,84)
#FF9F63
(255,159,99)
#FFA872
(255,168,114)
#FFB181
(255,177,129)
#FFBA90
(255,186,144)
#FFC39F
(255,195,159)
#FFCCAE
(255,204,174)
#FFD5BD
(255,213,189)
#FFDECC
(255,222,204)
#FFE7DB
(255,231,219)
#FFF0EA
(255,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF9654 color. Also use rgb(255,150,84) instead hex code.

Text Font Color

.myTextColor { color: #FF9654; }

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

This text font color is #FF9654.


Background Color

.myBgColor { background-color: #FF9654; }

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

This div background color is #FF9654.


Border color

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

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

This div border color is #FF9654.


Opacity

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

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

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

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

This text has shadow with #FF9654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF9654 on black background.


Color preview on white background

This text has color #FF9654 on white background.



Black color preview on #FF9654 background

This text has black color on #FF9654 background.


White color preview on #FF9654 background

This text has white color on #FF9654 background.