COLOR #F51E06

HEX: #F51E06
RGB: (245,30,6)

Color info

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

RGB color model

#F51E06 color RGB value is (245,30,6).

  • red value is 245;
  • green value is 30;
  • blue value is 6.
RGB:
(245,30,6)
(96%,12%,2%)

RGB channels and saturation

R 245 of 255 = 96%
G 30 of 255 = 12%
B 6 of 255 = 2%

245
30
6

R + G + B ~ 37%. #F51E06 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
245 + 30 + 6 = 281 (100%)
R 245 of 281 ~ 87.19%
G 30 of 281 ~ 10.68%
B 6 of 281 ~ 2.14%

%87.19
%10.68

CMYK color model

#F51E06 color CMYK value is (0,88,98,4).

  • cyan value is 0.00%
  • magenta value is 87.76%
  • yellow value is 97.55%
  • key color value is 3.92%
CMYK:
(0,88,98,4)
C0M88Y98K4 
(0%,88%,98%,4%)
(0.00/0.88/0.98/0.04)	

CMYK percentages

%0
%87.76
%97.55
%3.92

Codes

Color #F51E06 in popluar color models

F51E06
RGB245306
HSL95.22%49.22%
HSB/HSV97.55%96.08%
CMYK0.00%87.76%97.55%
3.92%

Color #F51E06 in popluar number systems.

HEXF51E06
Decimal245306
Binary1111010111110110
Octal365366

Shades and tints

Shades of #F51E06

#F51E06
(245,30,6)
#DF1C06
(223,28,6)
#C91A06
(201,26,6)
#B31806
(179,24,6)
#9D1606
(157,22,6)
#871406
(135,20,6)
#711206
(113,18,6)
#5B1006
(91,16,6)
#450E06
(69,14,6)
#2F0C06
(47,12,6)
#190A06
(25,10,6)
#000000
(0,0,0)

Tints of #F51E06

#F51E06
(245,30,6)
#F5321C
(245,50,28)
#F54632
(245,70,50)
#F55A48
(245,90,72)
#F56E5E
(245,110,94)
#F58274
(245,130,116)
#F5968A
(245,150,138)
#F5AAA0
(245,170,160)
#F5BEB6
(245,190,182)
#F5D2CC
(245,210,204)
#F5E6E2
(245,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F51E06 color. Also use rgb(245,30,6) instead hex code.

Text Font Color

.myTextColor { color: #F51E06; }

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

This text font color is #F51E06.


Background Color

.myBgColor { background-color: #F51E06; }

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

This div background color is #F51E06.


Border color

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

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

This div border color is #F51E06.


Opacity

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

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

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

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

This text has shadow with #F51E06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F51E06 on black background.


Color preview on white background

This text has color #F51E06 on white background.



Black color preview on #F51E06 background

This text has black color on #F51E06 background.


White color preview on #F51E06 background

This text has white color on #F51E06 background.