COLOR #F8952E

HEX: #F8952E
RGB: (248,149,46)

Color info

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

RGB color model

#F8952E color RGB value is (248,149,46).

  • red value is 248;
  • green value is 149;
  • blue value is 46.
RGB:
(248,149,46)
(97%,58%,18%)

RGB channels and saturation

R 248 of 255 = 97%
G 149 of 255 = 58%
B 46 of 255 = 18%

248
149
46

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

Portions of RGB colors in percentages

R + G + B =
248 + 149 + 46 = 443 (100%)
R 248 of 443 ~ 55.98%
G 149 of 443 ~ 33.63%
B 46 of 443 ~ 10.38%

%55.98
%33.63
%10.38

CMYK color model

#F8952E color CMYK value is (0,40,81,3).

  • cyan value is 0.00%
  • magenta value is 39.92%
  • yellow value is 81.45%
  • key color value is 2.75%
CMYK:
(0,40,81,3)
C0M40Y81K3 
(0%,40%,81%,3%)
(0.00/0.40/0.81/0.03)	

CMYK percentages

%0
%39.92
%81.45
%2.75

Codes

Color #F8952E in popluar color models

F8952E
RGB24814946
HSL31°93.52%57.65%
HSB/HSV31°81.45%97.25%
CMYK0.00%39.92%81.45%
2.75%

Color #F8952E in popluar number systems.

HEXF8952E
Decimal24814946
Binary1111100010010101101110
Octal37022556

Shades and tints

Shades of #F8952E

#F8952E
(248,149,46)
#E2882A
(226,136,42)
#CC7B26
(204,123,38)
#B66E22
(182,110,34)
#A0611E
(160,97,30)
#8A541A
(138,84,26)
#744716
(116,71,22)
#5E3A12
(94,58,18)
#482D0E
(72,45,14)
#32200A
(50,32,10)
#1C1306
(28,19,6)
#000000
(0,0,0)

Tints of #F8952E

#F8952E
(248,149,46)
#F89E41
(248,158,65)
#F8A754
(248,167,84)
#F8B067
(248,176,103)
#F8B97A
(248,185,122)
#F8C28D
(248,194,141)
#F8CBA0
(248,203,160)
#F8D4B3
(248,212,179)
#F8DDC6
(248,221,198)
#F8E6D9
(248,230,217)
#F8EFEC
(248,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8952E color. Also use rgb(248,149,46) instead hex code.

Text Font Color

.myTextColor { color: #F8952E; }

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

This text font color is #F8952E.


Background Color

.myBgColor { background-color: #F8952E; }

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

This div background color is #F8952E.


Border color

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

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

This div border color is #F8952E.


Opacity

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

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

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

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

This text has shadow with #F8952E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8952E on black background.


Color preview on white background

This text has color #F8952E on white background.



Black color preview on #F8952E background

This text has black color on #F8952E background.


White color preview on #F8952E background

This text has white color on #F8952E background.