COLOR #FFA700

HEX: #FFA700
RGB: (255,167,0)

Color info

#FFA700 contains mainly red color. Web safe color of #FFA700 is #FF9900 (or #F90).

RGB color model

#FFA700 color RGB value is (255,167,0).

  • red value is 255;
  • green value is 167;
  • blue value is 0.
RGB:
(255,167,0)
(100%,65%,0%)

RGB channels and saturation

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

255
167
0

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

Portions of RGB colors in percentages

R + G + B =
255 + 167 + 0 = 422 (100%)
R 255 of 422 ~ 60.43%
G 167 of 422 ~ 39.57%
B 0 of 422 ~ 0%

%60.43
%39.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.51%
  • 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
%34.51
%100
%0

Codes

Color #FFA700 in popluar color models

FFA700
RGB2551670
HSL39°100.00%50.00%
HSB/HSV39°100.00%100.00%
CMYK0.00%34.51%100.00%
0.00%

Color #FFA700 in popluar number systems.

HEXFFA700
Decimal2551670
Binary11111111101001110
Octal3772470

Shades and tints

Shades of #FFA700

#FFA700
(255,167,0)
#E89800
(232,152,0)
#D18900
(209,137,0)
#BA7A00
(186,122,0)
#A36B00
(163,107,0)
#8C5C00
(140,92,0)
#754D00
(117,77,0)
#5E3E00
(94,62,0)
#472F00
(71,47,0)
#302000
(48,32,0)
#191100
(25,17,0)
#000000
(0,0,0)

Tints of #FFA700

#FFA700
(255,167,0)
#FFAF17
(255,175,23)
#FFB72E
(255,183,46)
#FFBF45
(255,191,69)
#FFC75C
(255,199,92)
#FFCF73
(255,207,115)
#FFD78A
(255,215,138)
#FFDFA1
(255,223,161)
#FFE7B8
(255,231,184)
#FFEFCF
(255,239,207)
#FFF7E6
(255,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA700; }

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

This text font color is #FFA700.


Background Color

.myBgColor { background-color: #FFA700; }

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

This div background color is #FFA700.


Border color

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

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

This div border color is #FFA700.


Opacity

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

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

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

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

This text has shadow with #FFA700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA700 on black background.


Color preview on white background

This text has color #FFA700 on white background.



Black color preview on #FFA700 background

This text has black color on #FFA700 background.


White color preview on #FFA700 background

This text has white color on #FFA700 background.