COLOR #F04714

HEX: #F04714
RGB: (240,71,20)

Renk bilgisi

#F04714 contains mainly red color. #F04714 ‘ nin web güvenlik rengi #FF3300 (ya da #F30) dir.

RGB renk modeli

#F04714 color RGB value is (240,71,20).

  • kırmız ton 240;
  • yeşil ton 71;
  • mavi ton 20.
RGB:
(240,71,20)
(94%,28%,8%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 71 of 255 = 28%
B 20 of 255 = 8%

240
71
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 71 + 20 = 331 (100%)
R 240 of 331 ~ 72.51%
G 71 of 331 ~ 21.45%
B 20 of 331 ~ 6.04%

%72.51
%21.45

CMYK RENK MODELİ

#F04714 rengi CMYK tonu (0,70,92,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 70.42%
  • sarı tonu 91.67%
  • ana renk tonu 5.88%
CMYK:
(0,70,92,6)
C0M70Y92K6 
(0%,70%,92%,6%)
(0.00/0.70/0.92/0.06)	

CMYK yüzdeleri

%0
%70.42
%91.67
%5.88

Codes

Color #F04714 in popluar color models

F04714
RGB2407120
HSL14°88.00%50.98%
HSB/HSV14°91.67%94.12%
CMYK0.00%70.42%91.67%
5.88%

Color #F04714 in popluar number systems.

HEXF04714
Decimal2407120
Binary11110000100011110100
Octal36010724

Shades and tints

Shades of #F04714

#F04714
(240,71,20)
#DB4113
(219,65,19)
#C63B12
(198,59,18)
#B13511
(177,53,17)
#9C2F10
(156,47,16)
#87290F
(135,41,15)
#72230E
(114,35,14)
#5D1D0D
(93,29,13)
#48170C
(72,23,12)
#33110B
(51,17,11)
#1E0B0A
(30,11,10)
#000000
(0,0,0)

Tints of #F04714

#F04714
(240,71,20)
#F15729
(241,87,41)
#F2673E
(242,103,62)
#F37753
(243,119,83)
#F48768
(244,135,104)
#F5977D
(245,151,125)
#F6A792
(246,167,146)
#F7B7A7
(247,183,167)
#F8C7BC
(248,199,188)
#F9D7D1
(249,215,209)
#FAE7E6
(250,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F04714 color. Also use rgb(240,71,20) instead hex code.

Text Font Color

.myTextColor { color: #F04714; }

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

This text font color is #F04714.


Background Color

.myBgColor { background-color: #F04714; }

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

This div background color is #F04714.


Border color

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

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

This div border color is #F04714.


Opacity

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

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

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

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

This text has shadow with #F04714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F04714 on black background.


Color preview on white background

This text has color #F04714 on white background.



Black color preview on #F04714 background

This text has black color on #F04714 background.


White color preview on #F04714 background

This text has white color on #F04714 background.