COLOR #FF4D11

HEX: #FF4D11
RGB: (255,77,17)

Renk bilgisi

#FF4D11 contains mainly red color. #FF4D11 ‘ nin web güvenlik rengi #FF3300 (ya da #F30) dir.

RGB renk modeli

#FF4D11 color RGB value is (255,77,17).

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

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 77 of 255 = 30%
B 17 of 255 = 7%

255
77
17

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

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 77 + 17 = 349 (100%)
R 255 of 349 ~ 73.07%
G 77 of 349 ~ 22.06%
B 17 of 349 ~ 4.87%

%73.07
%22.06

CMYK RENK MODELİ

#FF4D11 rengi CMYK tonu (0,70,93,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 69.80%
  • sarı tonu 93.33%
  • ana renk tonu 0.00%
CMYK:
(0,70,93,0)
C0M70Y93K0 
(0%,70%,93%,0%)
(0.00/0.70/0.93/0.00)	

CMYK yüzdeleri

%0
%69.8
%93.33
%0

Codes

Color #FF4D11 in popluar color models

FF4D11
RGB2557717
HSL15°100.00%53.33%
HSB/HSV15°93.33%100.00%
CMYK0.00%69.80%93.33%
0.00%

Color #FF4D11 in popluar number systems.

HEXFF4D11
Decimal2557717
Binary11111111100110110001
Octal37711521

Shades and tints

Shades of #FF4D11

#FF4D11
(255,77,17)
#E84610
(232,70,16)
#D13F0F
(209,63,15)
#BA380E
(186,56,14)
#A3310D
(163,49,13)
#8C2A0C
(140,42,12)
#75230B
(117,35,11)
#5E1C0A
(94,28,10)
#471509
(71,21,9)
#300E08
(48,14,8)
#190707
(25,7,7)
#000000
(0,0,0)

Tints of #FF4D11

#FF4D11
(255,77,17)
#FF5D26
(255,93,38)
#FF6D3B
(255,109,59)
#FF7D50
(255,125,80)
#FF8D65
(255,141,101)
#FF9D7A
(255,157,122)
#FFAD8F
(255,173,143)
#FFBDA4
(255,189,164)
#FFCDB9
(255,205,185)
#FFDDCE
(255,221,206)
#FFEDE3
(255,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF4D11; }

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

This text font color is #FF4D11.


Background Color

.myBgColor { background-color: #FF4D11; }

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

This div background color is #FF4D11.


Border color

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

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

This div border color is #FF4D11.


Opacity

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

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

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

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

This text has shadow with #FF4D11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF4D11 on black background.


Color preview on white background

This text has color #FF4D11 on white background.



Black color preview on #FF4D11 background

This text has black color on #FF4D11 background.


White color preview on #FF4D11 background

This text has white color on #FF4D11 background.