COLOR #F03C15

HEX: #F03C15
RGB: (240,60,21)

Renk bilgisi

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

RGB renk modeli

#F03C15 color RGB value is (240,60,21).

  • kırmız ton 240;
  • yeşil ton 60;
  • mavi ton 21.
RGB:
(240,60,21)
(94%,24%,8%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 60 of 255 = 24%
B 21 of 255 = 8%

240
60
21

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 60 + 21 = 321 (100%)
R 240 of 321 ~ 74.77%
G 60 of 321 ~ 18.69%
B 21 of 321 ~ 6.54%

%74.77
%18.69

CMYK RENK MODELİ

#F03C15 rengi CMYK tonu (0,75,91,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 75.00%
  • sarı tonu 91.25%
  • ana renk tonu 5.88%
CMYK:
(0,75,91,6)
C0M75Y91K6 
(0%,75%,91%,6%)
(0.00/0.75/0.91/0.06)	

CMYK yüzdeleri

%0
%75
%91.25
%5.88

Codes

Color #F03C15 in popluar color models

F03C15
RGB2406021
HSL11°87.95%51.18%
HSB/HSV11°91.25%94.12%
CMYK0.00%75.00%91.25%
5.88%

Color #F03C15 in popluar number systems.

HEXF03C15
Decimal2406021
Binary1111000011110010101
Octal3607425

Shades and tints

Shades of #F03C15

#F03C15
(240,60,21)
#DB3714
(219,55,20)
#C63213
(198,50,19)
#B12D12
(177,45,18)
#9C2811
(156,40,17)
#872310
(135,35,16)
#721E0F
(114,30,15)
#5D190E
(93,25,14)
#48140D
(72,20,13)
#330F0C
(51,15,12)
#1E0A0B
(30,10,11)
#000000
(0,0,0)

Tints of #F03C15

#F03C15
(240,60,21)
#F14D2A
(241,77,42)
#F25E3F
(242,94,63)
#F36F54
(243,111,84)
#F48069
(244,128,105)
#F5917E
(245,145,126)
#F6A293
(246,162,147)
#F7B3A8
(247,179,168)
#F8C4BD
(248,196,189)
#F9D5D2
(249,213,210)
#FAE6E7
(250,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F03C15 color. Also use rgb(240,60,21) instead hex code.

Text Font Color

.myTextColor { color: #F03C15; }

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

This text font color is #F03C15.


Background Color

.myBgColor { background-color: #F03C15; }

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

This div background color is #F03C15.


Border color

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

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

This div border color is #F03C15.


Opacity

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

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

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

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

This text has shadow with #F03C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F03C15 on black background.


Color preview on white background

This text has color #F03C15 on white background.



Black color preview on #F03C15 background

This text has black color on #F03C15 background.


White color preview on #F03C15 background

This text has white color on #F03C15 background.