COLOR #F0781A

HEX: #F0781A
RGB: (240,120,26)

Renk bilgisi

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

RGB renk modeli

#F0781A color RGB value is (240,120,26).

  • kırmız ton 240;
  • yeşil ton 120;
  • mavi ton 26.
RGB:
(240,120,26)
(94%,47%,10%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 120 of 255 = 47%
B 26 of 255 = 10%

240
120
26

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 120 + 26 = 386 (100%)
R 240 of 386 ~ 62.18%
G 120 of 386 ~ 31.09%
B 26 of 386 ~ 6.74%

%62.18
%31.09

CMYK RENK MODELİ

#F0781A rengi CMYK tonu (0,50,89,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.00%
  • sarı tonu 89.17%
  • ana renk tonu 5.88%
CMYK:
(0,50,89,6)
C0M50Y89K6 
(0%,50%,89%,6%)
(0.00/0.50/0.89/0.06)	

CMYK yüzdeleri

%0
%50
%89.17
%5.88

Codes

Color #F0781A in popluar color models

F0781A
RGB24012026
HSL26°87.70%52.16%
HSB/HSV26°89.17%94.12%
CMYK0.00%50.00%89.17%
5.88%

Color #F0781A in popluar number systems.

HEXF0781A
Decimal24012026
Binary11110000111100011010
Octal36017032

Shades and tints

Shades of #F0781A

#F0781A
(240,120,26)
#DB6E18
(219,110,24)
#C66416
(198,100,22)
#B15A14
(177,90,20)
#9C5012
(156,80,18)
#874610
(135,70,16)
#723C0E
(114,60,14)
#5D320C
(93,50,12)
#48280A
(72,40,10)
#331E08
(51,30,8)
#1E1406
(30,20,6)
#000000
(0,0,0)

Tints of #F0781A

#F0781A
(240,120,26)
#F1842E
(241,132,46)
#F29042
(242,144,66)
#F39C56
(243,156,86)
#F4A86A
(244,168,106)
#F5B47E
(245,180,126)
#F6C092
(246,192,146)
#F7CCA6
(247,204,166)
#F8D8BA
(248,216,186)
#F9E4CE
(249,228,206)
#FAF0E2
(250,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0781A color. Also use rgb(240,120,26) instead hex code.

Text Font Color

.myTextColor { color: #F0781A; }

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

This text font color is #F0781A.


Background Color

.myBgColor { background-color: #F0781A; }

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

This div background color is #F0781A.


Border color

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

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

This div border color is #F0781A.


Opacity

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

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

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

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

This text has shadow with #F0781A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0781A on black background.


Color preview on white background

This text has color #F0781A on white background.



Black color preview on #F0781A background

This text has black color on #F0781A background.


White color preview on #F0781A background

This text has white color on #F0781A background.