COLOR #FE090B

HEX: #FE090B
RGB: (254,9,11)

Color info

#FE090B contains mainly red color. Web safe color of #FE090B is #FF0000 (or #F00).

RGB color model

#FE090B color RGB value is (254,9,11).

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

RGB channels and saturation

R 254 of 255 = 100%
G 9 of 255 = 4%
B 11 of 255 = 4%

254
9
11

R + G + B ~ 36%. #FE090B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
254 + 9 + 11 = 274 (100%)
R 254 of 274 ~ 92.7%
G 9 of 274 ~ 3.28%
B 11 of 274 ~ 4.01%

%92.7

CMYK color model

#FE090B color CMYK value is (0,96,96,0).

  • cyan value is 0.00%
  • magenta value is 96.46%
  • yellow value is 95.67%
  • key color value is 0.39%
CMYK:
(0,96,96,0)
C0M96Y96K0 
(0%,96%,96%,0%)
(0.00/0.96/0.96/0.00)	

CMYK percentages

%0
%96.46
%95.67
%0.39

Codes

Color #FE090B in popluar color models

FE090B
RGB254911
HSL360°99.19%51.57%
HSB/HSV360°96.46%99.61%
CMYK0.00%96.46%95.67%
0.39%

Color #FE090B in popluar number systems.

HEXFE090B
Decimal254911
Binary1111111010011011
Octal3761113

Shades and tints

Shades of #FE090B

#FE090B
(254,9,11)
#E7090A
(231,9,10)
#D00909
(208,9,9)
#B90908
(185,9,8)
#A20907
(162,9,7)
#8B0906
(139,9,6)
#740905
(116,9,5)
#5D0904
(93,9,4)
#460903
(70,9,3)
#2F0902
(47,9,2)
#180901
(24,9,1)
#000000
(0,0,0)

Tints of #FE090B

#FE090B
(254,9,11)
#FE1F21
(254,31,33)
#FE3537
(254,53,55)
#FE4B4D
(254,75,77)
#FE6163
(254,97,99)
#FE7779
(254,119,121)
#FE8D8F
(254,141,143)
#FEA3A5
(254,163,165)
#FEB9BB
(254,185,187)
#FECFD1
(254,207,209)
#FEE5E7
(254,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE090B; }

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

This text font color is #FE090B.


Background Color

.myBgColor { background-color: #FE090B; }

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

This div background color is #FE090B.


Border color

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

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

This div border color is #FE090B.


Opacity

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

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

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

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

This text has shadow with #FE090B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE090B on black background.


Color preview on white background

This text has color #FE090B on white background.



Black color preview on #FE090B background

This text has black color on #FE090B background.


White color preview on #FE090B background

This text has white color on #FE090B background.