COLOR #FFA500

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

Renk bilgisi

Rengin adı Orange. #FFA500 contains mainly red color. #FFA500 ‘ nin web güvenlik rengi #FF9900 (ya da #F90) dir.

RGB renk modeli

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

  • kırmız ton 255;
  • yeşil ton 165;
  • mavi ton 0.
RGB:
(255,165,0)
(100%,65%,0%)

RGB bağlantıları ve doygunluk

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).

Yüzdelerle RGB renk parçaları

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 RENK MODELİ

#FFA500 rengi CMYK tonu (0,35,100,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.29%
  • sarı tonu 100.00%
  • ana renk tonu 0.00%
CMYK:
(0,35,100,0)
C0M35Y100K0 
(0%,35%,100%,0%)
(0.00/0.35/1.00/0.00)	

CMYK yüzdeleri

%0
%35.29
%100
%0

Codes

Color #FFA500 in popluar color models

FFA500
RGB2551650
HSL39°100.00%50.00%
HSB/HSV39°100.00%100.00%
CMYK0.00%35.29%100.00%
0.00%

Color #FFA500 in popluar number systems.

HEXFFA500
Decimal2551650
Binary11111111101001010
Octal3772450

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.