COLOR #F9012E

HEX: #F9012E
RGB: (249,1,46)

Renk bilgisi

#F9012E contains mainly red color. #F9012E ‘ nin web güvenlik rengi #FF0033 (ya da #F03) dir.

RGB renk modeli

#F9012E color RGB value is (249,1,46).

  • kırmız ton 249;
  • yeşil ton 1;
  • mavi ton 46.
RGB:
(249,1,46)
(98%,0%,18%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 1 of 255 = 0%
B 46 of 255 = 18%

249
1
46

R + G + B ~ 39%. #F9012E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 1 + 46 = 296 (100%)
R 249 of 296 ~ 84.12%
G 1 of 296 ~ 0.34%
B 46 of 296 ~ 15.54%

%84.12
%15.54

CMYK RENK MODELİ

#F9012E rengi CMYK tonu (0,100,82,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 99.60%
  • sarı tonu 81.53%
  • ana renk tonu 2.35%
CMYK:
(0,100,82,2)
C0M100Y82K2 
(0%,100%,82%,2%)
(0.00/1.00/0.82/0.02)	

CMYK yüzdeleri

%0
%99.6
%81.53
%2.35

Codes

Color #F9012E in popluar color models

F9012E
RGB249146
HSL349°99.20%49.02%
HSB/HSV349°99.60%97.65%
CMYK0.00%99.60%81.53%
2.35%

Color #F9012E in popluar number systems.

HEXF9012E
Decimal249146
Binary111110011101110
Octal371156

Shades and tints

Shades of #F9012E

#F9012E
(249,1,46)
#E3012A
(227,1,42)
#CD0126
(205,1,38)
#B70122
(183,1,34)
#A1011E
(161,1,30)
#8B011A
(139,1,26)
#750116
(117,1,22)
#5F0112
(95,1,18)
#49010E
(73,1,14)
#33010A
(51,1,10)
#1D0106
(29,1,6)
#000000
(0,0,0)

Tints of #F9012E

#F9012E
(249,1,46)
#F91841
(249,24,65)
#F92F54
(249,47,84)
#F94667
(249,70,103)
#F95D7A
(249,93,122)
#F9748D
(249,116,141)
#F98BA0
(249,139,160)
#F9A2B3
(249,162,179)
#F9B9C6
(249,185,198)
#F9D0D9
(249,208,217)
#F9E7EC
(249,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9012E color. Also use rgb(249,1,46) instead hex code.

Text Font Color

.myTextColor { color: #F9012E; }

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

This text font color is #F9012E.


Background Color

.myBgColor { background-color: #F9012E; }

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

This div background color is #F9012E.


Border color

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

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

This div border color is #F9012E.


Opacity

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

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

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

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

This text has shadow with #F9012E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9012E on black background.


Color preview on white background

This text has color #F9012E on white background.



Black color preview on #F9012E background

This text has black color on #F9012E background.


White color preview on #F9012E background

This text has white color on #F9012E background.