COLOR #F8950B

HEX: #F8950B
RGB: (248,149,11)

Color info

#F8950B contains mainly red color. Web safe color of #F8950B is #FF9900 (or #F90).

RGB color model

#F8950B color RGB value is (248,149,11).

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

RGB channels and saturation

R 248 of 255 = 97%
G 149 of 255 = 58%
B 11 of 255 = 4%

248
149
11

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

Portions of RGB colors in percentages

R + G + B =
248 + 149 + 11 = 408 (100%)
R 248 of 408 ~ 60.78%
G 149 of 408 ~ 36.52%
B 11 of 408 ~ 2.7%

%60.78
%36.52

CMYK color model

#F8950B color CMYK value is (0,40,96,3).

  • cyan value is 0.00%
  • magenta value is 39.92%
  • yellow value is 95.56%
  • key color value is 2.75%
CMYK:
(0,40,96,3)
C0M40Y96K3 
(0%,40%,96%,3%)
(0.00/0.40/0.96/0.03)	

CMYK percentages

%0
%39.92
%95.56
%2.75

Codes

Color #F8950B in popluar color models

F8950B
RGB24814911
HSL35°94.42%50.78%
HSB/HSV35°95.56%97.25%
CMYK0.00%39.92%95.56%
2.75%

Color #F8950B in popluar number systems.

HEXF8950B
Decimal24814911
Binary11111000100101011011
Octal37022513

Shades and tints

Shades of #F8950B

#F8950B
(248,149,11)
#E2880A
(226,136,10)
#CC7B09
(204,123,9)
#B66E08
(182,110,8)
#A06107
(160,97,7)
#8A5406
(138,84,6)
#744705
(116,71,5)
#5E3A04
(94,58,4)
#482D03
(72,45,3)
#322002
(50,32,2)
#1C1301
(28,19,1)
#000000
(0,0,0)

Tints of #F8950B

#F8950B
(248,149,11)
#F89E21
(248,158,33)
#F8A737
(248,167,55)
#F8B04D
(248,176,77)
#F8B963
(248,185,99)
#F8C279
(248,194,121)
#F8CB8F
(248,203,143)
#F8D4A5
(248,212,165)
#F8DDBB
(248,221,187)
#F8E6D1
(248,230,209)
#F8EFE7
(248,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8950B; }

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

This text font color is #F8950B.


Background Color

.myBgColor { background-color: #F8950B; }

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

This div background color is #F8950B.


Border color

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

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

This div border color is #F8950B.


Opacity

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

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

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

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

This text has shadow with #F8950B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8950B on black background.


Color preview on white background

This text has color #F8950B on white background.



Black color preview on #F8950B background

This text has black color on #F8950B background.


White color preview on #F8950B background

This text has white color on #F8950B background.