COLOR #F87F40

HEX: #F87F40
RGB: (248,127,64)

Renk bilgisi

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

RGB renk modeli

#F87F40 color RGB value is (248,127,64).

  • kırmız ton 248;
  • yeşil ton 127;
  • mavi ton 64.
RGB:
(248,127,64)
(97%,50%,25%)

RGB bağlantıları ve doygunluk

R 248 of 255 = 97%
G 127 of 255 = 50%
B 64 of 255 = 25%

248
127
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
248 + 127 + 64 = 439 (100%)
R 248 of 439 ~ 56.49%
G 127 of 439 ~ 28.93%
B 64 of 439 ~ 14.58%

%56.49
%28.93
%14.58

CMYK RENK MODELİ

#F87F40 rengi CMYK tonu (0,49,74,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.79%
  • sarı tonu 74.19%
  • ana renk tonu 2.75%
CMYK:
(0,49,74,3)
C0M49Y74K3 
(0%,49%,74%,3%)
(0.00/0.49/0.74/0.03)	

CMYK yüzdeleri

%0
%48.79
%74.19
%2.75

Codes

Color #F87F40 in popluar color models

F87F40
RGB24812764
HSL21°92.93%61.18%
HSB/HSV21°74.19%97.25%
CMYK0.00%48.79%74.19%
2.75%

Color #F87F40 in popluar number systems.

HEXF87F40
Decimal24812764
Binary1111100011111111000000
Octal370177100

Shades and tints

Shades of #F87F40

#F87F40
(248,127,64)
#E2743B
(226,116,59)
#CC6936
(204,105,54)
#B65E31
(182,94,49)
#A0532C
(160,83,44)
#8A4827
(138,72,39)
#743D22
(116,61,34)
#5E321D
(94,50,29)
#482718
(72,39,24)
#321C13
(50,28,19)
#1C110E
(28,17,14)
#000000
(0,0,0)

Tints of #F87F40

#F87F40
(248,127,64)
#F88A51
(248,138,81)
#F89562
(248,149,98)
#F8A073
(248,160,115)
#F8AB84
(248,171,132)
#F8B695
(248,182,149)
#F8C1A6
(248,193,166)
#F8CCB7
(248,204,183)
#F8D7C8
(248,215,200)
#F8E2D9
(248,226,217)
#F8EDEA
(248,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F87F40 color. Also use rgb(248,127,64) instead hex code.

Text Font Color

.myTextColor { color: #F87F40; }

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

This text font color is #F87F40.


Background Color

.myBgColor { background-color: #F87F40; }

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

This div background color is #F87F40.


Border color

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

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

This div border color is #F87F40.


Opacity

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

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

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

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

This text has shadow with #F87F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F87F40 on black background.


Color preview on white background

This text has color #F87F40 on white background.



Black color preview on #F87F40 background

This text has black color on #F87F40 background.


White color preview on #F87F40 background

This text has white color on #F87F40 background.