COLOR #F77F40

HEX: #F77F40
RGB: (247,127,64)

Renk bilgisi

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

RGB renk modeli

#F77F40 color RGB value is (247,127,64).

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

RGB bağlantıları ve doygunluk

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

247
127
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
247 + 127 + 64 = 438 (100%)
R 247 of 438 ~ 56.39%
G 127 of 438 ~ 29%
B 64 of 438 ~ 14.61%

%56.39
%29
%14.61

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%48.58
%74.09
%3.14

Codes

Color #F77F40 in popluar color models

F77F40
RGB24712764
HSL21°91.96%60.98%
HSB/HSV21°74.09%96.86%
CMYK0.00%48.58%74.09%
3.14%

Color #F77F40 in popluar number systems.

HEXF77F40
Decimal24712764
Binary1111011111111111000000
Octal367177100

Shades and tints

Shades of #F77F40

#F77F40
(247,127,64)
#E1743B
(225,116,59)
#CB6936
(203,105,54)
#B55E31
(181,94,49)
#9F532C
(159,83,44)
#894827
(137,72,39)
#733D22
(115,61,34)
#5D321D
(93,50,29)
#472718
(71,39,24)
#311C13
(49,28,19)
#1B110E
(27,17,14)
#000000
(0,0,0)

Tints of #F77F40

#F77F40
(247,127,64)
#F78A51
(247,138,81)
#F79562
(247,149,98)
#F7A073
(247,160,115)
#F7AB84
(247,171,132)
#F7B695
(247,182,149)
#F7C1A6
(247,193,166)
#F7CCB7
(247,204,183)
#F7D7C8
(247,215,200)
#F7E2D9
(247,226,217)
#F7EDEA
(247,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F77F40; }

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

This text font color is #F77F40.


Background Color

.myBgColor { background-color: #F77F40; }

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

This div background color is #F77F40.


Border color

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

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

This div border color is #F77F40.


Opacity

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

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

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

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

This text has shadow with #F77F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77F40 on black background.


Color preview on white background

This text has color #F77F40 on white background.



Black color preview on #F77F40 background

This text has black color on #F77F40 background.


White color preview on #F77F40 background

This text has white color on #F77F40 background.