COLOR #FAA704

HEX: #FAA704
RGB: (250,167,4)

Color info

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

RGB color model

#FAA704 color RGB value is (250,167,4).

  • red value is 250;
  • green value is 167;
  • blue value is 4.
RGB:
(250,167,4)
(98%,65%,2%)

RGB channels and saturation

R 250 of 255 = 98%
G 167 of 255 = 65%
B 4 of 255 = 2%

250
167
4

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

Portions of RGB colors in percentages

R + G + B =
250 + 167 + 4 = 421 (100%)
R 250 of 421 ~ 59.38%
G 167 of 421 ~ 39.67%
B 4 of 421 ~ 0.95%

%59.38
%39.67

CMYK color model

#FAA704 color CMYK value is (0,33,98,2).

  • cyan value is 0.00%
  • magenta value is 33.20%
  • yellow value is 98.40%
  • key color value is 1.96%
CMYK:
(0,33,98,2)
C0M33Y98K2 
(0%,33%,98%,2%)
(0.00/0.33/0.98/0.02)	

CMYK percentages

%0
%33.2
%98.4
%1.96

Codes

Color #FAA704 in popluar color models

FAA704
RGB2501674
HSL40°96.85%49.80%
HSB/HSV40°98.40%98.04%
CMYK0.00%33.20%98.40%
1.96%

Color #FAA704 in popluar number systems.

HEXFAA704
Decimal2501674
Binary1111101010100111100
Octal3722474

Shades and tints

Shades of #FAA704

#FAA704
(250,167,4)
#E49804
(228,152,4)
#CE8904
(206,137,4)
#B87A04
(184,122,4)
#A26B04
(162,107,4)
#8C5C04
(140,92,4)
#764D04
(118,77,4)
#603E04
(96,62,4)
#4A2F04
(74,47,4)
#342004
(52,32,4)
#1E1104
(30,17,4)
#000000
(0,0,0)

Tints of #FAA704

#FAA704
(250,167,4)
#FAAF1A
(250,175,26)
#FAB730
(250,183,48)
#FABF46
(250,191,70)
#FAC75C
(250,199,92)
#FACF72
(250,207,114)
#FAD788
(250,215,136)
#FADF9E
(250,223,158)
#FAE7B4
(250,231,180)
#FAEFCA
(250,239,202)
#FAF7E0
(250,247,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAA704 color. Also use rgb(250,167,4) instead hex code.

Text Font Color

.myTextColor { color: #FAA704; }

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

This text font color is #FAA704.


Background Color

.myBgColor { background-color: #FAA704; }

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

This div background color is #FAA704.


Border color

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

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

This div border color is #FAA704.


Opacity

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

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

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

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

This text has shadow with #FAA704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAA704 on black background.


Color preview on white background

This text has color #FAA704 on white background.



Black color preview on #FAA704 background

This text has black color on #FAA704 background.


White color preview on #FAA704 background

This text has white color on #FAA704 background.