COLOR #F98925

HEX: #F98925
RGB: (249,137,37)

Color info

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

RGB color model

#F98925 color RGB value is (249,137,37).

  • red value is 249;
  • green value is 137;
  • blue value is 37.
RGB:
(249,137,37)
(98%,54%,15%)

RGB channels and saturation

R 249 of 255 = 98%
G 137 of 255 = 54%
B 37 of 255 = 15%

249
137
37

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

Portions of RGB colors in percentages

R + G + B =
249 + 137 + 37 = 423 (100%)
R 249 of 423 ~ 58.87%
G 137 of 423 ~ 32.39%
B 37 of 423 ~ 8.75%

%58.87
%32.39

CMYK color model

#F98925 color CMYK value is (0,45,85,2).

  • cyan value is 0.00%
  • magenta value is 44.98%
  • yellow value is 85.14%
  • key color value is 2.35%
CMYK:
(0,45,85,2)
C0M45Y85K2 
(0%,45%,85%,2%)
(0.00/0.45/0.85/0.02)	

CMYK percentages

%0
%44.98
%85.14
%2.35

Codes

Color #F98925 in popluar color models

F98925
RGB24913737
HSL28°94.64%56.08%
HSB/HSV28°85.14%97.65%
CMYK0.00%44.98%85.14%
2.35%

Color #F98925 in popluar number systems.

HEXF98925
Decimal24913737
Binary1111100110001001100101
Octal37121145

Shades and tints

Shades of #F98925

#F98925
(249,137,37)
#E37D22
(227,125,34)
#CD711F
(205,113,31)
#B7651C
(183,101,28)
#A15919
(161,89,25)
#8B4D16
(139,77,22)
#754113
(117,65,19)
#5F3510
(95,53,16)
#49290D
(73,41,13)
#331D0A
(51,29,10)
#1D1107
(29,17,7)
#000000
(0,0,0)

Tints of #F98925

#F98925
(249,137,37)
#F99338
(249,147,56)
#F99D4B
(249,157,75)
#F9A75E
(249,167,94)
#F9B171
(249,177,113)
#F9BB84
(249,187,132)
#F9C597
(249,197,151)
#F9CFAA
(249,207,170)
#F9D9BD
(249,217,189)
#F9E3D0
(249,227,208)
#F9EDE3
(249,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F98925 color. Also use rgb(249,137,37) instead hex code.

Text Font Color

.myTextColor { color: #F98925; }

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

This text font color is #F98925.


Background Color

.myBgColor { background-color: #F98925; }

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

This div background color is #F98925.


Border color

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

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

This div border color is #F98925.


Opacity

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

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

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

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

This text has shadow with #F98925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F98925 on black background.


Color preview on white background

This text has color #F98925 on white background.



Black color preview on #F98925 background

This text has black color on #F98925 background.


White color preview on #F98925 background

This text has white color on #F98925 background.