COLOR #F77D28

HEX: #F77D28
RGB: (247,125,40)

Renk bilgisi

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

RGB renk modeli

#F77D28 color RGB value is (247,125,40).

  • kırmız ton 247;
  • yeşil ton 125;
  • mavi ton 40.
RGB:
(247,125,40)
(97%,49%,16%)

RGB bağlantıları ve doygunluk

R 247 of 255 = 97%
G 125 of 255 = 49%
B 40 of 255 = 16%

247
125
40

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

Yüzdelerle RGB renk parçaları

R + G + B =
247 + 125 + 40 = 412 (100%)
R 247 of 412 ~ 59.95%
G 125 of 412 ~ 30.34%
B 40 of 412 ~ 9.71%

%59.95
%30.34
%9.71

CMYK RENK MODELİ

#F77D28 rengi CMYK tonu (0,49,84,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.39%
  • sarı tonu 83.81%
  • ana renk tonu 3.14%
CMYK:
(0,49,84,3)
C0M49Y84K3 
(0%,49%,84%,3%)
(0.00/0.49/0.84/0.03)	

CMYK yüzdeleri

%0
%49.39
%83.81
%3.14

Codes

Color #F77D28 in popluar color models

F77D28
RGB24712540
HSL25°92.83%56.27%
HSB/HSV25°83.81%96.86%
CMYK0.00%49.39%83.81%
3.14%

Color #F77D28 in popluar number systems.

HEXF77D28
Decimal24712540
Binary111101111111101101000
Octal36717550

Shades and tints

Shades of #F77D28

#F77D28
(247,125,40)
#E17225
(225,114,37)
#CB6722
(203,103,34)
#B55C1F
(181,92,31)
#9F511C
(159,81,28)
#894619
(137,70,25)
#733B16
(115,59,22)
#5D3013
(93,48,19)
#472510
(71,37,16)
#311A0D
(49,26,13)
#1B0F0A
(27,15,10)
#000000
(0,0,0)

Tints of #F77D28

#F77D28
(247,125,40)
#F7883B
(247,136,59)
#F7934E
(247,147,78)
#F79E61
(247,158,97)
#F7A974
(247,169,116)
#F7B487
(247,180,135)
#F7BF9A
(247,191,154)
#F7CAAD
(247,202,173)
#F7D5C0
(247,213,192)
#F7E0D3
(247,224,211)
#F7EBE6
(247,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F77D28 color. Also use rgb(247,125,40) instead hex code.

Text Font Color

.myTextColor { color: #F77D28; }

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

This text font color is #F77D28.


Background Color

.myBgColor { background-color: #F77D28; }

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

This div background color is #F77D28.


Border color

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

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

This div border color is #F77D28.


Opacity

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

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

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

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

This text has shadow with #F77D28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77D28 on black background.


Color preview on white background

This text has color #F77D28 on white background.



Black color preview on #F77D28 background

This text has black color on #F77D28 background.


White color preview on #F77D28 background

This text has white color on #F77D28 background.