COLOR #F5A260

HEX: #F5A260
RGB: (245,162,96)

Color info

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

RGB color model

#F5A260 color RGB value is (245,162,96).

  • red value is 245;
  • green value is 162;
  • blue value is 96.
RGB:
(245,162,96)
(96%,64%,38%)

RGB channels and saturation

R 245 of 255 = 96%
G 162 of 255 = 64%
B 96 of 255 = 38%

245
162
96

R + G + B ~ 66%. #F5A260 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 162 + 96 = 503 (100%)
R 245 of 503 ~ 48.71%
G 162 of 503 ~ 32.21%
B 96 of 503 ~ 19.09%

%48.71
%32.21
%19.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.88%
  • yellow value is 60.82%
  • key color value is 3.92%
CMYK:
(0,34,61,4)
C0M34Y61K4 
(0%,34%,61%,4%)
(0.00/0.34/0.61/0.04)	

CMYK percentages

%0
%33.88
%60.82
%3.92

Codes

Color #F5A260 in popluar color models

F5A260
RGB24516296
HSL27°88.17%66.86%
HSB/HSV27°60.82%96.08%
CMYK0.00%33.88%60.82%
3.92%

Color #F5A260 in popluar number systems.

HEXF5A260
Decimal24516296
Binary11110101101000101100000
Octal365242140

Shades and tints

Shades of #F5A260

#F5A260
(245,162,96)
#DF9458
(223,148,88)
#C98650
(201,134,80)
#B37848
(179,120,72)
#9D6A40
(157,106,64)
#875C38
(135,92,56)
#714E30
(113,78,48)
#5B4028
(91,64,40)
#453220
(69,50,32)
#2F2418
(47,36,24)
#191610
(25,22,16)
#000000
(0,0,0)

Tints of #F5A260

#F5A260
(245,162,96)
#F5AA6E
(245,170,110)
#F5B27C
(245,178,124)
#F5BA8A
(245,186,138)
#F5C298
(245,194,152)
#F5CAA6
(245,202,166)
#F5D2B4
(245,210,180)
#F5DAC2
(245,218,194)
#F5E2D0
(245,226,208)
#F5EADE
(245,234,222)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5A260 color. Also use rgb(245,162,96) instead hex code.

Text Font Color

.myTextColor { color: #F5A260; }

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

This text font color is #F5A260.


Background Color

.myBgColor { background-color: #F5A260; }

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

This div background color is #F5A260.


Border color

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

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

This div border color is #F5A260.


Opacity

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

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

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

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

This text has shadow with #F5A260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5A260 on black background.


Color preview on white background

This text has color #F5A260 on white background.



Black color preview on #F5A260 background

This text has black color on #F5A260 background.


White color preview on #F5A260 background

This text has white color on #F5A260 background.