COLOR #F5330F

HEX: #F5330F
RGB: (245,51,15)

Renk bilgisi

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

RGB renk modeli

#F5330F color RGB value is (245,51,15).

  • kırmız ton 245;
  • yeşil ton 51;
  • mavi ton 15.
RGB:
(245,51,15)
(96%,20%,6%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 51 of 255 = 20%
B 15 of 255 = 6%

245
51
15

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 51 + 15 = 311 (100%)
R 245 of 311 ~ 78.78%
G 51 of 311 ~ 16.4%
B 15 of 311 ~ 4.82%

%78.78
%16.4

CMYK RENK MODELİ

#F5330F rengi CMYK tonu (0,79,94,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 79.18%
  • sarı tonu 93.88%
  • ana renk tonu 3.92%
CMYK:
(0,79,94,4)
C0M79Y94K4 
(0%,79%,94%,4%)
(0.00/0.79/0.94/0.04)	

CMYK yüzdeleri

%0
%79.18
%93.88
%3.92

Codes

Color #F5330F in popluar color models

F5330F
RGB2455115
HSL92.00%50.98%
HSB/HSV93.88%96.08%
CMYK0.00%79.18%93.88%
3.92%

Color #F5330F in popluar number systems.

HEXF5330F
Decimal2455115
Binary111101011100111111
Octal3656317

Shades and tints

Shades of #F5330F

#F5330F
(245,51,15)
#DF2F0E
(223,47,14)
#C92B0D
(201,43,13)
#B3270C
(179,39,12)
#9D230B
(157,35,11)
#871F0A
(135,31,10)
#711B09
(113,27,9)
#5B1708
(91,23,8)
#451307
(69,19,7)
#2F0F06
(47,15,6)
#190B05
(25,11,5)
#000000
(0,0,0)

Tints of #F5330F

#F5330F
(245,51,15)
#F54524
(245,69,36)
#F55739
(245,87,57)
#F5694E
(245,105,78)
#F57B63
(245,123,99)
#F58D78
(245,141,120)
#F59F8D
(245,159,141)
#F5B1A2
(245,177,162)
#F5C3B7
(245,195,183)
#F5D5CC
(245,213,204)
#F5E7E1
(245,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5330F color. Also use rgb(245,51,15) instead hex code.

Text Font Color

.myTextColor { color: #F5330F; }

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

This text font color is #F5330F.


Background Color

.myBgColor { background-color: #F5330F; }

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

This div background color is #F5330F.


Border color

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

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

This div border color is #F5330F.


Opacity

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

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

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

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

This text has shadow with #F5330F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5330F on black background.


Color preview on white background

This text has color #F5330F on white background.



Black color preview on #F5330F background

This text has black color on #F5330F background.


White color preview on #F5330F background

This text has white color on #F5330F background.