COLOR #F2992E

HEX: #F2992E
RGB: (242,153,46)

Color info

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

RGB color model

#F2992E color RGB value is (242,153,46).

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

RGB channels and saturation

R 242 of 255 = 95%
G 153 of 255 = 60%
B 46 of 255 = 18%

242
153
46

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

Portions of RGB colors in percentages

R + G + B =
242 + 153 + 46 = 441 (100%)
R 242 of 441 ~ 54.88%
G 153 of 441 ~ 34.69%
B 46 of 441 ~ 10.43%

%54.88
%34.69
%10.43

CMYK color model

#F2992E color CMYK value is (0,37,81,5).

  • cyan value is 0.00%
  • magenta value is 36.78%
  • yellow value is 80.99%
  • key color value is 5.10%
CMYK:
(0,37,81,5)
C0M37Y81K5 
(0%,37%,81%,5%)
(0.00/0.37/0.81/0.05)	

CMYK percentages

%0
%36.78
%80.99
%5.1

Codes

Color #F2992E in popluar color models

F2992E
RGB24215346
HSL33°88.29%56.47%
HSB/HSV33°80.99%94.90%
CMYK0.00%36.78%80.99%
5.10%

Color #F2992E in popluar number systems.

HEXF2992E
Decimal24215346
Binary1111001010011001101110
Octal36223156

Shades and tints

Shades of #F2992E

#F2992E
(242,153,46)
#DC8C2A
(220,140,42)
#C67F26
(198,127,38)
#B07222
(176,114,34)
#9A651E
(154,101,30)
#84581A
(132,88,26)
#6E4B16
(110,75,22)
#583E12
(88,62,18)
#42310E
(66,49,14)
#2C240A
(44,36,10)
#161706
(22,23,6)
#000000
(0,0,0)

Tints of #F2992E

#F2992E
(242,153,46)
#F3A241
(243,162,65)
#F4AB54
(244,171,84)
#F5B467
(245,180,103)
#F6BD7A
(246,189,122)
#F7C68D
(247,198,141)
#F8CFA0
(248,207,160)
#F9D8B3
(249,216,179)
#FAE1C6
(250,225,198)
#FBEAD9
(251,234,217)
#FCF3EC
(252,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2992E; }

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

This text font color is #F2992E.


Background Color

.myBgColor { background-color: #F2992E; }

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

This div background color is #F2992E.


Border color

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

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

This div border color is #F2992E.


Opacity

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

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

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

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

This text has shadow with #F2992E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2992E on black background.


Color preview on white background

This text has color #F2992E on white background.



Black color preview on #F2992E background

This text has black color on #F2992E background.


White color preview on #F2992E background

This text has white color on #F2992E background.