COLOR #F76A12

HEX: #F76A12
RGB: (247,106,18)

Renk bilgisi

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

RGB renk modeli

#F76A12 color RGB value is (247,106,18).

  • kırmız ton 247;
  • yeşil ton 106;
  • mavi ton 18.
RGB:
(247,106,18)
(97%,42%,7%)

RGB bağlantıları ve doygunluk

R 247 of 255 = 97%
G 106 of 255 = 42%
B 18 of 255 = 7%

247
106
18

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

Yüzdelerle RGB renk parçaları

R + G + B =
247 + 106 + 18 = 371 (100%)
R 247 of 371 ~ 66.58%
G 106 of 371 ~ 28.57%
B 18 of 371 ~ 4.85%

%66.58
%28.57

CMYK RENK MODELİ

#F76A12 rengi CMYK tonu (0,57,93,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.09%
  • sarı tonu 92.71%
  • ana renk tonu 3.14%
CMYK:
(0,57,93,3)
C0M57Y93K3 
(0%,57%,93%,3%)
(0.00/0.57/0.93/0.03)	

CMYK yüzdeleri

%0
%57.09
%92.71
%3.14

Codes

Color #F76A12 in popluar color models

F76A12
RGB24710618
HSL23°93.47%51.96%
HSB/HSV23°92.71%96.86%
CMYK0.00%57.09%92.71%
3.14%

Color #F76A12 in popluar number systems.

HEXF76A12
Decimal24710618
Binary11110111110101010010
Octal36715222

Shades and tints

Shades of #F76A12

#F76A12
(247,106,18)
#E16111
(225,97,17)
#CB5810
(203,88,16)
#B54F0F
(181,79,15)
#9F460E
(159,70,14)
#893D0D
(137,61,13)
#73340C
(115,52,12)
#5D2B0B
(93,43,11)
#47220A
(71,34,10)
#311909
(49,25,9)
#1B1008
(27,16,8)
#000000
(0,0,0)

Tints of #F76A12

#F76A12
(247,106,18)
#F77727
(247,119,39)
#F7843C
(247,132,60)
#F79151
(247,145,81)
#F79E66
(247,158,102)
#F7AB7B
(247,171,123)
#F7B890
(247,184,144)
#F7C5A5
(247,197,165)
#F7D2BA
(247,210,186)
#F7DFCF
(247,223,207)
#F7ECE4
(247,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F76A12 color. Also use rgb(247,106,18) instead hex code.

Text Font Color

.myTextColor { color: #F76A12; }

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

This text font color is #F76A12.


Background Color

.myBgColor { background-color: #F76A12; }

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

This div background color is #F76A12.


Border color

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

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

This div border color is #F76A12.


Opacity

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

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

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

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

This text has shadow with #F76A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F76A12 on black background.


Color preview on white background

This text has color #F76A12 on white background.



Black color preview on #F76A12 background

This text has black color on #F76A12 background.


White color preview on #F76A12 background

This text has white color on #F76A12 background.