COLOR #FA6E1B

HEX: #FA6E1B
RGB: (250,110,27)

Color info

#FA6E1B contains mainly red color. Web safe color of #FA6E1B is #FF6633 (or #F63).

RGB color model

#FA6E1B color RGB value is (250,110,27).

  • red value is 250;
  • green value is 110;
  • blue value is 27.
RGB:
(250,110,27)
(98%,43%,11%)

RGB channels and saturation

R 250 of 255 = 98%
G 110 of 255 = 43%
B 27 of 255 = 11%

250
110
27

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

Portions of RGB colors in percentages

R + G + B =
250 + 110 + 27 = 387 (100%)
R 250 of 387 ~ 64.6%
G 110 of 387 ~ 28.42%
B 27 of 387 ~ 6.98%

%64.6
%28.42

CMYK color model

#FA6E1B color CMYK value is (0,56,89,2).

  • cyan value is 0.00%
  • magenta value is 56.00%
  • yellow value is 89.20%
  • key color value is 1.96%
CMYK:
(0,56,89,2)
C0M56Y89K2 
(0%,56%,89%,2%)
(0.00/0.56/0.89/0.02)	

CMYK percentages

%0
%56
%89.2
%1.96

Codes

Color #FA6E1B in popluar color models

FA6E1B
RGB25011027
HSL22°95.71%54.31%
HSB/HSV22°89.20%98.04%
CMYK0.00%56.00%89.20%
1.96%

Color #FA6E1B in popluar number systems.

HEXFA6E1B
Decimal25011027
Binary11111010110111011011
Octal37215633

Shades and tints

Shades of #FA6E1B

#FA6E1B
(250,110,27)
#E46419
(228,100,25)
#CE5A17
(206,90,23)
#B85015
(184,80,21)
#A24613
(162,70,19)
#8C3C11
(140,60,17)
#76320F
(118,50,15)
#60280D
(96,40,13)
#4A1E0B
(74,30,11)
#341409
(52,20,9)
#1E0A07
(30,10,7)
#000000
(0,0,0)

Tints of #FA6E1B

#FA6E1B
(250,110,27)
#FA7B2F
(250,123,47)
#FA8843
(250,136,67)
#FA9557
(250,149,87)
#FAA26B
(250,162,107)
#FAAF7F
(250,175,127)
#FABC93
(250,188,147)
#FAC9A7
(250,201,167)
#FAD6BB
(250,214,187)
#FAE3CF
(250,227,207)
#FAF0E3
(250,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA6E1B color. Also use rgb(250,110,27) instead hex code.

Text Font Color

.myTextColor { color: #FA6E1B; }

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

This text font color is #FA6E1B.


Background Color

.myBgColor { background-color: #FA6E1B; }

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

This div background color is #FA6E1B.


Border color

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

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

This div border color is #FA6E1B.


Opacity

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

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

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

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

This text has shadow with #FA6E1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA6E1B on black background.


Color preview on white background

This text has color #FA6E1B on white background.



Black color preview on #FA6E1B background

This text has black color on #FA6E1B background.


White color preview on #FA6E1B background

This text has white color on #FA6E1B background.