COLOR #F2A337

HEX: #F2A337
RGB: (242,163,55)

Color info

#F2A337 contains mainly red color. Web safe color of #F2A337 is #FF9933 (or #F93).

RGB color model

#F2A337 color RGB value is (242,163,55).

  • red value is 242;
  • green value is 163;
  • blue value is 55.
RGB:
(242,163,55)
(95%,64%,22%)

RGB channels and saturation

R 242 of 255 = 95%
G 163 of 255 = 64%
B 55 of 255 = 22%

242
163
55

R + G + B ~ 60%. #F2A337 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
242 + 163 + 55 = 460 (100%)
R 242 of 460 ~ 52.61%
G 163 of 460 ~ 35.43%
B 55 of 460 ~ 11.96%

%52.61
%35.43
%11.96

CMYK color model

#F2A337 color CMYK value is (0,33,77,5).

  • cyan value is 0.00%
  • magenta value is 32.64%
  • yellow value is 77.27%
  • key color value is 5.10%
CMYK:
(0,33,77,5)
C0M33Y77K5 
(0%,33%,77%,5%)
(0.00/0.33/0.77/0.05)	

CMYK percentages

%0
%32.64
%77.27
%5.1

Codes

Color #F2A337 in popluar color models

F2A337
RGB24216355
HSL35°87.79%58.24%
HSB/HSV35°77.27%94.90%
CMYK0.00%32.64%77.27%
5.10%

Color #F2A337 in popluar number systems.

HEXF2A337
Decimal24216355
Binary1111001010100011110111
Octal36224367

Shades and tints

Shades of #F2A337

#F2A337
(242,163,55)
#DC9532
(220,149,50)
#C6872D
(198,135,45)
#B07928
(176,121,40)
#9A6B23
(154,107,35)
#845D1E
(132,93,30)
#6E4F19
(110,79,25)
#584114
(88,65,20)
#42330F
(66,51,15)
#2C250A
(44,37,10)
#161705
(22,23,5)
#000000
(0,0,0)

Tints of #F2A337

#F2A337
(242,163,55)
#F3AB49
(243,171,73)
#F4B35B
(244,179,91)
#F5BB6D
(245,187,109)
#F6C37F
(246,195,127)
#F7CB91
(247,203,145)
#F8D3A3
(248,211,163)
#F9DBB5
(249,219,181)
#FAE3C7
(250,227,199)
#FBEBD9
(251,235,217)
#FCF3EB
(252,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2A337 color. Also use rgb(242,163,55) instead hex code.

Text Font Color

.myTextColor { color: #F2A337; }

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

This text font color is #F2A337.


Background Color

.myBgColor { background-color: #F2A337; }

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

This div background color is #F2A337.


Border color

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

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

This div border color is #F2A337.


Opacity

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

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

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

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

This text has shadow with #F2A337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2A337 on black background.


Color preview on white background

This text has color #F2A337 on white background.



Black color preview on #F2A337 background

This text has black color on #F2A337 background.


White color preview on #F2A337 background

This text has white color on #F2A337 background.