COLOR #FA9A00

HEX: #FA9A00
RGB: (250,154,0)

Color info

#FA9A00 contains mainly red color. Web safe color of #FA9A00 is #FF9900 (or #F90).

RGB color model

#FA9A00 color RGB value is (250,154,0).

  • red value is 250;
  • green value is 154;
  • blue value is 0.
RGB:
(250,154,0)
(98%,60%,0%)

RGB channels and saturation

R 250 of 255 = 98%
G 154 of 255 = 60%
B 0 of 255 = 0%

250
154
0

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

Portions of RGB colors in percentages

R + G + B =
250 + 154 + 0 = 404 (100%)
R 250 of 404 ~ 61.88%
G 154 of 404 ~ 38.12%
B 0 of 404 ~ 0%

%61.88
%38.12

CMYK color model

#FA9A00 color CMYK value is (0,38,100,2).

  • cyan value is 0.00%
  • magenta value is 38.40%
  • yellow value is 100.00%
  • key color value is 1.96%
CMYK:
(0,38,100,2)
C0M38Y100K2 
(0%,38%,100%,2%)
(0.00/0.38/1.00/0.02)	

CMYK percentages

%0
%38.4
%100
%1.96

Codes

Color #FA9A00 in popluar color models

FA9A00
RGB2501540
HSL37°100.00%49.02%
HSB/HSV37°100.00%98.04%
CMYK0.00%38.40%100.00%
1.96%

Color #FA9A00 in popluar number systems.

HEXFA9A00
Decimal2501540
Binary11111010100110100
Octal3722320

Shades and tints

Shades of #FA9A00

#FA9A00
(250,154,0)
#E48C00
(228,140,0)
#CE7E00
(206,126,0)
#B87000
(184,112,0)
#A26200
(162,98,0)
#8C5400
(140,84,0)
#764600
(118,70,0)
#603800
(96,56,0)
#4A2A00
(74,42,0)
#341C00
(52,28,0)
#1E0E00
(30,14,0)
#000000
(0,0,0)

Tints of #FA9A00

#FA9A00
(250,154,0)
#FAA317
(250,163,23)
#FAAC2E
(250,172,46)
#FAB545
(250,181,69)
#FABE5C
(250,190,92)
#FAC773
(250,199,115)
#FAD08A
(250,208,138)
#FAD9A1
(250,217,161)
#FAE2B8
(250,226,184)
#FAEBCF
(250,235,207)
#FAF4E6
(250,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA9A00 color. Also use rgb(250,154,0) instead hex code.

Text Font Color

.myTextColor { color: #FA9A00; }

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

This text font color is #FA9A00.


Background Color

.myBgColor { background-color: #FA9A00; }

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

This div background color is #FA9A00.


Border color

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

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

This div border color is #FA9A00.


Opacity

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

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

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

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

This text has shadow with #FA9A00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA9A00 on black background.


Color preview on white background

This text has color #FA9A00 on white background.



Black color preview on #FA9A00 background

This text has black color on #FA9A00 background.


White color preview on #FA9A00 background

This text has white color on #FA9A00 background.