COLOR #FAA907

HEX: #FAA907
RGB: (250,169,7)

Color info

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

RGB color model

#FAA907 color RGB value is (250,169,7).

  • red value is 250;
  • green value is 169;
  • blue value is 7.
RGB:
(250,169,7)
(98%,66%,3%)

RGB channels and saturation

R 250 of 255 = 98%
G 169 of 255 = 66%
B 7 of 255 = 3%

250
169
7

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

Portions of RGB colors in percentages

R + G + B =
250 + 169 + 7 = 426 (100%)
R 250 of 426 ~ 58.69%
G 169 of 426 ~ 39.67%
B 7 of 426 ~ 1.64%

%58.69
%39.67

CMYK color model

#FAA907 color CMYK value is (0,32,97,2).

  • cyan value is 0.00%
  • magenta value is 32.40%
  • yellow value is 97.20%
  • key color value is 1.96%
CMYK:
(0,32,97,2)
C0M32Y97K2 
(0%,32%,97%,2%)
(0.00/0.32/0.97/0.02)	

CMYK percentages

%0
%32.4
%97.2
%1.96

Codes

Color #FAA907 in popluar color models

FAA907
RGB2501697
HSL40°96.05%50.39%
HSB/HSV40°97.20%98.04%
CMYK0.00%32.40%97.20%
1.96%

Color #FAA907 in popluar number systems.

HEXFAA907
Decimal2501697
Binary1111101010101001111
Octal3722517

Shades and tints

Shades of #FAA907

#FAA907
(250,169,7)
#E49A07
(228,154,7)
#CE8B07
(206,139,7)
#B87C07
(184,124,7)
#A26D07
(162,109,7)
#8C5E07
(140,94,7)
#764F07
(118,79,7)
#604007
(96,64,7)
#4A3107
(74,49,7)
#342207
(52,34,7)
#1E1307
(30,19,7)
#000000
(0,0,0)

Tints of #FAA907

#FAA907
(250,169,7)
#FAB01D
(250,176,29)
#FAB733
(250,183,51)
#FABE49
(250,190,73)
#FAC55F
(250,197,95)
#FACC75
(250,204,117)
#FAD38B
(250,211,139)
#FADAA1
(250,218,161)
#FAE1B7
(250,225,183)
#FAE8CD
(250,232,205)
#FAEFE3
(250,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAA907 color. Also use rgb(250,169,7) instead hex code.

Text Font Color

.myTextColor { color: #FAA907; }

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

This text font color is #FAA907.


Background Color

.myBgColor { background-color: #FAA907; }

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

This div background color is #FAA907.


Border color

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

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

This div border color is #FAA907.


Opacity

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

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

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

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

This text has shadow with #FAA907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAA907 on black background.


Color preview on white background

This text has color #FAA907 on white background.



Black color preview on #FAA907 background

This text has black color on #FAA907 background.


White color preview on #FAA907 background

This text has white color on #FAA907 background.