COLOR #F2923F

HEX: #F2923F
RGB: (242,146,63)

Color info

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

RGB color model

#F2923F color RGB value is (242,146,63).

  • red value is 242;
  • green value is 146;
  • blue value is 63.
RGB:
(242,146,63)
(95%,57%,25%)

RGB channels and saturation

R 242 of 255 = 95%
G 146 of 255 = 57%
B 63 of 255 = 25%

242
146
63

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

Portions of RGB colors in percentages

R + G + B =
242 + 146 + 63 = 451 (100%)
R 242 of 451 ~ 53.66%
G 146 of 451 ~ 32.37%
B 63 of 451 ~ 13.97%

%53.66
%32.37
%13.97

CMYK color model

#F2923F color CMYK value is (0,40,74,5).

  • cyan value is 0.00%
  • magenta value is 39.67%
  • yellow value is 73.97%
  • key color value is 5.10%
CMYK:
(0,40,74,5)
C0M40Y74K5 
(0%,40%,74%,5%)
(0.00/0.40/0.74/0.05)	

CMYK percentages

%0
%39.67
%73.97
%5.1

Codes

Color #F2923F in popluar color models

F2923F
RGB24214663
HSL28°87.32%59.80%
HSB/HSV28°73.97%94.90%
CMYK0.00%39.67%73.97%
5.10%

Color #F2923F in popluar number systems.

HEXF2923F
Decimal24214663
Binary1111001010010010111111
Octal36222277

Shades and tints

Shades of #F2923F

#F2923F
(242,146,63)
#DC853A
(220,133,58)
#C67835
(198,120,53)
#B06B30
(176,107,48)
#9A5E2B
(154,94,43)
#845126
(132,81,38)
#6E4421
(110,68,33)
#58371C
(88,55,28)
#422A17
(66,42,23)
#2C1D12
(44,29,18)
#16100D
(22,16,13)
#000000
(0,0,0)

Tints of #F2923F

#F2923F
(242,146,63)
#F39B50
(243,155,80)
#F4A461
(244,164,97)
#F5AD72
(245,173,114)
#F6B683
(246,182,131)
#F7BF94
(247,191,148)
#F8C8A5
(248,200,165)
#F9D1B6
(249,209,182)
#FADAC7
(250,218,199)
#FBE3D8
(251,227,216)
#FCECE9
(252,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2923F color. Also use rgb(242,146,63) instead hex code.

Text Font Color

.myTextColor { color: #F2923F; }

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

This text font color is #F2923F.


Background Color

.myBgColor { background-color: #F2923F; }

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

This div background color is #F2923F.


Border color

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

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

This div border color is #F2923F.


Opacity

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

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

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

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

This text has shadow with #F2923F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2923F on black background.


Color preview on white background

This text has color #F2923F on white background.



Black color preview on #F2923F background

This text has black color on #F2923F background.


White color preview on #F2923F background

This text has white color on #F2923F background.