COLOR #FFA65F

HEX: #FFA65F
RGB: (255,166,95)

Color info

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

RGB color model

#FFA65F color RGB value is (255,166,95).

  • red value is 255;
  • green value is 166;
  • blue value is 95.
RGB:
(255,166,95)
(100%,65%,37%)

RGB channels and saturation

R 255 of 255 = 100%
G 166 of 255 = 65%
B 95 of 255 = 37%

255
166
95

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

Portions of RGB colors in percentages

R + G + B =
255 + 166 + 95 = 516 (100%)
R 255 of 516 ~ 49.42%
G 166 of 516 ~ 32.17%
B 95 of 516 ~ 18.41%

%49.42
%32.17
%18.41

CMYK color model

#FFA65F color CMYK value is (0,35,63,0).

  • cyan value is 0.00%
  • magenta value is 34.90%
  • yellow value is 62.75%
  • key color value is 0.00%
CMYK:
(0,35,63,0)
C0M35Y63K0 
(0%,35%,63%,0%)
(0.00/0.35/0.63/0.00)	

CMYK percentages

%0
%34.9
%62.75
%0

Codes

Color #FFA65F in popluar color models

FFA65F
RGB25516695
HSL27°100.00%68.63%
HSB/HSV27°62.75%100.00%
CMYK0.00%34.90%62.75%
0.00%

Color #FFA65F in popluar number systems.

HEXFFA65F
Decimal25516695
Binary11111111101001101011111
Octal377246137

Shades and tints

Shades of #FFA65F

#FFA65F
(255,166,95)
#E89757
(232,151,87)
#D1884F
(209,136,79)
#BA7947
(186,121,71)
#A36A3F
(163,106,63)
#8C5B37
(140,91,55)
#754C2F
(117,76,47)
#5E3D27
(94,61,39)
#472E1F
(71,46,31)
#301F17
(48,31,23)
#19100F
(25,16,15)
#000000
(0,0,0)

Tints of #FFA65F

#FFA65F
(255,166,95)
#FFAE6D
(255,174,109)
#FFB67B
(255,182,123)
#FFBE89
(255,190,137)
#FFC697
(255,198,151)
#FFCEA5
(255,206,165)
#FFD6B3
(255,214,179)
#FFDEC1
(255,222,193)
#FFE6CF
(255,230,207)
#FFEEDD
(255,238,221)
#FFF6EB
(255,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFA65F color. Also use rgb(255,166,95) instead hex code.

Text Font Color

.myTextColor { color: #FFA65F; }

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

This text font color is #FFA65F.


Background Color

.myBgColor { background-color: #FFA65F; }

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

This div background color is #FFA65F.


Border color

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

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

This div border color is #FFA65F.


Opacity

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

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

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

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

This text has shadow with #FFA65F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA65F on black background.


Color preview on white background

This text has color #FFA65F on white background.



Black color preview on #FFA65F background

This text has black color on #FFA65F background.


White color preview on #FFA65F background

This text has white color on #FFA65F background.