COLOR #FF6010

HEX: #FF6010
RGB: (255,96,16)

Renk bilgisi

#FF6010 contains mainly red color. #FF6010 ‘ nin web güvenlik rengi #FF6600 (ya da #F60) dir.

RGB renk modeli

#FF6010 color RGB value is (255,96,16).

  • kırmız ton 255;
  • yeşil ton 96;
  • mavi ton 16.
RGB:
(255,96,16)
(100%,38%,6%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 96 of 255 = 38%
B 16 of 255 = 6%

255
96
16

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

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 96 + 16 = 367 (100%)
R 255 of 367 ~ 69.48%
G 96 of 367 ~ 26.16%
B 16 of 367 ~ 4.36%

%69.48
%26.16

CMYK RENK MODELİ

#FF6010 rengi CMYK tonu (0,62,94,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.35%
  • sarı tonu 93.73%
  • ana renk tonu 0.00%
CMYK:
(0,62,94,0)
C0M62Y94K0 
(0%,62%,94%,0%)
(0.00/0.62/0.94/0.00)	

CMYK yüzdeleri

%0
%62.35
%93.73
%0

Codes

Color #FF6010 in popluar color models

FF6010
RGB2559616
HSL20°100.00%53.14%
HSB/HSV20°93.73%100.00%
CMYK0.00%62.35%93.73%
0.00%

Color #FF6010 in popluar number systems.

HEXFF6010
Decimal2559616
Binary11111111110000010000
Octal37714020

Shades and tints

Shades of #FF6010

#FF6010
(255,96,16)
#E8580F
(232,88,15)
#D1500E
(209,80,14)
#BA480D
(186,72,13)
#A3400C
(163,64,12)
#8C380B
(140,56,11)
#75300A
(117,48,10)
#5E2809
(94,40,9)
#472008
(71,32,8)
#301807
(48,24,7)
#191006
(25,16,6)
#000000
(0,0,0)

Tints of #FF6010

#FF6010
(255,96,16)
#FF6E25
(255,110,37)
#FF7C3A
(255,124,58)
#FF8A4F
(255,138,79)
#FF9864
(255,152,100)
#FFA679
(255,166,121)
#FFB48E
(255,180,142)
#FFC2A3
(255,194,163)
#FFD0B8
(255,208,184)
#FFDECD
(255,222,205)
#FFECE2
(255,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF6010 color. Also use rgb(255,96,16) instead hex code.

Text Font Color

.myTextColor { color: #FF6010; }

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

This text font color is #FF6010.


Background Color

.myBgColor { background-color: #FF6010; }

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

This div background color is #FF6010.


Border color

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

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

This div border color is #FF6010.


Opacity

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

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

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

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

This text has shadow with #FF6010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF6010 on black background.


Color preview on white background

This text has color #FF6010 on white background.



Black color preview on #FF6010 background

This text has black color on #FF6010 background.


White color preview on #FF6010 background

This text has white color on #FF6010 background.