COLOR #F9251A

HEX: #F9251A
RGB: (249,37,26)

Color info

#F9251A contains mainly red color. Web safe color of #F9251A is #FF3300 (or #F30).

RGB color model

#F9251A color RGB value is (249,37,26).

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

RGB channels and saturation

R 249 of 255 = 98%
G 37 of 255 = 15%
B 26 of 255 = 10%

249
37
26

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

Portions of RGB colors in percentages

R + G + B =
249 + 37 + 26 = 312 (100%)
R 249 of 312 ~ 79.81%
G 37 of 312 ~ 11.86%
B 26 of 312 ~ 8.33%

%79.81
%11.86

CMYK color model

#F9251A color CMYK value is (0,85,90,2).

  • cyan value is 0.00%
  • magenta value is 85.14%
  • yellow value is 89.56%
  • key color value is 2.35%
CMYK:
(0,85,90,2)
C0M85Y90K2 
(0%,85%,90%,2%)
(0.00/0.85/0.90/0.02)	

CMYK percentages

%0
%85.14
%89.56
%2.35

Codes

Color #F9251A in popluar color models

F9251A
RGB2493726
HSL94.89%53.92%
HSB/HSV89.56%97.65%
CMYK0.00%85.14%89.56%
2.35%

Color #F9251A in popluar number systems.

HEXF9251A
Decimal2493726
Binary1111100110010111010
Octal3714532

Shades and tints

Shades of #F9251A

#F9251A
(249,37,26)
#E32218
(227,34,24)
#CD1F16
(205,31,22)
#B71C14
(183,28,20)
#A11912
(161,25,18)
#8B1610
(139,22,16)
#75130E
(117,19,14)
#5F100C
(95,16,12)
#490D0A
(73,13,10)
#330A08
(51,10,8)
#1D0706
(29,7,6)
#000000
(0,0,0)

Tints of #F9251A

#F9251A
(249,37,26)
#F9382E
(249,56,46)
#F94B42
(249,75,66)
#F95E56
(249,94,86)
#F9716A
(249,113,106)
#F9847E
(249,132,126)
#F99792
(249,151,146)
#F9AAA6
(249,170,166)
#F9BDBA
(249,189,186)
#F9D0CE
(249,208,206)
#F9E3E2
(249,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9251A; }

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

This text font color is #F9251A.


Background Color

.myBgColor { background-color: #F9251A; }

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

This div background color is #F9251A.


Border color

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

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

This div border color is #F9251A.


Opacity

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

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

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

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

This text has shadow with #F9251A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9251A on black background.


Color preview on white background

This text has color #F9251A on white background.



Black color preview on #F9251A background

This text has black color on #F9251A background.


White color preview on #F9251A background

This text has white color on #F9251A background.