COLOR #F06724

HEX: #F06724
RGB: (240,103,36)

Renk bilgisi

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

RGB renk modeli

#F06724 color RGB value is (240,103,36).

  • kırmız ton 240;
  • yeşil ton 103;
  • mavi ton 36.
RGB:
(240,103,36)
(94%,40%,14%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 103 of 255 = 40%
B 36 of 255 = 14%

240
103
36

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 103 + 36 = 379 (100%)
R 240 of 379 ~ 63.32%
G 103 of 379 ~ 27.18%
B 36 of 379 ~ 9.5%

%63.32
%27.18

CMYK RENK MODELİ

#F06724 rengi CMYK tonu (0,57,85,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.08%
  • sarı tonu 85.00%
  • ana renk tonu 5.88%
CMYK:
(0,57,85,6)
C0M57Y85K6 
(0%,57%,85%,6%)
(0.00/0.57/0.85/0.06)	

CMYK yüzdeleri

%0
%57.08
%85
%5.88

Codes

Color #F06724 in popluar color models

F06724
RGB24010336
HSL20°87.18%54.12%
HSB/HSV20°85.00%94.12%
CMYK0.00%57.08%85.00%
5.88%

Color #F06724 in popluar number systems.

HEXF06724
Decimal24010336
Binary111100001100111100100
Octal36014744

Shades and tints

Shades of #F06724

#F06724
(240,103,36)
#DB5E21
(219,94,33)
#C6551E
(198,85,30)
#B14C1B
(177,76,27)
#9C4318
(156,67,24)
#873A15
(135,58,21)
#723112
(114,49,18)
#5D280F
(93,40,15)
#481F0C
(72,31,12)
#331609
(51,22,9)
#1E0D06
(30,13,6)
#000000
(0,0,0)

Tints of #F06724

#F06724
(240,103,36)
#F17437
(241,116,55)
#F2814A
(242,129,74)
#F38E5D
(243,142,93)
#F49B70
(244,155,112)
#F5A883
(245,168,131)
#F6B596
(246,181,150)
#F7C2A9
(247,194,169)
#F8CFBC
(248,207,188)
#F9DCCF
(249,220,207)
#FAE9E2
(250,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F06724 color. Also use rgb(240,103,36) instead hex code.

Text Font Color

.myTextColor { color: #F06724; }

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

This text font color is #F06724.


Background Color

.myBgColor { background-color: #F06724; }

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

This div background color is #F06724.


Border color

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

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

This div border color is #F06724.


Opacity

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

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

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

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

This text has shadow with #F06724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F06724 on black background.


Color preview on white background

This text has color #F06724 on white background.



Black color preview on #F06724 background

This text has black color on #F06724 background.


White color preview on #F06724 background

This text has white color on #F06724 background.