COLOR #F5630E

HEX: #F5630E
RGB: (245,99,14)

Renk bilgisi

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

RGB renk modeli

#F5630E color RGB value is (245,99,14).

  • kırmız ton 245;
  • yeşil ton 99;
  • mavi ton 14.
RGB:
(245,99,14)
(96%,39%,5%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 99 of 255 = 39%
B 14 of 255 = 5%

245
99
14

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 99 + 14 = 358 (100%)
R 245 of 358 ~ 68.44%
G 99 of 358 ~ 27.65%
B 14 of 358 ~ 3.91%

%68.44
%27.65

CMYK RENK MODELİ

#F5630E rengi CMYK tonu (0,60,94,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.59%
  • sarı tonu 94.29%
  • ana renk tonu 3.92%
CMYK:
(0,60,94,4)
C0M60Y94K4 
(0%,60%,94%,4%)
(0.00/0.60/0.94/0.04)	

CMYK yüzdeleri

%0
%59.59
%94.29
%3.92

Codes

Color #F5630E in popluar color models

F5630E
RGB2459914
HSL22°92.03%50.78%
HSB/HSV22°94.29%96.08%
CMYK0.00%59.59%94.29%
3.92%

Color #F5630E in popluar number systems.

HEXF5630E
Decimal2459914
Binary1111010111000111110
Octal36514316

Shades and tints

Shades of #F5630E

#F5630E
(245,99,14)
#DF5A0D
(223,90,13)
#C9510C
(201,81,12)
#B3480B
(179,72,11)
#9D3F0A
(157,63,10)
#873609
(135,54,9)
#712D08
(113,45,8)
#5B2407
(91,36,7)
#451B06
(69,27,6)
#2F1205
(47,18,5)
#190904
(25,9,4)
#000000
(0,0,0)

Tints of #F5630E

#F5630E
(245,99,14)
#F57123
(245,113,35)
#F57F38
(245,127,56)
#F58D4D
(245,141,77)
#F59B62
(245,155,98)
#F5A977
(245,169,119)
#F5B78C
(245,183,140)
#F5C5A1
(245,197,161)
#F5D3B6
(245,211,182)
#F5E1CB
(245,225,203)
#F5EFE0
(245,239,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5630E color. Also use rgb(245,99,14) instead hex code.

Text Font Color

.myTextColor { color: #F5630E; }

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

This text font color is #F5630E.


Background Color

.myBgColor { background-color: #F5630E; }

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

This div background color is #F5630E.


Border color

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

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

This div border color is #F5630E.


Opacity

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

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

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

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

This text has shadow with #F5630E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5630E on black background.


Color preview on white background

This text has color #F5630E on white background.



Black color preview on #F5630E background

This text has black color on #F5630E background.


White color preview on #F5630E background

This text has white color on #F5630E background.