COLOR #F2AA2E

HEX: #F2AA2E
RGB: (242,170,46)

Color info

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

RGB color model

#F2AA2E color RGB value is (242,170,46).

  • red value is 242;
  • green value is 170;
  • blue value is 46.
RGB:
(242,170,46)
(95%,67%,18%)

RGB channels and saturation

R 242 of 255 = 95%
G 170 of 255 = 67%
B 46 of 255 = 18%

242
170
46

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

Portions of RGB colors in percentages

R + G + B =
242 + 170 + 46 = 458 (100%)
R 242 of 458 ~ 52.84%
G 170 of 458 ~ 37.12%
B 46 of 458 ~ 10.04%

%52.84
%37.12
%10.04

CMYK color model

#F2AA2E color CMYK value is (0,30,81,5).

  • cyan value is 0.00%
  • magenta value is 29.75%
  • yellow value is 80.99%
  • key color value is 5.10%
CMYK:
(0,30,81,5)
C0M30Y81K5 
(0%,30%,81%,5%)
(0.00/0.30/0.81/0.05)	

CMYK percentages

%0
%29.75
%80.99
%5.1

Codes

Color #F2AA2E in popluar color models

F2AA2E
RGB24217046
HSL38°88.29%56.47%
HSB/HSV38°80.99%94.90%
CMYK0.00%29.75%80.99%
5.10%

Color #F2AA2E in popluar number systems.

HEXF2AA2E
Decimal24217046
Binary1111001010101010101110
Octal36225256

Shades and tints

Shades of #F2AA2E

#F2AA2E
(242,170,46)
#DC9B2A
(220,155,42)
#C68C26
(198,140,38)
#B07D22
(176,125,34)
#9A6E1E
(154,110,30)
#845F1A
(132,95,26)
#6E5016
(110,80,22)
#584112
(88,65,18)
#42320E
(66,50,14)
#2C230A
(44,35,10)
#161406
(22,20,6)
#000000
(0,0,0)

Tints of #F2AA2E

#F2AA2E
(242,170,46)
#F3B141
(243,177,65)
#F4B854
(244,184,84)
#F5BF67
(245,191,103)
#F6C67A
(246,198,122)
#F7CD8D
(247,205,141)
#F8D4A0
(248,212,160)
#F9DBB3
(249,219,179)
#FAE2C6
(250,226,198)
#FBE9D9
(251,233,217)
#FCF0EC
(252,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2AA2E color. Also use rgb(242,170,46) instead hex code.

Text Font Color

.myTextColor { color: #F2AA2E; }

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

This text font color is #F2AA2E.


Background Color

.myBgColor { background-color: #F2AA2E; }

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

This div background color is #F2AA2E.


Border color

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

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

This div border color is #F2AA2E.


Opacity

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

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

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

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

This text has shadow with #F2AA2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2AA2E on black background.


Color preview on white background

This text has color #F2AA2E on white background.



Black color preview on #F2AA2E background

This text has black color on #F2AA2E background.


White color preview on #F2AA2E background

This text has white color on #F2AA2E background.