COLOR #F3A580

HEX: #F3A580
RGB: (243,165,128)

Color info

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

RGB color model

#F3A580 color RGB value is (243,165,128).

  • red value is 243;
  • green value is 165;
  • blue value is 128.
RGB:
(243,165,128)
(95%,65%,50%)

RGB channels and saturation

R 243 of 255 = 95%
G 165 of 255 = 65%
B 128 of 255 = 50%

243
165
128

R + G + B ~ 70%. #F3A580 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 165 + 128 = 536 (100%)
R 243 of 536 ~ 45.34%
G 165 of 536 ~ 30.78%
B 128 of 536 ~ 23.88%

%45.34
%30.78
%23.88

CMYK color model

#F3A580 color CMYK value is (0,32,47,5).

  • cyan value is 0.00%
  • magenta value is 32.10%
  • yellow value is 47.33%
  • key color value is 4.71%
CMYK:
(0,32,47,5)
C0M32Y47K5 
(0%,32%,47%,5%)
(0.00/0.32/0.47/0.05)	

CMYK percentages

%0
%32.1
%47.33
%4.71

Codes

Color #F3A580 in popluar color models

F3A580
RGB243165128
HSL19°82.73%72.75%
HSB/HSV19°47.33%95.29%
CMYK0.00%32.10%47.33%
4.71%

Color #F3A580 in popluar number systems.

HEXF3A580
Decimal243165128
Binary111100111010010110000000
Octal363245200

Shades and tints

Shades of #F3A580

#F3A580
(243,165,128)
#DD9675
(221,150,117)
#C7876A
(199,135,106)
#B1785F
(177,120,95)
#9B6954
(155,105,84)
#855A49
(133,90,73)
#6F4B3E
(111,75,62)
#593C33
(89,60,51)
#432D28
(67,45,40)
#2D1E1D
(45,30,29)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #F3A580

#F3A580
(243,165,128)
#F4AD8B
(244,173,139)
#F5B596
(245,181,150)
#F6BDA1
(246,189,161)
#F7C5AC
(247,197,172)
#F8CDB7
(248,205,183)
#F9D5C2
(249,213,194)
#FADDCD
(250,221,205)
#FBE5D8
(251,229,216)
#FCEDE3
(252,237,227)
#FDF5EE
(253,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3A580 color. Also use rgb(243,165,128) instead hex code.

Text Font Color

.myTextColor { color: #F3A580; }

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

This text font color is #F3A580.


Background Color

.myBgColor { background-color: #F3A580; }

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

This div background color is #F3A580.


Border color

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

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

This div border color is #F3A580.


Opacity

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

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

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

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

This text has shadow with #F3A580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3A580 on black background.


Color preview on white background

This text has color #F3A580 on white background.



Black color preview on #F3A580 background

This text has black color on #F3A580 background.


White color preview on #F3A580 background

This text has white color on #F3A580 background.