COLOR #FAA112

HEX: #FAA112
RGB: (250,161,18)

Color info

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

RGB color model

#FAA112 color RGB value is (250,161,18).

  • red value is 250;
  • green value is 161;
  • blue value is 18.
RGB:
(250,161,18)
(98%,63%,7%)

RGB channels and saturation

R 250 of 255 = 98%
G 161 of 255 = 63%
B 18 of 255 = 7%

250
161
18

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

Portions of RGB colors in percentages

R + G + B =
250 + 161 + 18 = 429 (100%)
R 250 of 429 ~ 58.28%
G 161 of 429 ~ 37.53%
B 18 of 429 ~ 4.2%

%58.28
%37.53

CMYK color model

#FAA112 color CMYK value is (0,36,93,2).

  • cyan value is 0.00%
  • magenta value is 35.60%
  • yellow value is 92.80%
  • key color value is 1.96%
CMYK:
(0,36,93,2)
C0M36Y93K2 
(0%,36%,93%,2%)
(0.00/0.36/0.93/0.02)	

CMYK percentages

%0
%35.6
%92.8
%1.96

Codes

Color #FAA112 in popluar color models

FAA112
RGB25016118
HSL37°95.87%52.55%
HSB/HSV37°92.80%98.04%
CMYK0.00%35.60%92.80%
1.96%

Color #FAA112 in popluar number systems.

HEXFAA112
Decimal25016118
Binary111110101010000110010
Octal37224122

Shades and tints

Shades of #FAA112

#FAA112
(250,161,18)
#E49311
(228,147,17)
#CE8510
(206,133,16)
#B8770F
(184,119,15)
#A2690E
(162,105,14)
#8C5B0D
(140,91,13)
#764D0C
(118,77,12)
#603F0B
(96,63,11)
#4A310A
(74,49,10)
#342309
(52,35,9)
#1E1508
(30,21,8)
#000000
(0,0,0)

Tints of #FAA112

#FAA112
(250,161,18)
#FAA927
(250,169,39)
#FAB13C
(250,177,60)
#FAB951
(250,185,81)
#FAC166
(250,193,102)
#FAC97B
(250,201,123)
#FAD190
(250,209,144)
#FAD9A5
(250,217,165)
#FAE1BA
(250,225,186)
#FAE9CF
(250,233,207)
#FAF1E4
(250,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAA112 color. Also use rgb(250,161,18) instead hex code.

Text Font Color

.myTextColor { color: #FAA112; }

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

This text font color is #FAA112.


Background Color

.myBgColor { background-color: #FAA112; }

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

This div background color is #FAA112.


Border color

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

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

This div border color is #FAA112.


Opacity

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

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

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

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

This text has shadow with #FAA112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAA112 on black background.


Color preview on white background

This text has color #FAA112 on white background.



Black color preview on #FAA112 background

This text has black color on #FAA112 background.


White color preview on #FAA112 background

This text has white color on #FAA112 background.