COLOR #FA4512

HEX: #FA4512
RGB: (250,69,18)

Color info

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

RGB color model

#FA4512 color RGB value is (250,69,18).

  • red value is 250;
  • green value is 69;
  • blue value is 18.
RGB:
(250,69,18)
(98%,27%,7%)

RGB channels and saturation

R 250 of 255 = 98%
G 69 of 255 = 27%
B 18 of 255 = 7%

250
69
18

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

Portions of RGB colors in percentages

R + G + B =
250 + 69 + 18 = 337 (100%)
R 250 of 337 ~ 74.18%
G 69 of 337 ~ 20.47%
B 18 of 337 ~ 5.34%

%74.18
%20.47

CMYK color model

#FA4512 color CMYK value is (0,72,93,2).

  • cyan value is 0.00%
  • magenta value is 72.40%
  • yellow value is 92.80%
  • key color value is 1.96%
CMYK:
(0,72,93,2)
C0M72Y93K2 
(0%,72%,93%,2%)
(0.00/0.72/0.93/0.02)	

CMYK percentages

%0
%72.4
%92.8
%1.96

Codes

Color #FA4512 in popluar color models

FA4512
RGB2506918
HSL13°95.87%52.55%
HSB/HSV13°92.80%98.04%
CMYK0.00%72.40%92.80%
1.96%

Color #FA4512 in popluar number systems.

HEXFA4512
Decimal2506918
Binary11111010100010110010
Octal37210522

Shades and tints

Shades of #FA4512

#FA4512
(250,69,18)
#E43F11
(228,63,17)
#CE3910
(206,57,16)
#B8330F
(184,51,15)
#A22D0E
(162,45,14)
#8C270D
(140,39,13)
#76210C
(118,33,12)
#601B0B
(96,27,11)
#4A150A
(74,21,10)
#340F09
(52,15,9)
#1E0908
(30,9,8)
#000000
(0,0,0)

Tints of #FA4512

#FA4512
(250,69,18)
#FA5527
(250,85,39)
#FA653C
(250,101,60)
#FA7551
(250,117,81)
#FA8566
(250,133,102)
#FA957B
(250,149,123)
#FAA590
(250,165,144)
#FAB5A5
(250,181,165)
#FAC5BA
(250,197,186)
#FAD5CF
(250,213,207)
#FAE5E4
(250,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA4512 color. Also use rgb(250,69,18) instead hex code.

Text Font Color

.myTextColor { color: #FA4512; }

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

This text font color is #FA4512.


Background Color

.myBgColor { background-color: #FA4512; }

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

This div background color is #FA4512.


Border color

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

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

This div border color is #FA4512.


Opacity

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

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

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

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

This text has shadow with #FA4512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA4512 on black background.


Color preview on white background

This text has color #FA4512 on white background.



Black color preview on #FA4512 background

This text has black color on #FA4512 background.


White color preview on #FA4512 background

This text has white color on #FA4512 background.