COLOR #FAA61B

HEX: #FAA61B RGB: (250,166,27)

Color info

#FAA61B contains mainly red color. Web safe color of #FAA61B is #FF9933 (or #F93).

RGB color model

#FAA61B color RGB value is (250,166,27).

RGB: (250,166,27) (98%, 65%, 11%)

RGB channels and saturation

R 250 of 255 = 98%
G 166 of 255 = 65%
B 27 of 255 = 11%

250
166
27

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

Portions of RGB colors in percentages

R + G + B = 250 + 166 + 27 = 443 (100%)
R 250 of 443 ~ 56.43%
G 166 of 443 ~ 37.47%
B 27 of 443 ~ 6.09'%

%56.43
%37.47

CMYK color model

#FAA61B color CMYK value is (0,34,89,2).

  • cyan value is 0.00%
  • magenta value is 33.60%
  • yellow value is 89.20%
  • key color value is 1.96%

CMYK: (0,34,89,2)
C0M34Y89K2 (0%, 34%, 89%, 2%)
(0.00 / 0.34 / 0.89 / 0.02)

CMYK percentages

%0
%33.6
%89.2
%1.96

Codes

Color #FAA61B in popluar color models

FA A6 1B
RGB 250 166 27
HSL 37° 95.71% 54.31%
HSB/HSV 37° 89.20% 98.04%
CMYK 0.00% 33.60% 89.20%
1.96%

Color #FAA61B in popluar number systems.

HEX FA A6 1B
Decimal 250 166 27
Binary 11111010 10100110 11011
Octal 372 246 33

Shades and tints

Shades of #FAA61B

#FAA61B
(250,166,27)
#E49719
(228,151,25)
#CE8817
(206,136,23)
#B87915
(184,121,21)
#A26A13
(162,106,19)
#8C5B11
(140,91,17)
#764C0F
(118,76,15)
#603D0D
(96,61,13)
#4A2E0B
(74,46,11)
#341F09
(52,31,9)
#1E1007
(30,16,7)
#000000
(0,0,0)

Tints of #FAA61B

#FAA61B
(250,166,27)
#FAAE2F
(250,174,47)
#FAB643
(250,182,67)
#FABE57
(250,190,87)
#FAC66B
(250,198,107)
#FACE7F
(250,206,127)
#FAD693
(250,214,147)
#FADEA7
(250,222,167)
#FAE6BB
(250,230,187)
#FAEECF
(250,238,207)
#FAF6E3
(250,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAA61B color. Also use rgb(250,166,27) instead hex code.

Text Font Color

.myTextColor { color: #FAA61B; }

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

This text font color is #FAA61B.

Background Color

.myBgColor { background-color: #FAA61B; }

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

This div background color is #FAA61B.

Border color

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

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

This div border color is #FAA61B.

Opacity

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

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

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

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

This text has shadow with #FAA61B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAA61B.

Preview

Color preview on black background

This text has color #FAA61B on black background.


Color preview on white background

This text has color #FAA61B on white background.


Black color preview on #FAA61B background

This text has black color on #FAA61B background.


White color preview on #FAA61B background

This text has white color on #FAA61B background.


Related colors

Complementary color

Complementary color for #hex is #0559E4.


I love getcolorcode.com

Triadic colors

1 #1BFAA6 and #A61BFA with #FAA61B are triadic colors.

2 #1BA6FA and #A6FA1B with #FAA61B are triadic colors.