COLOR #FAA400

HEX: #FAA400
RGB: (250,164,0)

Color info

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

RGB color model

#FAA400 color RGB value is (250,164,0).

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

RGB channels and saturation

R 250 of 255 = 98%
G 164 of 255 = 64%
B 0 of 255 = 0%

250
164
0

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

Portions of RGB colors in percentages

R + G + B =
250 + 164 + 0 = 414 (100%)
R 250 of 414 ~ 60.39%
G 164 of 414 ~ 39.61%
B 0 of 414 ~ 0%

%60.39
%39.61

CMYK color model

#FAA400 color CMYK value is (0,34,100,2).

  • cyan value is 0.00%
  • magenta value is 34.40%
  • yellow value is 100.00%
  • key color value is 1.96%
CMYK:
(0,34,100,2)
C0M34Y100K2 
(0%,34%,100%,2%)
(0.00/0.34/1.00/0.02)	

CMYK percentages

%0
%34.4
%100
%1.96

Codes

Color #FAA400 in popluar color models

FAA400
RGB2501640
HSL39°100.00%49.02%
HSB/HSV39°100.00%98.04%
CMYK0.00%34.40%100.00%
1.96%

Color #FAA400 in popluar number systems.

HEXFAA400
Decimal2501640
Binary11111010101001000
Octal3722440

Shades and tints

Shades of #FAA400

#FAA400
(250,164,0)
#E49600
(228,150,0)
#CE8800
(206,136,0)
#B87A00
(184,122,0)
#A26C00
(162,108,0)
#8C5E00
(140,94,0)
#765000
(118,80,0)
#604200
(96,66,0)
#4A3400
(74,52,0)
#342600
(52,38,0)
#1E1800
(30,24,0)
#000000
(0,0,0)

Tints of #FAA400

#FAA400
(250,164,0)
#FAAC17
(250,172,23)
#FAB42E
(250,180,46)
#FABC45
(250,188,69)
#FAC45C
(250,196,92)
#FACC73
(250,204,115)
#FAD48A
(250,212,138)
#FADCA1
(250,220,161)
#FAE4B8
(250,228,184)
#FAECCF
(250,236,207)
#FAF4E6
(250,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAA400; }

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

This text font color is #FAA400.


Background Color

.myBgColor { background-color: #FAA400; }

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

This div background color is #FAA400.


Border color

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

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

This div border color is #FAA400.


Opacity

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

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

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

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

This text has shadow with #FAA400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAA400 on black background.


Color preview on white background

This text has color #FAA400 on white background.



Black color preview on #FAA400 background

This text has black color on #FAA400 background.


White color preview on #FAA400 background

This text has white color on #FAA400 background.