COLOR #FA760B

HEX: #FA760B
RGB: (250,118,11)

Color info

#FA760B contains mainly red color. Web safe color of #FA760B is #FF6600 (or #F60).

RGB color model

#FA760B color RGB value is (250,118,11).

  • red value is 250;
  • green value is 118;
  • blue value is 11.
RGB:
(250,118,11)
(98%,46%,4%)

RGB channels and saturation

R 250 of 255 = 98%
G 118 of 255 = 46%
B 11 of 255 = 4%

250
118
11

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

Portions of RGB colors in percentages

R + G + B =
250 + 118 + 11 = 379 (100%)
R 250 of 379 ~ 65.96%
G 118 of 379 ~ 31.13%
B 11 of 379 ~ 2.9%

%65.96
%31.13

CMYK color model

#FA760B color CMYK value is (0,53,96,2).

  • cyan value is 0.00%
  • magenta value is 52.80%
  • yellow value is 95.60%
  • key color value is 1.96%
CMYK:
(0,53,96,2)
C0M53Y96K2 
(0%,53%,96%,2%)
(0.00/0.53/0.96/0.02)	

CMYK percentages

%0
%52.8
%95.6
%1.96

Codes

Color #FA760B in popluar color models

FA760B
RGB25011811
HSL27°95.98%51.18%
HSB/HSV27°95.60%98.04%
CMYK0.00%52.80%95.60%
1.96%

Color #FA760B in popluar number systems.

HEXFA760B
Decimal25011811
Binary1111101011101101011
Octal37216613

Shades and tints

Shades of #FA760B

#FA760B
(250,118,11)
#E46C0A
(228,108,10)
#CE6209
(206,98,9)
#B85808
(184,88,8)
#A24E07
(162,78,7)
#8C4406
(140,68,6)
#763A05
(118,58,5)
#603004
(96,48,4)
#4A2603
(74,38,3)
#341C02
(52,28,2)
#1E1201
(30,18,1)
#000000
(0,0,0)

Tints of #FA760B

#FA760B
(250,118,11)
#FA8221
(250,130,33)
#FA8E37
(250,142,55)
#FA9A4D
(250,154,77)
#FAA663
(250,166,99)
#FAB279
(250,178,121)
#FABE8F
(250,190,143)
#FACAA5
(250,202,165)
#FAD6BB
(250,214,187)
#FAE2D1
(250,226,209)
#FAEEE7
(250,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA760B color. Also use rgb(250,118,11) instead hex code.

Text Font Color

.myTextColor { color: #FA760B; }

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

This text font color is #FA760B.


Background Color

.myBgColor { background-color: #FA760B; }

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

This div background color is #FA760B.


Border color

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

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

This div border color is #FA760B.


Opacity

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

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

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

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

This text has shadow with #FA760B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA760B on black background.


Color preview on white background

This text has color #FA760B on white background.



Black color preview on #FA760B background

This text has black color on #FA760B background.


White color preview on #FA760B background

This text has white color on #FA760B background.