COLOR #F3A464

HEX: #F3A464 RGB: (243,164,100)

Color info

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

RGB color model

#F3A464 color RGB value is (243,164,100).

RGB: (243,164,100) (95%, 64%, 39%)

RGB channels and saturation

R 243 of 255 = 95%
G 164 of 255 = 64%
B 100 of 255 = 39%

243
164
100

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

Portions of RGB colors in percentages

R + G + B = 243 + 164 + 100 = 507 (100%)
R 243 of 507 ~ 47.93%
G 164 of 507 ~ 32.35%
B 100 of 507 ~ 19.72'%

%47.93
%32.35
%19.72

CMYK color model

#F3A464 color CMYK value is (0,33,59,5).

  • cyan value is 0.00%
  • magenta value is 32.51%
  • yellow value is 58.85%
  • key color value is 4.71%

CMYK: (0,33,59,5)
C0M33Y59K5 (0%, 33%, 59%, 5%)
(0.00 / 0.33 / 0.59 / 0.05)

CMYK percentages

%0
%32.51
%58.85
%4.71

Codes

Color #F3A464 in popluar color models

F3 A4 64
RGB 243 164 100
HSL 27° 85.63% 67.25%
HSB/HSV 27° 58.85% 95.29%
CMYK 0.00% 32.51% 58.85%
4.71%

Color #F3A464 in popluar number systems.

HEX F3 A4 64
Decimal 243 164 100
Binary 11110011 10100100 1100100
Octal 363 244 144

Shades and tints

Shades of #F3A464

#F3A464
(243,164,100)
#DD965B
(221,150,91)
#C78852
(199,136,82)
#B17A49
(177,122,73)
#9B6C40
(155,108,64)
#855E37
(133,94,55)
#6F502E
(111,80,46)
#594225
(89,66,37)
#43341C
(67,52,28)
#2D2613
(45,38,19)
#17180A
(23,24,10)
#000000
(0,0,0)

Tints of #F3A464

#F3A464
(243,164,100)
#F4AC72
(244,172,114)
#F5B480
(245,180,128)
#F6BC8E
(246,188,142)
#F7C49C
(247,196,156)
#F8CCAA
(248,204,170)
#F9D4B8
(249,212,184)
#FADCC6
(250,220,198)
#FBE4D4
(251,228,212)
#FCECE2
(252,236,226)
#FDF4F0
(253,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3A464 color. Also use rgb(243,164,100) instead hex code.

Text Font Color

.myTextColor { color: #F3A464; }

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

This text font color is #F3A464.

Background Color

.myBgColor { background-color: #F3A464; }

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

This div background color is #F3A464.

Border color

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

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

This div border color is #F3A464.

Opacity

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

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

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

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

This text has shadow with #F3A464 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3A464.

Preview

Color preview on black background

This text has color #F3A464 on black background.


Color preview on white background

This text has color #F3A464 on white background.


Black color preview on #F3A464 background

This text has black color on #F3A464 background.


White color preview on #F3A464 background

This text has white color on #F3A464 background.


Related colors

Complementary color

Complementary color for #hex is #0C5B9B.


I love getcolorcode.com

Triadic colors

1 #64F3A4 and #A464F3 with #F3A464 are triadic colors.

2 #64A4F3 and #A4F364 with #F3A464 are triadic colors.