COLOR #F0502D

HEX: #F0502D
RGB: (240,80,45)

Color info

#F0502D contains mainly red color. Web safe color of #F0502D is #FF6633 (or #F63).

RGB color model

#F0502D color RGB value is (240,80,45).

  • red value is 240;
  • green value is 80;
  • blue value is 45.
RGB:
(240,80,45)
(94%,31%,18%)

RGB channels and saturation

R 240 of 255 = 94%
G 80 of 255 = 31%
B 45 of 255 = 18%

240
80
45

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

Portions of RGB colors in percentages

R + G + B =
240 + 80 + 45 = 365 (100%)
R 240 of 365 ~ 65.75%
G 80 of 365 ~ 21.92%
B 45 of 365 ~ 12.33%

%65.75
%21.92
%12.33

CMYK color model

#F0502D color CMYK value is (0,67,81,6).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 81.25%
  • key color value is 5.88%
CMYK:
(0,67,81,6)
C0M67Y81K6 
(0%,67%,81%,6%)
(0.00/0.67/0.81/0.06)	

CMYK percentages

%0
%66.67
%81.25
%5.88

Codes

Color #F0502D in popluar color models

F0502D
RGB2408045
HSL11°86.67%55.88%
HSB/HSV11°81.25%94.12%
CMYK0.00%66.67%81.25%
5.88%

Color #F0502D in popluar number systems.

HEXF0502D
Decimal2408045
Binary111100001010000101101
Octal36012055

Shades and tints

Shades of #F0502D

#F0502D
(240,80,45)
#DB4929
(219,73,41)
#C64225
(198,66,37)
#B13B21
(177,59,33)
#9C341D
(156,52,29)
#872D19
(135,45,25)
#722615
(114,38,21)
#5D1F11
(93,31,17)
#48180D
(72,24,13)
#331109
(51,17,9)
#1E0A05
(30,10,5)
#000000
(0,0,0)

Tints of #F0502D

#F0502D
(240,80,45)
#F15F40
(241,95,64)
#F26E53
(242,110,83)
#F37D66
(243,125,102)
#F48C79
(244,140,121)
#F59B8C
(245,155,140)
#F6AA9F
(246,170,159)
#F7B9B2
(247,185,178)
#F8C8C5
(248,200,197)
#F9D7D8
(249,215,216)
#FAE6EB
(250,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0502D color. Also use rgb(240,80,45) instead hex code.

Text Font Color

.myTextColor { color: #F0502D; }

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

This text font color is #F0502D.


Background Color

.myBgColor { background-color: #F0502D; }

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

This div background color is #F0502D.


Border color

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

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

This div border color is #F0502D.


Opacity

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

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

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

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

This text has shadow with #F0502D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0502D on black background.


Color preview on white background

This text has color #F0502D on white background.



Black color preview on #F0502D background

This text has black color on #F0502D background.


White color preview on #F0502D background

This text has white color on #F0502D background.