COLOR #F5472E

HEX: #F5472E
RGB: (245,71,46)

Renk bilgisi

#F5472E contains mainly red color. #F5472E ‘ nin web güvenlik rengi #FF3333 (ya da #F33) dir.

RGB renk modeli

#F5472E color RGB value is (245,71,46).

  • kırmız ton 245;
  • yeşil ton 71;
  • mavi ton 46.
RGB:
(245,71,46)
(96%,28%,18%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 71 of 255 = 28%
B 46 of 255 = 18%

245
71
46

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 71 + 46 = 362 (100%)
R 245 of 362 ~ 67.68%
G 71 of 362 ~ 19.61%
B 46 of 362 ~ 12.71%

%67.68
%19.61
%12.71

CMYK RENK MODELİ

#F5472E rengi CMYK tonu (0,71,81,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 71.02%
  • sarı tonu 81.22%
  • ana renk tonu 3.92%
CMYK:
(0,71,81,4)
C0M71Y81K4 
(0%,71%,81%,4%)
(0.00/0.71/0.81/0.04)	

CMYK yüzdeleri

%0
%71.02
%81.22
%3.92

Codes

Color #F5472E in popluar color models

F5472E
RGB2457146
HSL90.87%57.06%
HSB/HSV81.22%96.08%
CMYK0.00%71.02%81.22%
3.92%

Color #F5472E in popluar number systems.

HEXF5472E
Decimal2457146
Binary111101011000111101110
Octal36510756

Shades and tints

Shades of #F5472E

#F5472E
(245,71,46)
#DF412A
(223,65,42)
#C93B26
(201,59,38)
#B33522
(179,53,34)
#9D2F1E
(157,47,30)
#87291A
(135,41,26)
#712316
(113,35,22)
#5B1D12
(91,29,18)
#45170E
(69,23,14)
#2F110A
(47,17,10)
#190B06
(25,11,6)
#000000
(0,0,0)

Tints of #F5472E

#F5472E
(245,71,46)
#F55741
(245,87,65)
#F56754
(245,103,84)
#F57767
(245,119,103)
#F5877A
(245,135,122)
#F5978D
(245,151,141)
#F5A7A0
(245,167,160)
#F5B7B3
(245,183,179)
#F5C7C6
(245,199,198)
#F5D7D9
(245,215,217)
#F5E7EC
(245,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5472E color. Also use rgb(245,71,46) instead hex code.

Text Font Color

.myTextColor { color: #F5472E; }

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

This text font color is #F5472E.


Background Color

.myBgColor { background-color: #F5472E; }

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

This div background color is #F5472E.


Border color

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

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

This div border color is #F5472E.


Opacity

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

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

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

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

This text has shadow with #F5472E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5472E on black background.


Color preview on white background

This text has color #F5472E on white background.



Black color preview on #F5472E background

This text has black color on #F5472E background.


White color preview on #F5472E background

This text has white color on #F5472E background.