COLOR #F75C14

HEX: #F75C14
RGB: (247,92,20)

Renk bilgisi

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

RGB renk modeli

#F75C14 color RGB value is (247,92,20).

  • kırmız ton 247;
  • yeşil ton 92;
  • mavi ton 20.
RGB:
(247,92,20)
(97%,36%,8%)

RGB bağlantıları ve doygunluk

R 247 of 255 = 97%
G 92 of 255 = 36%
B 20 of 255 = 8%

247
92
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
247 + 92 + 20 = 359 (100%)
R 247 of 359 ~ 68.8%
G 92 of 359 ~ 25.63%
B 20 of 359 ~ 5.57%

%68.8
%25.63

CMYK RENK MODELİ

#F75C14 rengi CMYK tonu (0,63,92,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.75%
  • sarı tonu 91.90%
  • ana renk tonu 3.14%
CMYK:
(0,63,92,3)
C0M63Y92K3 
(0%,63%,92%,3%)
(0.00/0.63/0.92/0.03)	

CMYK yüzdeleri

%0
%62.75
%91.9
%3.14

Codes

Color #F75C14 in popluar color models

F75C14
RGB2479220
HSL19°93.42%52.35%
HSB/HSV19°91.90%96.86%
CMYK0.00%62.75%91.90%
3.14%

Color #F75C14 in popluar number systems.

HEXF75C14
Decimal2479220
Binary11110111101110010100
Octal36713424

Shades and tints

Shades of #F75C14

#F75C14
(247,92,20)
#E15413
(225,84,19)
#CB4C12
(203,76,18)
#B54411
(181,68,17)
#9F3C10
(159,60,16)
#89340F
(137,52,15)
#732C0E
(115,44,14)
#5D240D
(93,36,13)
#471C0C
(71,28,12)
#31140B
(49,20,11)
#1B0C0A
(27,12,10)
#000000
(0,0,0)

Tints of #F75C14

#F75C14
(247,92,20)
#F76A29
(247,106,41)
#F7783E
(247,120,62)
#F78653
(247,134,83)
#F79468
(247,148,104)
#F7A27D
(247,162,125)
#F7B092
(247,176,146)
#F7BEA7
(247,190,167)
#F7CCBC
(247,204,188)
#F7DAD1
(247,218,209)
#F7E8E6
(247,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F75C14 color. Also use rgb(247,92,20) instead hex code.

Text Font Color

.myTextColor { color: #F75C14; }

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

This text font color is #F75C14.


Background Color

.myBgColor { background-color: #F75C14; }

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

This div background color is #F75C14.


Border color

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

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

This div border color is #F75C14.


Opacity

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

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

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

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

This text has shadow with #F75C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F75C14 on black background.


Color preview on white background

This text has color #F75C14 on white background.



Black color preview on #F75C14 background

This text has black color on #F75C14 background.


White color preview on #F75C14 background

This text has white color on #F75C14 background.