COLOR #F3A74E

HEX: #F3A74E
RGB: (243,167,78)

Color info

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

RGB color model

#F3A74E color RGB value is (243,167,78).

  • red value is 243;
  • green value is 167;
  • blue value is 78.
RGB:
(243,167,78)
(95%,65%,31%)

RGB channels and saturation

R 243 of 255 = 95%
G 167 of 255 = 65%
B 78 of 255 = 31%

243
167
78

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

Portions of RGB colors in percentages

R + G + B =
243 + 167 + 78 = 488 (100%)
R 243 of 488 ~ 49.8%
G 167 of 488 ~ 34.22%
B 78 of 488 ~ 15.98%

%49.8
%34.22
%15.98

CMYK color model

#F3A74E color CMYK value is (0,31,68,5).

  • cyan value is 0.00%
  • magenta value is 31.28%
  • yellow value is 67.90%
  • key color value is 4.71%
CMYK:
(0,31,68,5)
C0M31Y68K5 
(0%,31%,68%,5%)
(0.00/0.31/0.68/0.05)	

CMYK percentages

%0
%31.28
%67.9
%4.71

Codes

Color #F3A74E in popluar color models

F3A74E
RGB24316778
HSL32°87.30%62.94%
HSB/HSV32°67.90%95.29%
CMYK0.00%31.28%67.90%
4.71%

Color #F3A74E in popluar number systems.

HEXF3A74E
Decimal24316778
Binary11110011101001111001110
Octal363247116

Shades and tints

Shades of #F3A74E

#F3A74E
(243,167,78)
#DD9847
(221,152,71)
#C78940
(199,137,64)
#B17A39
(177,122,57)
#9B6B32
(155,107,50)
#855C2B
(133,92,43)
#6F4D24
(111,77,36)
#593E1D
(89,62,29)
#432F16
(67,47,22)
#2D200F
(45,32,15)
#171108
(23,17,8)
#000000
(0,0,0)

Tints of #F3A74E

#F3A74E
(243,167,78)
#F4AF5E
(244,175,94)
#F5B76E
(245,183,110)
#F6BF7E
(246,191,126)
#F7C78E
(247,199,142)
#F8CF9E
(248,207,158)
#F9D7AE
(249,215,174)
#FADFBE
(250,223,190)
#FBE7CE
(251,231,206)
#FCEFDE
(252,239,222)
#FDF7EE
(253,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3A74E color. Also use rgb(243,167,78) instead hex code.

Text Font Color

.myTextColor { color: #F3A74E; }

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

This text font color is #F3A74E.


Background Color

.myBgColor { background-color: #F3A74E; }

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

This div background color is #F3A74E.


Border color

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

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

This div border color is #F3A74E.


Opacity

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

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

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

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

This text has shadow with #F3A74E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3A74E on black background.


Color preview on white background

This text has color #F3A74E on white background.



Black color preview on #F3A74E background

This text has black color on #F3A74E background.


White color preview on #F3A74E background

This text has white color on #F3A74E background.