COLOR #FEAA1B

HEX: #FEAA1B
RGB: (254,170,27)

Color info

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

RGB color model

#FEAA1B color RGB value is (254,170,27).

  • red value is 254;
  • green value is 170;
  • blue value is 27.
RGB:
(254,170,27)
(100%,67%,11%)

RGB channels and saturation

R 254 of 255 = 100%
G 170 of 255 = 67%
B 27 of 255 = 11%

254
170
27

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

Portions of RGB colors in percentages

R + G + B =
254 + 170 + 27 = 451 (100%)
R 254 of 451 ~ 56.32%
G 170 of 451 ~ 37.69%
B 27 of 451 ~ 5.99%

%56.32
%37.69

CMYK color model

#FEAA1B color CMYK value is (0,33,89,0).

  • cyan value is 0.00%
  • magenta value is 33.07%
  • yellow value is 89.37%
  • key color value is 0.39%
CMYK:
(0,33,89,0)
C0M33Y89K0 
(0%,33%,89%,0%)
(0.00/0.33/0.89/0.00)	

CMYK percentages

%0
%33.07
%89.37
%0.39

Codes

Color #FEAA1B in popluar color models

FEAA1B
RGB25417027
HSL38°99.13%55.10%
HSB/HSV38°89.37%99.61%
CMYK0.00%33.07%89.37%
0.39%

Color #FEAA1B in popluar number systems.

HEXFEAA1B
Decimal25417027
Binary111111101010101011011
Octal37625233

Shades and tints

Shades of #FEAA1B

#FEAA1B
(254,170,27)
#E79B19
(231,155,25)
#D08C17
(208,140,23)
#B97D15
(185,125,21)
#A26E13
(162,110,19)
#8B5F11
(139,95,17)
#74500F
(116,80,15)
#5D410D
(93,65,13)
#46320B
(70,50,11)
#2F2309
(47,35,9)
#181407
(24,20,7)
#000000
(0,0,0)

Tints of #FEAA1B

#FEAA1B
(254,170,27)
#FEB12F
(254,177,47)
#FEB843
(254,184,67)
#FEBF57
(254,191,87)
#FEC66B
(254,198,107)
#FECD7F
(254,205,127)
#FED493
(254,212,147)
#FEDBA7
(254,219,167)
#FEE2BB
(254,226,187)
#FEE9CF
(254,233,207)
#FEF0E3
(254,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEAA1B color. Also use rgb(254,170,27) instead hex code.

Text Font Color

.myTextColor { color: #FEAA1B; }

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

This text font color is #FEAA1B.


Background Color

.myBgColor { background-color: #FEAA1B; }

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

This div background color is #FEAA1B.


Border color

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

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

This div border color is #FEAA1B.


Opacity

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

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

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

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

This text has shadow with #FEAA1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEAA1B on black background.


Color preview on white background

This text has color #FEAA1B on white background.



Black color preview on #FEAA1B background

This text has black color on #FEAA1B background.


White color preview on #FEAA1B background

This text has white color on #FEAA1B background.