COLOR #F2A137

HEX: #F2A137
RGB: (242,161,55)

Color info

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

RGB color model

#F2A137 color RGB value is (242,161,55).

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

RGB channels and saturation

R 242 of 255 = 95%
G 161 of 255 = 63%
B 55 of 255 = 22%

242
161
55

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

Portions of RGB colors in percentages

R + G + B =
242 + 161 + 55 = 458 (100%)
R 242 of 458 ~ 52.84%
G 161 of 458 ~ 35.15%
B 55 of 458 ~ 12.01%

%52.84
%35.15
%12.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.47%
  • 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
%33.47
%77.27
%5.1

Codes

Color #F2A137 in popluar color models

F2A137
RGB24216155
HSL34°87.79%58.24%
HSB/HSV34°77.27%94.90%
CMYK0.00%33.47%77.27%
5.10%

Color #F2A137 in popluar number systems.

HEXF2A137
Decimal24216155
Binary1111001010100001110111
Octal36224167

Shades and tints

Shades of #F2A137

#F2A137
(242,161,55)
#DC9332
(220,147,50)
#C6852D
(198,133,45)
#B07728
(176,119,40)
#9A6923
(154,105,35)
#845B1E
(132,91,30)
#6E4D19
(110,77,25)
#583F14
(88,63,20)
#42310F
(66,49,15)
#2C230A
(44,35,10)
#161505
(22,21,5)
#000000
(0,0,0)

Tints of #F2A137

#F2A137
(242,161,55)
#F3A949
(243,169,73)
#F4B15B
(244,177,91)
#F5B96D
(245,185,109)
#F6C17F
(246,193,127)
#F7C991
(247,201,145)
#F8D1A3
(248,209,163)
#F9D9B5
(249,217,181)
#FAE1C7
(250,225,199)
#FBE9D9
(251,233,217)
#FCF1EB
(252,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2A137; }

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

This text font color is #F2A137.


Background Color

.myBgColor { background-color: #F2A137; }

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

This div background color is #F2A137.


Border color

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

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

This div border color is #F2A137.


Opacity

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

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

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

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

This text has shadow with #F2A137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2A137 on black background.


Color preview on white background

This text has color #F2A137 on white background.



Black color preview on #F2A137 background

This text has black color on #F2A137 background.


White color preview on #F2A137 background

This text has white color on #F2A137 background.