COLOR #FFA875

HEX: #FFA875
RGB: (255,168,117)

Color info

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

RGB color model

#FFA875 color RGB value is (255,168,117).

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

RGB channels and saturation

R 255 of 255 = 100%
G 168 of 255 = 66%
B 117 of 255 = 46%

255
168
117

R + G + B ~ 71%. #FFA875 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 168 + 117 = 540 (100%)
R 255 of 540 ~ 47.22%
G 168 of 540 ~ 31.11%
B 117 of 540 ~ 21.67%

%47.22
%31.11
%21.67

CMYK color model

#FFA875 color CMYK value is (0,34,54,0).

  • cyan value is 0.00%
  • magenta value is 34.12%
  • yellow value is 54.12%
  • key color value is 0.00%
CMYK:
(0,34,54,0)
C0M34Y54K0 
(0%,34%,54%,0%)
(0.00/0.34/0.54/0.00)	

CMYK percentages

%0
%34.12
%54.12
%0

Codes

Color #FFA875 in popluar color models

FFA875
RGB255168117
HSL22°100.00%72.94%
HSB/HSV22°54.12%100.00%
CMYK0.00%34.12%54.12%
0.00%

Color #FFA875 in popluar number systems.

HEXFFA875
Decimal255168117
Binary11111111101010001110101
Octal377250165

Shades and tints

Shades of #FFA875

#FFA875
(255,168,117)
#E8996B
(232,153,107)
#D18A61
(209,138,97)
#BA7B57
(186,123,87)
#A36C4D
(163,108,77)
#8C5D43
(140,93,67)
#754E39
(117,78,57)
#5E3F2F
(94,63,47)
#473025
(71,48,37)
#30211B
(48,33,27)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #FFA875

#FFA875
(255,168,117)
#FFAF81
(255,175,129)
#FFB68D
(255,182,141)
#FFBD99
(255,189,153)
#FFC4A5
(255,196,165)
#FFCBB1
(255,203,177)
#FFD2BD
(255,210,189)
#FFD9C9
(255,217,201)
#FFE0D5
(255,224,213)
#FFE7E1
(255,231,225)
#FFEEED
(255,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA875; }

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

This text font color is #FFA875.


Background Color

.myBgColor { background-color: #FFA875; }

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

This div background color is #FFA875.


Border color

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

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

This div border color is #FFA875.


Opacity

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

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

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

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

This text has shadow with #FFA875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA875 on black background.


Color preview on white background

This text has color #FFA875 on white background.



Black color preview on #FFA875 background

This text has black color on #FFA875 background.


White color preview on #FFA875 background

This text has white color on #FFA875 background.