COLOR #FF9C21

HEX: #FF9C21
RGB: (255,156,33)

Color info

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

RGB color model

#FF9C21 color RGB value is (255,156,33).

  • red value is 255;
  • green value is 156;
  • blue value is 33.
RGB:
(255,156,33)
(100%,61%,13%)

RGB channels and saturation

R 255 of 255 = 100%
G 156 of 255 = 61%
B 33 of 255 = 13%

255
156
33

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

Portions of RGB colors in percentages

R + G + B =
255 + 156 + 33 = 444 (100%)
R 255 of 444 ~ 57.43%
G 156 of 444 ~ 35.14%
B 33 of 444 ~ 7.43%

%57.43
%35.14

CMYK color model

#FF9C21 color CMYK value is (0,39,87,0).

  • cyan value is 0.00%
  • magenta value is 38.82%
  • yellow value is 87.06%
  • key color value is 0.00%
CMYK:
(0,39,87,0)
C0M39Y87K0 
(0%,39%,87%,0%)
(0.00/0.39/0.87/0.00)	

CMYK percentages

%0
%38.82
%87.06
%0

Codes

Color #FF9C21 in popluar color models

FF9C21
RGB25515633
HSL33°100.00%56.47%
HSB/HSV33°87.06%100.00%
CMYK0.00%38.82%87.06%
0.00%

Color #FF9C21 in popluar number systems.

HEXFF9C21
Decimal25515633
Binary1111111110011100100001
Octal37723441

Shades and tints

Shades of #FF9C21

#FF9C21
(255,156,33)
#E88E1E
(232,142,30)
#D1801B
(209,128,27)
#BA7218
(186,114,24)
#A36415
(163,100,21)
#8C5612
(140,86,18)
#75480F
(117,72,15)
#5E3A0C
(94,58,12)
#472C09
(71,44,9)
#301E06
(48,30,6)
#191003
(25,16,3)
#000000
(0,0,0)

Tints of #FF9C21

#FF9C21
(255,156,33)
#FFA535
(255,165,53)
#FFAE49
(255,174,73)
#FFB75D
(255,183,93)
#FFC071
(255,192,113)
#FFC985
(255,201,133)
#FFD299
(255,210,153)
#FFDBAD
(255,219,173)
#FFE4C1
(255,228,193)
#FFEDD5
(255,237,213)
#FFF6E9
(255,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF9C21 color. Also use rgb(255,156,33) instead hex code.

Text Font Color

.myTextColor { color: #FF9C21; }

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

This text font color is #FF9C21.


Background Color

.myBgColor { background-color: #FF9C21; }

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

This div background color is #FF9C21.


Border color

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

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

This div border color is #FF9C21.


Opacity

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

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

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

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

This text has shadow with #FF9C21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF9C21 on black background.


Color preview on white background

This text has color #FF9C21 on white background.



Black color preview on #FF9C21 background

This text has black color on #FF9C21 background.


White color preview on #FF9C21 background

This text has white color on #FF9C21 background.