COLOR #F98E2C

HEX: #F98E2C
RGB: (249,142,44)

Color info

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

RGB color model

#F98E2C color RGB value is (249,142,44).

  • red value is 249;
  • green value is 142;
  • blue value is 44.
RGB:
(249,142,44)
(98%,56%,17%)

RGB channels and saturation

R 249 of 255 = 98%
G 142 of 255 = 56%
B 44 of 255 = 17%

249
142
44

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

Portions of RGB colors in percentages

R + G + B =
249 + 142 + 44 = 435 (100%)
R 249 of 435 ~ 57.24%
G 142 of 435 ~ 32.64%
B 44 of 435 ~ 10.11%

%57.24
%32.64
%10.11

CMYK color model

#F98E2C color CMYK value is (0,43,82,2).

  • cyan value is 0.00%
  • magenta value is 42.97%
  • yellow value is 82.33%
  • key color value is 2.35%
CMYK:
(0,43,82,2)
C0M43Y82K2 
(0%,43%,82%,2%)
(0.00/0.43/0.82/0.02)	

CMYK percentages

%0
%42.97
%82.33
%2.35

Codes

Color #F98E2C in popluar color models

F98E2C
RGB24914244
HSL29°94.47%57.45%
HSB/HSV29°82.33%97.65%
CMYK0.00%42.97%82.33%
2.35%

Color #F98E2C in popluar number systems.

HEXF98E2C
Decimal24914244
Binary1111100110001110101100
Octal37121654

Shades and tints

Shades of #F98E2C

#F98E2C
(249,142,44)
#E38228
(227,130,40)
#CD7624
(205,118,36)
#B76A20
(183,106,32)
#A15E1C
(161,94,28)
#8B5218
(139,82,24)
#754614
(117,70,20)
#5F3A10
(95,58,16)
#492E0C
(73,46,12)
#332208
(51,34,8)
#1D1604
(29,22,4)
#000000
(0,0,0)

Tints of #F98E2C

#F98E2C
(249,142,44)
#F9983F
(249,152,63)
#F9A252
(249,162,82)
#F9AC65
(249,172,101)
#F9B678
(249,182,120)
#F9C08B
(249,192,139)
#F9CA9E
(249,202,158)
#F9D4B1
(249,212,177)
#F9DEC4
(249,222,196)
#F9E8D7
(249,232,215)
#F9F2EA
(249,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F98E2C color. Also use rgb(249,142,44) instead hex code.

Text Font Color

.myTextColor { color: #F98E2C; }

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

This text font color is #F98E2C.


Background Color

.myBgColor { background-color: #F98E2C; }

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

This div background color is #F98E2C.


Border color

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

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

This div border color is #F98E2C.


Opacity

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

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

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

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

This text has shadow with #F98E2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F98E2C on black background.


Color preview on white background

This text has color #F98E2C on white background.



Black color preview on #F98E2C background

This text has black color on #F98E2C background.


White color preview on #F98E2C background

This text has white color on #F98E2C background.