COLOR #F3A85C

HEX: #F3A85C
RGB: (243,168,92)

Color info

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

RGB color model

#F3A85C color RGB value is (243,168,92).

  • red value is 243;
  • green value is 168;
  • blue value is 92.
RGB:
(243,168,92)
(95%,66%,36%)

RGB channels and saturation

R 243 of 255 = 95%
G 168 of 255 = 66%
B 92 of 255 = 36%

243
168
92

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

Portions of RGB colors in percentages

R + G + B =
243 + 168 + 92 = 503 (100%)
R 243 of 503 ~ 48.31%
G 168 of 503 ~ 33.4%
B 92 of 503 ~ 18.29%

%48.31
%33.4
%18.29

CMYK color model

#F3A85C color CMYK value is (0,31,62,5).

  • cyan value is 0.00%
  • magenta value is 30.86%
  • yellow value is 62.14%
  • key color value is 4.71%
CMYK:
(0,31,62,5)
C0M31Y62K5 
(0%,31%,62%,5%)
(0.00/0.31/0.62/0.05)	

CMYK percentages

%0
%30.86
%62.14
%4.71

Codes

Color #F3A85C in popluar color models

F3A85C
RGB24316892
HSL30°86.29%65.69%
HSB/HSV30°62.14%95.29%
CMYK0.00%30.86%62.14%
4.71%

Color #F3A85C in popluar number systems.

HEXF3A85C
Decimal24316892
Binary11110011101010001011100
Octal363250134

Shades and tints

Shades of #F3A85C

#F3A85C
(243,168,92)
#DD9954
(221,153,84)
#C78A4C
(199,138,76)
#B17B44
(177,123,68)
#9B6C3C
(155,108,60)
#855D34
(133,93,52)
#6F4E2C
(111,78,44)
#593F24
(89,63,36)
#43301C
(67,48,28)
#2D2114
(45,33,20)
#17120C
(23,18,12)
#000000
(0,0,0)

Tints of #F3A85C

#F3A85C
(243,168,92)
#F4AF6A
(244,175,106)
#F5B678
(245,182,120)
#F6BD86
(246,189,134)
#F7C494
(247,196,148)
#F8CBA2
(248,203,162)
#F9D2B0
(249,210,176)
#FAD9BE
(250,217,190)
#FBE0CC
(251,224,204)
#FCE7DA
(252,231,218)
#FDEEE8
(253,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3A85C color. Also use rgb(243,168,92) instead hex code.

Text Font Color

.myTextColor { color: #F3A85C; }

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

This text font color is #F3A85C.


Background Color

.myBgColor { background-color: #F3A85C; }

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

This div background color is #F3A85C.


Border color

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

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

This div border color is #F3A85C.


Opacity

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

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

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

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

This text has shadow with #F3A85C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3A85C on black background.


Color preview on white background

This text has color #F3A85C on white background.



Black color preview on #F3A85C background

This text has black color on #F3A85C background.


White color preview on #F3A85C background

This text has white color on #F3A85C background.