COLOR #F2A465

HEX: #F2A465
RGB: (242,164,101)

Color info

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

RGB color model

#F2A465 color RGB value is (242,164,101).

  • red value is 242;
  • green value is 164;
  • blue value is 101.
RGB:
(242,164,101)
(95%,64%,40%)

RGB channels and saturation

R 242 of 255 = 95%
G 164 of 255 = 64%
B 101 of 255 = 40%

242
164
101

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

Portions of RGB colors in percentages

R + G + B =
242 + 164 + 101 = 507 (100%)
R 242 of 507 ~ 47.73%
G 164 of 507 ~ 32.35%
B 101 of 507 ~ 19.92%

%47.73
%32.35
%19.92

CMYK color model

#F2A465 color CMYK value is (0,32,58,5).

  • cyan value is 0.00%
  • magenta value is 32.23%
  • yellow value is 58.26%
  • key color value is 5.10%
CMYK:
(0,32,58,5)
C0M32Y58K5 
(0%,32%,58%,5%)
(0.00/0.32/0.58/0.05)	

CMYK percentages

%0
%32.23
%58.26
%5.1

Codes

Color #F2A465 in popluar color models

F2A465
RGB242164101
HSL27°84.43%67.25%
HSB/HSV27°58.26%94.90%
CMYK0.00%32.23%58.26%
5.10%

Color #F2A465 in popluar number systems.

HEXF2A465
Decimal242164101
Binary11110010101001001100101
Octal362244145

Shades and tints

Shades of #F2A465

#F2A465
(242,164,101)
#DC965C
(220,150,92)
#C68853
(198,136,83)
#B07A4A
(176,122,74)
#9A6C41
(154,108,65)
#845E38
(132,94,56)
#6E502F
(110,80,47)
#584226
(88,66,38)
#42341D
(66,52,29)
#2C2614
(44,38,20)
#16180B
(22,24,11)
#000000
(0,0,0)

Tints of #F2A465

#F2A465
(242,164,101)
#F3AC73
(243,172,115)
#F4B481
(244,180,129)
#F5BC8F
(245,188,143)
#F6C49D
(246,196,157)
#F7CCAB
(247,204,171)
#F8D4B9
(248,212,185)
#F9DCC7
(249,220,199)
#FAE4D5
(250,228,213)
#FBECE3
(251,236,227)
#FCF4F1
(252,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2A465 color. Also use rgb(242,164,101) instead hex code.

Text Font Color

.myTextColor { color: #F2A465; }

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

This text font color is #F2A465.


Background Color

.myBgColor { background-color: #F2A465; }

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

This div background color is #F2A465.


Border color

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

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

This div border color is #F2A465.


Opacity

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

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

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

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

This text has shadow with #F2A465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2A465 on black background.


Color preview on white background

This text has color #F2A465 on white background.



Black color preview on #F2A465 background

This text has black color on #F2A465 background.


White color preview on #F2A465 background

This text has white color on #F2A465 background.