COLOR #FA041A

HEX: #FA041A
RGB: (250,4,26)

Color info

#FA041A contains mainly red color. Web safe color of #FA041A is #FF0000 (or #F00).

RGB color model

#FA041A color RGB value is (250,4,26).

  • red value is 250;
  • green value is 4;
  • blue value is 26.
RGB:
(250,4,26)
(98%,2%,10%)

RGB channels and saturation

R 250 of 255 = 98%
G 4 of 255 = 2%
B 26 of 255 = 10%

250
4
26

R + G + B ~ 37%. #FA041A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
250 + 4 + 26 = 280 (100%)
R 250 of 280 ~ 89.29%
G 4 of 280 ~ 1.43%
B 26 of 280 ~ 9.29%

%89.29

CMYK color model

#FA041A color CMYK value is (0,98,90,2).

  • cyan value is 0.00%
  • magenta value is 98.40%
  • yellow value is 89.60%
  • key color value is 1.96%
CMYK:
(0,98,90,2)
C0M98Y90K2 
(0%,98%,90%,2%)
(0.00/0.98/0.90/0.02)	

CMYK percentages

%0
%98.4
%89.6
%1.96

Codes

Color #FA041A in popluar color models

FA041A
RGB250426
HSL355°96.85%49.80%
HSB/HSV355°98.40%98.04%
CMYK0.00%98.40%89.60%
1.96%

Color #FA041A in popluar number systems.

HEXFA041A
Decimal250426
Binary1111101010011010
Octal372432

Shades and tints

Shades of #FA041A

#FA041A
(250,4,26)
#E40418
(228,4,24)
#CE0416
(206,4,22)
#B80414
(184,4,20)
#A20412
(162,4,18)
#8C0410
(140,4,16)
#76040E
(118,4,14)
#60040C
(96,4,12)
#4A040A
(74,4,10)
#340408
(52,4,8)
#1E0406
(30,4,6)
#000000
(0,0,0)

Tints of #FA041A

#FA041A
(250,4,26)
#FA1A2E
(250,26,46)
#FA3042
(250,48,66)
#FA4656
(250,70,86)
#FA5C6A
(250,92,106)
#FA727E
(250,114,126)
#FA8892
(250,136,146)
#FA9EA6
(250,158,166)
#FAB4BA
(250,180,186)
#FACACE
(250,202,206)
#FAE0E2
(250,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA041A color. Also use rgb(250,4,26) instead hex code.

Text Font Color

.myTextColor { color: #FA041A; }

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

This text font color is #FA041A.


Background Color

.myBgColor { background-color: #FA041A; }

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

This div background color is #FA041A.


Border color

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

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

This div border color is #FA041A.


Opacity

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

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

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

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

This text has shadow with #FA041A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA041A on black background.


Color preview on white background

This text has color #FA041A on white background.



Black color preview on #FA041A background

This text has black color on #FA041A background.


White color preview on #FA041A background

This text has white color on #FA041A background.