COLOR #FF5511

HEX: #FF5511
RGB: (255,85,17)

Renk bilgisi

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

RGB renk modeli

#FF5511 color RGB value is (255,85,17).

  • kırmız ton 255;
  • yeşil ton 85;
  • mavi ton 17.
RGB:
(255,85,17)
(100%,33%,7%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 85 of 255 = 33%
B 17 of 255 = 7%

255
85
17

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

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 85 + 17 = 357 (100%)
R 255 of 357 ~ 71.43%
G 85 of 357 ~ 23.81%
B 17 of 357 ~ 4.76%

%71.43
%23.81

CMYK RENK MODELİ

#FF5511 rengi CMYK tonu (0,67,93,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 66.67%
  • sarı tonu 93.33%
  • ana renk tonu 0.00%
CMYK:
(0,67,93,0)
C0M67Y93K0 
(0%,67%,93%,0%)
(0.00/0.67/0.93/0.00)	

CMYK yüzdeleri

%0
%66.67
%93.33
%0

Codes

Color #FF5511 in popluar color models

FF5511
RGB2558517
HSL17°100.00%53.33%
HSB/HSV17°93.33%100.00%
CMYK0.00%66.67%93.33%
0.00%

Color #FF5511 in popluar number systems.

HEXFF5511
Decimal2558517
Binary11111111101010110001
Octal37712521

Shades and tints

Shades of #FF5511

#FF5511
(255,85,17)
#E84E10
(232,78,16)
#D1470F
(209,71,15)
#BA400E
(186,64,14)
#A3390D
(163,57,13)
#8C320C
(140,50,12)
#752B0B
(117,43,11)
#5E240A
(94,36,10)
#471D09
(71,29,9)
#301608
(48,22,8)
#190F07
(25,15,7)
#000000
(0,0,0)

Tints of #FF5511

#FF5511
(255,85,17)
#FF6426
(255,100,38)
#FF733B
(255,115,59)
#FF8250
(255,130,80)
#FF9165
(255,145,101)
#FFA07A
(255,160,122)
#FFAF8F
(255,175,143)
#FFBEA4
(255,190,164)
#FFCDB9
(255,205,185)
#FFDCCE
(255,220,206)
#FFEBE3
(255,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF5511 color. Also use rgb(255,85,17) instead hex code.

Text Font Color

.myTextColor { color: #FF5511; }

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

This text font color is #FF5511.


Background Color

.myBgColor { background-color: #FF5511; }

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

This div background color is #FF5511.


Border color

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

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

This div border color is #FF5511.


Opacity

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

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

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

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

This text has shadow with #FF5511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF5511 on black background.


Color preview on white background

This text has color #FF5511 on white background.



Black color preview on #FF5511 background

This text has black color on #FF5511 background.


White color preview on #FF5511 background

This text has white color on #FF5511 background.