COLOR #FE2009

HEX: #FE2009
RGB: (254,32,9)

Color info

#FE2009 contains mainly red color. Web safe color of #FE2009 is #FF3300 (or #F30).

RGB color model

#FE2009 color RGB value is (254,32,9).

  • red value is 254;
  • green value is 32;
  • blue value is 9.
RGB:
(254,32,9)
(100%,13%,4%)

RGB channels and saturation

R 254 of 255 = 100%
G 32 of 255 = 13%
B 9 of 255 = 4%

254
32
9

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

Portions of RGB colors in percentages

R + G + B =
254 + 32 + 9 = 295 (100%)
R 254 of 295 ~ 86.1%
G 32 of 295 ~ 10.85%
B 9 of 295 ~ 3.05%

%86.1
%10.85

CMYK color model

#FE2009 color CMYK value is (0,87,96,0).

  • cyan value is 0.00%
  • magenta value is 87.40%
  • yellow value is 96.46%
  • key color value is 0.39%
CMYK:
(0,87,96,0)
C0M87Y96K0 
(0%,87%,96%,0%)
(0.00/0.87/0.96/0.00)	

CMYK percentages

%0
%87.4
%96.46
%0.39

Codes

Color #FE2009 in popluar color models

FE2009
RGB254329
HSL99.19%51.57%
HSB/HSV96.46%99.61%
CMYK0.00%87.40%96.46%
0.39%

Color #FE2009 in popluar number systems.

HEXFE2009
Decimal254329
Binary111111101000001001
Octal3764011

Shades and tints

Shades of #FE2009

#FE2009
(254,32,9)
#E71E09
(231,30,9)
#D01C09
(208,28,9)
#B91A09
(185,26,9)
#A21809
(162,24,9)
#8B1609
(139,22,9)
#741409
(116,20,9)
#5D1209
(93,18,9)
#461009
(70,16,9)
#2F0E09
(47,14,9)
#180C09
(24,12,9)
#000000
(0,0,0)

Tints of #FE2009

#FE2009
(254,32,9)
#FE341F
(254,52,31)
#FE4835
(254,72,53)
#FE5C4B
(254,92,75)
#FE7061
(254,112,97)
#FE8477
(254,132,119)
#FE988D
(254,152,141)
#FEACA3
(254,172,163)
#FEC0B9
(254,192,185)
#FED4CF
(254,212,207)
#FEE8E5
(254,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE2009 color. Also use rgb(254,32,9) instead hex code.

Text Font Color

.myTextColor { color: #FE2009; }

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

This text font color is #FE2009.


Background Color

.myBgColor { background-color: #FE2009; }

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

This div background color is #FE2009.


Border color

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

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

This div border color is #FE2009.


Opacity

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

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

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

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

This text has shadow with #FE2009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE2009 on black background.


Color preview on white background

This text has color #FE2009 on white background.



Black color preview on #FE2009 background

This text has black color on #FE2009 background.


White color preview on #FE2009 background

This text has white color on #FE2009 background.