COLOR #F9364A

HEX: #F9364A
RGB: (249,54,74)

Renk bilgisi

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

RGB renk modeli

#F9364A color RGB value is (249,54,74).

  • kırmız ton 249;
  • yeşil ton 54;
  • mavi ton 74.
RGB:
(249,54,74)
(98%,21%,29%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 54 of 255 = 21%
B 74 of 255 = 29%

249
54
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 54 + 74 = 377 (100%)
R 249 of 377 ~ 66.05%
G 54 of 377 ~ 14.32%
B 74 of 377 ~ 19.63%

%66.05
%14.32
%19.63

CMYK RENK MODELİ

#F9364A rengi CMYK tonu (0,78,70,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 78.31%
  • sarı tonu 70.28%
  • ana renk tonu 2.35%
CMYK:
(0,78,70,2)
C0M78Y70K2 
(0%,78%,70%,2%)
(0.00/0.78/0.70/0.02)	

CMYK yüzdeleri

%0
%78.31
%70.28
%2.35

Codes

Color #F9364A in popluar color models

F9364A
RGB2495474
HSL354°94.20%59.41%
HSB/HSV354°78.31%97.65%
CMYK0.00%78.31%70.28%
2.35%

Color #F9364A in popluar number systems.

HEXF9364A
Decimal2495474
Binary111110011101101001010
Octal37166112

Shades and tints

Shades of #F9364A

#F9364A
(249,54,74)
#E33244
(227,50,68)
#CD2E3E
(205,46,62)
#B72A38
(183,42,56)
#A12632
(161,38,50)
#8B222C
(139,34,44)
#751E26
(117,30,38)
#5F1A20
(95,26,32)
#49161A
(73,22,26)
#331214
(51,18,20)
#1D0E0E
(29,14,14)
#000000
(0,0,0)

Tints of #F9364A

#F9364A
(249,54,74)
#F9485A
(249,72,90)
#F95A6A
(249,90,106)
#F96C7A
(249,108,122)
#F97E8A
(249,126,138)
#F9909A
(249,144,154)
#F9A2AA
(249,162,170)
#F9B4BA
(249,180,186)
#F9C6CA
(249,198,202)
#F9D8DA
(249,216,218)
#F9EAEA
(249,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9364A color. Also use rgb(249,54,74) instead hex code.

Text Font Color

.myTextColor { color: #F9364A; }

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

This text font color is #F9364A.


Background Color

.myBgColor { background-color: #F9364A; }

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

This div background color is #F9364A.


Border color

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

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

This div border color is #F9364A.


Opacity

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

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

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

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

This text has shadow with #F9364A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9364A on black background.


Color preview on white background

This text has color #F9364A on white background.



Black color preview on #F9364A background

This text has black color on #F9364A background.


White color preview on #F9364A background

This text has white color on #F9364A background.