COLOR #FF6C19

HEX: #FF6C19
RGB: (255,108,25)

Renk bilgisi

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

RGB renk modeli

#FF6C19 color RGB value is (255,108,25).

  • kırmız ton 255;
  • yeşil ton 108;
  • mavi ton 25.
RGB:
(255,108,25)
(100%,42%,10%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 108 of 255 = 42%
B 25 of 255 = 10%

255
108
25

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

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 108 + 25 = 388 (100%)
R 255 of 388 ~ 65.72%
G 108 of 388 ~ 27.84%
B 25 of 388 ~ 6.44%

%65.72
%27.84

CMYK RENK MODELİ

#FF6C19 rengi CMYK tonu (0,58,90,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.65%
  • sarı tonu 90.20%
  • ana renk tonu 0.00%
CMYK:
(0,58,90,0)
C0M58Y90K0 
(0%,58%,90%,0%)
(0.00/0.58/0.90/0.00)	

CMYK yüzdeleri

%0
%57.65
%90.2
%0

Codes

Color #FF6C19 in popluar color models

FF6C19
RGB25510825
HSL22°100.00%54.90%
HSB/HSV22°90.20%100.00%
CMYK0.00%57.65%90.20%
0.00%

Color #FF6C19 in popluar number systems.

HEXFF6C19
Decimal25510825
Binary11111111110110011001
Octal37715431

Shades and tints

Shades of #FF6C19

#FF6C19
(255,108,25)
#E86317
(232,99,23)
#D15A15
(209,90,21)
#BA5113
(186,81,19)
#A34811
(163,72,17)
#8C3F0F
(140,63,15)
#75360D
(117,54,13)
#5E2D0B
(94,45,11)
#472409
(71,36,9)
#301B07
(48,27,7)
#191205
(25,18,5)
#000000
(0,0,0)

Tints of #FF6C19

#FF6C19
(255,108,25)
#FF792D
(255,121,45)
#FF8641
(255,134,65)
#FF9355
(255,147,85)
#FFA069
(255,160,105)
#FFAD7D
(255,173,125)
#FFBA91
(255,186,145)
#FFC7A5
(255,199,165)
#FFD4B9
(255,212,185)
#FFE1CD
(255,225,205)
#FFEEE1
(255,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF6C19 color. Also use rgb(255,108,25) instead hex code.

Text Font Color

.myTextColor { color: #FF6C19; }

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

This text font color is #FF6C19.


Background Color

.myBgColor { background-color: #FF6C19; }

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

This div background color is #FF6C19.


Border color

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

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

This div border color is #FF6C19.


Opacity

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

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

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

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

This text has shadow with #FF6C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF6C19 on black background.


Color preview on white background

This text has color #FF6C19 on white background.



Black color preview on #FF6C19 background

This text has black color on #FF6C19 background.


White color preview on #FF6C19 background

This text has white color on #FF6C19 background.