COLOR #FFA165

HEX: #FFA165
RGB: (255,161,101)

Color info

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

RGB color model

#FFA165 color RGB value is (255,161,101).

  • red value is 255;
  • green value is 161;
  • blue value is 101.
RGB:
(255,161,101)
(100%,63%,40%)

RGB channels and saturation

R 255 of 255 = 100%
G 161 of 255 = 63%
B 101 of 255 = 40%

255
161
101

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

Portions of RGB colors in percentages

R + G + B =
255 + 161 + 101 = 517 (100%)
R 255 of 517 ~ 49.32%
G 161 of 517 ~ 31.14%
B 101 of 517 ~ 19.54%

%49.32
%31.14
%19.54

CMYK color model

#FFA165 color CMYK value is (0,37,60,0).

  • cyan value is 0.00%
  • magenta value is 36.86%
  • yellow value is 60.39%
  • key color value is 0.00%
CMYK:
(0,37,60,0)
C0M37Y60K0 
(0%,37%,60%,0%)
(0.00/0.37/0.60/0.00)	

CMYK percentages

%0
%36.86
%60.39
%0

Codes

Color #FFA165 in popluar color models

FFA165
RGB255161101
HSL23°100.00%69.80%
HSB/HSV23°60.39%100.00%
CMYK0.00%36.86%60.39%
0.00%

Color #FFA165 in popluar number systems.

HEXFFA165
Decimal255161101
Binary11111111101000011100101
Octal377241145

Shades and tints

Shades of #FFA165

#FFA165
(255,161,101)
#E8935C
(232,147,92)
#D18553
(209,133,83)
#BA774A
(186,119,74)
#A36941
(163,105,65)
#8C5B38
(140,91,56)
#754D2F
(117,77,47)
#5E3F26
(94,63,38)
#47311D
(71,49,29)
#302314
(48,35,20)
#19150B
(25,21,11)
#000000
(0,0,0)

Tints of #FFA165

#FFA165
(255,161,101)
#FFA973
(255,169,115)
#FFB181
(255,177,129)
#FFB98F
(255,185,143)
#FFC19D
(255,193,157)
#FFC9AB
(255,201,171)
#FFD1B9
(255,209,185)
#FFD9C7
(255,217,199)
#FFE1D5
(255,225,213)
#FFE9E3
(255,233,227)
#FFF1F1
(255,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFA165 color. Also use rgb(255,161,101) instead hex code.

Text Font Color

.myTextColor { color: #FFA165; }

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

This text font color is #FFA165.


Background Color

.myBgColor { background-color: #FFA165; }

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

This div background color is #FFA165.


Border color

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

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

This div border color is #FFA165.


Opacity

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

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

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

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

This text has shadow with #FFA165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA165 on black background.


Color preview on white background

This text has color #FFA165 on white background.



Black color preview on #FFA165 background

This text has black color on #FFA165 background.


White color preview on #FFA165 background

This text has white color on #FFA165 background.