COLOR #F66241

HEX: #F66241
RGB: (246,98,65)

Renk bilgisi

#F66241 contains mainly red color. #F66241 ‘ nin web güvenlik rengi #FF6633 (ya da #F63) dir.

RGB renk modeli

#F66241 color RGB value is (246,98,65).

  • kırmız ton 246;
  • yeşil ton 98;
  • mavi ton 65.
RGB:
(246,98,65)
(96%,38%,25%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 98 of 255 = 38%
B 65 of 255 = 25%

246
98
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 98 + 65 = 409 (100%)
R 246 of 409 ~ 60.15%
G 98 of 409 ~ 23.96%
B 65 of 409 ~ 15.89%

%60.15
%23.96
%15.89

CMYK RENK MODELİ

#F66241 rengi CMYK tonu (0,60,74,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.16%
  • sarı tonu 73.58%
  • ana renk tonu 3.53%
CMYK:
(0,60,74,4)
C0M60Y74K4 
(0%,60%,74%,4%)
(0.00/0.60/0.74/0.04)	

CMYK yüzdeleri

%0
%60.16
%73.58
%3.53

Codes

Color #F66241 in popluar color models

F66241
RGB2469865
HSL11°90.95%60.98%
HSB/HSV11°73.58%96.47%
CMYK0.00%60.16%73.58%
3.53%

Color #F66241 in popluar number systems.

HEXF66241
Decimal2469865
Binary1111011011000101000001
Octal366142101

Shades and tints

Shades of #F66241

#F66241
(246,98,65)
#E05A3C
(224,90,60)
#CA5237
(202,82,55)
#B44A32
(180,74,50)
#9E422D
(158,66,45)
#883A28
(136,58,40)
#723223
(114,50,35)
#5C2A1E
(92,42,30)
#462219
(70,34,25)
#301A14
(48,26,20)
#1A120F
(26,18,15)
#000000
(0,0,0)

Tints of #F66241

#F66241
(246,98,65)
#F67052
(246,112,82)
#F67E63
(246,126,99)
#F68C74
(246,140,116)
#F69A85
(246,154,133)
#F6A896
(246,168,150)
#F6B6A7
(246,182,167)
#F6C4B8
(246,196,184)
#F6D2C9
(246,210,201)
#F6E0DA
(246,224,218)
#F6EEEB
(246,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F66241 color. Also use rgb(246,98,65) instead hex code.

Text Font Color

.myTextColor { color: #F66241; }

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

This text font color is #F66241.


Background Color

.myBgColor { background-color: #F66241; }

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

This div background color is #F66241.


Border color

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

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

This div border color is #F66241.


Opacity

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

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

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

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

This text has shadow with #F66241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F66241 on black background.


Color preview on white background

This text has color #F66241 on white background.



Black color preview on #F66241 background

This text has black color on #F66241 background.


White color preview on #F66241 background

This text has white color on #F66241 background.