COLOR #FF8C00

HEX: #FF8C00
RGB: (255,140,0)

Renk bilgisi

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

RGB renk modeli

#FF8C00 color RGB value is (255,140,0).

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

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 140 of 255 = 55%
B 0 of 255 = 0%

255
140
0

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

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 140 + 0 = 395 (100%)
R 255 of 395 ~ 64.56%
G 140 of 395 ~ 35.44%
B 0 of 395 ~ 0%

%64.56
%35.44

CMYK RENK MODELİ

#FF8C00 rengi CMYK tonu (0,45,100,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.10%
  • sarı tonu 100.00%
  • ana renk tonu 0.00%
CMYK:
(0,45,100,0)
C0M45Y100K0 
(0%,45%,100%,0%)
(0.00/0.45/1.00/0.00)	

CMYK yüzdeleri

%0
%45.1
%100
%0

Codes

Color #FF8C00 in popluar color models

FF8C00
RGB2551400
HSL33°100.00%50.00%
HSB/HSV33°100.00%100.00%
CMYK0.00%45.10%100.00%
0.00%

Color #FF8C00 in popluar number systems.

HEXFF8C00
Decimal2551400
Binary11111111100011000
Octal3772140

Shades and tints

Shades of #FF8C00

#FF8C00
(255,140,0)
#E88000
(232,128,0)
#D17400
(209,116,0)
#BA6800
(186,104,0)
#A35C00
(163,92,0)
#8C5000
(140,80,0)
#754400
(117,68,0)
#5E3800
(94,56,0)
#472C00
(71,44,0)
#302000
(48,32,0)
#191400
(25,20,0)
#000000
(0,0,0)

Tints of #FF8C00

#FF8C00
(255,140,0)
#FF9617
(255,150,23)
#FFA02E
(255,160,46)
#FFAA45
(255,170,69)
#FFB45C
(255,180,92)
#FFBE73
(255,190,115)
#FFC88A
(255,200,138)
#FFD2A1
(255,210,161)
#FFDCB8
(255,220,184)
#FFE6CF
(255,230,207)
#FFF0E6
(255,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF8C00; }

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

This text font color is #FF8C00.


Background Color

.myBgColor { background-color: #FF8C00; }

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

This div background color is #FF8C00.


Border color

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

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

This div border color is #FF8C00.


Opacity

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

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

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

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

This text has shadow with #FF8C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8C00 on black background.


Color preview on white background

This text has color #FF8C00 on white background.



Black color preview on #FF8C00 background

This text has black color on #FF8C00 background.


White color preview on #FF8C00 background

This text has white color on #FF8C00 background.