COLOR #FFA500

HEX: #FFA500 RGB: (255,165,0)

Color info

Color name is Orange. #FFA500 contains mainly red color. Web safe color of #FFA500 is #FF9900 (or #F90).

RGB color model

#FFA500 color RGB value is (255,165,0).

RGB: (255,165,0) (100%, 65%, 0%)

RGB channels and saturation

R 255 of 255 = 100%
G 165 of 255 = 65%
B 0 of 255 = 0%

255
165
0

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

Portions of RGB colors in percentages

R + G + B = 255 + 165 + 0 = 420 (100%)
R 255 of 420 ~ 60.71%
G 165 of 420 ~ 39.29%
B 0 of 420 ~ 0'%

%60.71
%39.29

CMYK color model

#FFA500 color CMYK value is (0,35,100,0).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 100.00%
  • key color value is 0.00%

CMYK: (0,35,100,0)
C0M35Y100K0 (0%, 35%, 100%, 0%)
(0.00 / 0.35 / 1.00 / 0.00)

CMYK percentages

%0
%35.29
%100
%0

Codes

Color #FFA500 in popluar color models

FF A5 00
RGB 255 165 0
HSL 39° 100.00% 50.00%
HSB/HSV 39° 100.00% 100.00%
CMYK 0.00% 35.29% 100.00%
0.00%

Color #FFA500 in popluar number systems.

HEX FF A5 00
Decimal 255 165 0
Binary 11111111 10100101 0
Octal 377 245 0

Shades and tints

Shades of #FFA500

#FFA500
(255,165,0)
#E89600
(232,150,0)
#D18700
(209,135,0)
#BA7800
(186,120,0)
#A36900
(163,105,0)
#8C5A00
(140,90,0)
#754B00
(117,75,0)
#5E3C00
(94,60,0)
#472D00
(71,45,0)
#301E00
(48,30,0)
#190F00
(25,15,0)
#000000
(0,0,0)

Tints of #FFA500

#FFA500
(255,165,0)
#FFAD17
(255,173,23)
#FFB52E
(255,181,46)
#FFBD45
(255,189,69)
#FFC55C
(255,197,92)
#FFCD73
(255,205,115)
#FFD58A
(255,213,138)
#FFDDA1
(255,221,161)
#FFE5B8
(255,229,184)
#FFEDCF
(255,237,207)
#FFF5E6
(255,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFA500 color. Also use rgb(255,165,0) instead hex code.

Text Font Color

.myTextColor { color: #FFA500; }

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

This text font color is #FFA500.

Background Color

.myBgColor { background-color: #FFA500; }

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

This div background color is #FFA500.

Border color

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

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

This div border color is #FFA500.

Opacity

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

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

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

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

This text has shadow with #FFA500 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFA500.

Preview

Color preview on black background

This text has color #FFA500 on black background.


Color preview on white background

This text has color #FFA500 on white background.


Black color preview on #FFA500 background

This text has black color on #FFA500 background.


White color preview on #FFA500 background

This text has white color on #FFA500 background.


Related colors

Complementary color

Complementary color for #hex is #005AFF.


I love getcolorcode.com

Gradients

Color #FFA500 is used in Orange (Web) gradient.

Orange (Web)


Triadic colors

1 #00FFA5 and #A500FF with #FFA500 are triadic colors.

2 #00A5FF and #A5FF00 with #FFA500 are triadic colors.