COLOR #F8946F

HEX: #F8946F
RGB: (248,148,111)

Color info

#F8946F contains mainly red color. Web safe color of #F8946F is #FF9966 (or #F96).

RGB color model

#F8946F color RGB value is (248,148,111).

  • red value is 248;
  • green value is 148;
  • blue value is 111.
RGB:
(248,148,111)
(97%,58%,44%)

RGB channels and saturation

R 248 of 255 = 97%
G 148 of 255 = 58%
B 111 of 255 = 44%

248
148
111

R + G + B ~ 66%. #F8946F is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 148 + 111 = 507 (100%)
R 248 of 507 ~ 48.92%
G 148 of 507 ~ 29.19%
B 111 of 507 ~ 21.89%

%48.92
%29.19
%21.89

CMYK color model

#F8946F color CMYK value is (0,40,55,3).

  • cyan value is 0.00%
  • magenta value is 40.32%
  • yellow value is 55.24%
  • key color value is 2.75%
CMYK:
(0,40,55,3)
C0M40Y55K3 
(0%,40%,55%,3%)
(0.00/0.40/0.55/0.03)	

CMYK percentages

%0
%40.32
%55.24
%2.75

Codes

Color #F8946F in popluar color models

F8946F
RGB248148111
HSL16°90.73%70.39%
HSB/HSV16°55.24%97.25%
CMYK0.00%40.32%55.24%
2.75%

Color #F8946F in popluar number systems.

HEXF8946F
Decimal248148111
Binary11111000100101001101111
Octal370224157

Shades and tints

Shades of #F8946F

#F8946F
(248,148,111)
#E28765
(226,135,101)
#CC7A5B
(204,122,91)
#B66D51
(182,109,81)
#A06047
(160,96,71)
#8A533D
(138,83,61)
#744633
(116,70,51)
#5E3929
(94,57,41)
#482C1F
(72,44,31)
#321F15
(50,31,21)
#1C120B
(28,18,11)
#000000
(0,0,0)

Tints of #F8946F

#F8946F
(248,148,111)
#F89D7C
(248,157,124)
#F8A689
(248,166,137)
#F8AF96
(248,175,150)
#F8B8A3
(248,184,163)
#F8C1B0
(248,193,176)
#F8CABD
(248,202,189)
#F8D3CA
(248,211,202)
#F8DCD7
(248,220,215)
#F8E5E4
(248,229,228)
#F8EEF1
(248,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8946F color. Also use rgb(248,148,111) instead hex code.

Text Font Color

.myTextColor { color: #F8946F; }

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

This text font color is #F8946F.


Background Color

.myBgColor { background-color: #F8946F; }

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

This div background color is #F8946F.


Border color

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

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

This div border color is #F8946F.


Opacity

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

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

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

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

This text has shadow with #F8946F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8946F on black background.


Color preview on white background

This text has color #F8946F on white background.



Black color preview on #F8946F background

This text has black color on #F8946F background.


White color preview on #F8946F background

This text has white color on #F8946F background.