COLOR #FFA21B

HEX: #FFA21B
RGB: (255,162,27)

Color info

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

RGB color model

#FFA21B color RGB value is (255,162,27).

  • red value is 255;
  • green value is 162;
  • blue value is 27.
RGB:
(255,162,27)
(100%,64%,11%)

RGB channels and saturation

R 255 of 255 = 100%
G 162 of 255 = 64%
B 27 of 255 = 11%

255
162
27

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

Portions of RGB colors in percentages

R + G + B =
255 + 162 + 27 = 444 (100%)
R 255 of 444 ~ 57.43%
G 162 of 444 ~ 36.49%
B 27 of 444 ~ 6.08%

%57.43
%36.49

CMYK color model

#FFA21B color CMYK value is (0,36,89,0).

  • cyan value is 0.00%
  • magenta value is 36.47%
  • yellow value is 89.41%
  • key color value is 0.00%
CMYK:
(0,36,89,0)
C0M36Y89K0 
(0%,36%,89%,0%)
(0.00/0.36/0.89/0.00)	

CMYK percentages

%0
%36.47
%89.41
%0

Codes

Color #FFA21B in popluar color models

FFA21B
RGB25516227
HSL36°100.00%55.29%
HSB/HSV36°89.41%100.00%
CMYK0.00%36.47%89.41%
0.00%

Color #FFA21B in popluar number systems.

HEXFFA21B
Decimal25516227
Binary111111111010001011011
Octal37724233

Shades and tints

Shades of #FFA21B

#FFA21B
(255,162,27)
#E89419
(232,148,25)
#D18617
(209,134,23)
#BA7815
(186,120,21)
#A36A13
(163,106,19)
#8C5C11
(140,92,17)
#754E0F
(117,78,15)
#5E400D
(94,64,13)
#47320B
(71,50,11)
#302409
(48,36,9)
#191607
(25,22,7)
#000000
(0,0,0)

Tints of #FFA21B

#FFA21B
(255,162,27)
#FFAA2F
(255,170,47)
#FFB243
(255,178,67)
#FFBA57
(255,186,87)
#FFC26B
(255,194,107)
#FFCA7F
(255,202,127)
#FFD293
(255,210,147)
#FFDAA7
(255,218,167)
#FFE2BB
(255,226,187)
#FFEACF
(255,234,207)
#FFF2E3
(255,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFA21B color. Also use rgb(255,162,27) instead hex code.

Text Font Color

.myTextColor { color: #FFA21B; }

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

This text font color is #FFA21B.


Background Color

.myBgColor { background-color: #FFA21B; }

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

This div background color is #FFA21B.


Border color

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

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

This div border color is #FFA21B.


Opacity

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

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

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

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

This text has shadow with #FFA21B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA21B on black background.


Color preview on white background

This text has color #FFA21B on white background.



Black color preview on #FFA21B background

This text has black color on #FFA21B background.


White color preview on #FFA21B background

This text has white color on #FFA21B background.