COLOR #FFA245

HEX: #FFA245
RGB: (255,162,69)

Color info

#FFA245 contains mainly red color. Web safe color of #FFA245 is #FF9933 (or #F93).

RGB color model

#FFA245 color RGB value is (255,162,69).

  • red value is 255;
  • green value is 162;
  • blue value is 69.
RGB:
(255,162,69)
(100%,64%,27%)

RGB channels and saturation

R 255 of 255 = 100%
G 162 of 255 = 64%
B 69 of 255 = 27%

255
162
69

R + G + B ~ 64%. #FFA245 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 162 + 69 = 486 (100%)
R 255 of 486 ~ 52.47%
G 162 of 486 ~ 33.33%
B 69 of 486 ~ 14.2%

%52.47
%33.33
%14.2

CMYK color model

#FFA245 color CMYK value is (0,36,73,0).

  • cyan value is 0.00%
  • magenta value is 36.47%
  • yellow value is 72.94%
  • key color value is 0.00%
CMYK:
(0,36,73,0)
C0M36Y73K0 
(0%,36%,73%,0%)
(0.00/0.36/0.73/0.00)	

CMYK percentages

%0
%36.47
%72.94
%0

Codes

Color #FFA245 in popluar color models

FFA245
RGB25516269
HSL30°100.00%63.53%
HSB/HSV30°72.94%100.00%
CMYK0.00%36.47%72.94%
0.00%

Color #FFA245 in popluar number systems.

HEXFFA245
Decimal25516269
Binary11111111101000101000101
Octal377242105

Shades and tints

Shades of #FFA245

#FFA245
(255,162,69)
#E8943F
(232,148,63)
#D18639
(209,134,57)
#BA7833
(186,120,51)
#A36A2D
(163,106,45)
#8C5C27
(140,92,39)
#754E21
(117,78,33)
#5E401B
(94,64,27)
#473215
(71,50,21)
#30240F
(48,36,15)
#191609
(25,22,9)
#000000
(0,0,0)

Tints of #FFA245

#FFA245
(255,162,69)
#FFAA55
(255,170,85)
#FFB265
(255,178,101)
#FFBA75
(255,186,117)
#FFC285
(255,194,133)
#FFCA95
(255,202,149)
#FFD2A5
(255,210,165)
#FFDAB5
(255,218,181)
#FFE2C5
(255,226,197)
#FFEAD5
(255,234,213)
#FFF2E5
(255,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFA245 color. Also use rgb(255,162,69) instead hex code.

Text Font Color

.myTextColor { color: #FFA245; }

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

This text font color is #FFA245.


Background Color

.myBgColor { background-color: #FFA245; }

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

This div background color is #FFA245.


Border color

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

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

This div border color is #FFA245.


Opacity

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

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

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

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

This text has shadow with #FFA245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA245 on black background.


Color preview on white background

This text has color #FFA245 on white background.



Black color preview on #FFA245 background

This text has black color on #FFA245 background.


White color preview on #FFA245 background

This text has white color on #FFA245 background.