COLOR #FFA864

HEX: #FFA864
RGB: (255,168,100)

Color info

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

RGB color model

#FFA864 color RGB value is (255,168,100).

  • red value is 255;
  • green value is 168;
  • blue value is 100.
RGB:
(255,168,100)
(100%,66%,39%)

RGB channels and saturation

R 255 of 255 = 100%
G 168 of 255 = 66%
B 100 of 255 = 39%

255
168
100

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

Portions of RGB colors in percentages

R + G + B =
255 + 168 + 100 = 523 (100%)
R 255 of 523 ~ 48.76%
G 168 of 523 ~ 32.12%
B 100 of 523 ~ 19.12%

%48.76
%32.12
%19.12

CMYK color model

#FFA864 color CMYK value is (0,34,61,0).

  • cyan value is 0.00%
  • magenta value is 34.12%
  • yellow value is 60.78%
  • key color value is 0.00%
CMYK:
(0,34,61,0)
C0M34Y61K0 
(0%,34%,61%,0%)
(0.00/0.34/0.61/0.00)	

CMYK percentages

%0
%34.12
%60.78
%0

Codes

Color #FFA864 in popluar color models

FFA864
RGB255168100
HSL26°100.00%69.61%
HSB/HSV26°60.78%100.00%
CMYK0.00%34.12%60.78%
0.00%

Color #FFA864 in popluar number systems.

HEXFFA864
Decimal255168100
Binary11111111101010001100100
Octal377250144

Shades and tints

Shades of #FFA864

#FFA864
(255,168,100)
#E8995B
(232,153,91)
#D18A52
(209,138,82)
#BA7B49
(186,123,73)
#A36C40
(163,108,64)
#8C5D37
(140,93,55)
#754E2E
(117,78,46)
#5E3F25
(94,63,37)
#47301C
(71,48,28)
#302113
(48,33,19)
#19120A
(25,18,10)
#000000
(0,0,0)

Tints of #FFA864

#FFA864
(255,168,100)
#FFAF72
(255,175,114)
#FFB680
(255,182,128)
#FFBD8E
(255,189,142)
#FFC49C
(255,196,156)
#FFCBAA
(255,203,170)
#FFD2B8
(255,210,184)
#FFD9C6
(255,217,198)
#FFE0D4
(255,224,212)
#FFE7E2
(255,231,226)
#FFEEF0
(255,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFA864 color. Also use rgb(255,168,100) instead hex code.

Text Font Color

.myTextColor { color: #FFA864; }

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

This text font color is #FFA864.


Background Color

.myBgColor { background-color: #FFA864; }

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

This div background color is #FFA864.


Border color

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

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

This div border color is #FFA864.


Opacity

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

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

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

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

This text has shadow with #FFA864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA864 on black background.


Color preview on white background

This text has color #FFA864 on white background.



Black color preview on #FFA864 background

This text has black color on #FFA864 background.


White color preview on #FFA864 background

This text has white color on #FFA864 background.