COLOR #F98E35

HEX: #F98E35 RGB: (249,142,53)

Color info

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

RGB color model

#F98E35 color RGB value is (249,142,53).

RGB: (249,142,53) (98%, 56%, 21%)

RGB channels and saturation

R 249 of 255 = 98%
G 142 of 255 = 56%
B 53 of 255 = 21%

249
142
53

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

Portions of RGB colors in percentages

R + G + B = 249 + 142 + 53 = 444 (100%)
R 249 of 444 ~ 56.08%
G 142 of 444 ~ 31.98%
B 53 of 444 ~ 11.94'%

%56.08
%31.98
%11.94

CMYK color model

#F98E35 color CMYK value is (0,43,79,2).

  • cyan value is 0.00%
  • magenta value is 42.97%
  • yellow value is 78.71%
  • key color value is 2.35%

CMYK: (0,43,79,2)
C0M43Y79K2 (0%, 43%, 79%, 2%)
(0.00 / 0.43 / 0.79 / 0.02)

CMYK percentages

%0
%42.97
%78.71
%2.35

Codes

Color #F98E35 in popluar color models

F9 8E 35
RGB 249 142 53
HSL 27° 94.23% 59.22%
HSB/HSV 27° 78.71% 97.65%
CMYK 0.00% 42.97% 78.71%
2.35%

Color #F98E35 in popluar number systems.

HEX F9 8E 35
Decimal 249 142 53
Binary 11111001 10001110 110101
Octal 371 216 65

Shades and tints

Shades of #F98E35

#F98E35
(249,142,53)
#E38231
(227,130,49)
#CD762D
(205,118,45)
#B76A29
(183,106,41)
#A15E25
(161,94,37)
#8B5221
(139,82,33)
#75461D
(117,70,29)
#5F3A19
(95,58,25)
#492E15
(73,46,21)
#332211
(51,34,17)
#1D160D
(29,22,13)
#000000
(0,0,0)

Tints of #F98E35

#F98E35
(249,142,53)
#F99847
(249,152,71)
#F9A259
(249,162,89)
#F9AC6B
(249,172,107)
#F9B67D
(249,182,125)
#F9C08F
(249,192,143)
#F9CAA1
(249,202,161)
#F9D4B3
(249,212,179)
#F9DEC5
(249,222,197)
#F9E8D7
(249,232,215)
#F9F2E9
(249,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F98E35; }

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

This text font color is #F98E35.

Background Color

.myBgColor { background-color: #F98E35; }

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

This div background color is #F98E35.

Border color

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

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

This div border color is #F98E35.

Opacity

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

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

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

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

This text has shadow with #F98E35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F98E35.

Preview

Color preview on black background

This text has color #F98E35 on black background.


Color preview on white background

This text has color #F98E35 on white background.


Black color preview on #F98E35 background

This text has black color on #F98E35 background.


White color preview on #F98E35 background

This text has white color on #F98E35 background.


Related colors

Complementary color

Complementary color for #hex is #0671CA.


I love getcolorcode.com

Triadic colors

1 #35F98E and #8E35F9 with #F98E35 are triadic colors.

2 #358EF9 and #8EF935 with #F98E35 are triadic colors.