COLOR #F04A2D

HEX: #F04A2D RGB: (240,74,45)

Color info

#F04A2D contains mainly red color. Web safe color of #F04A2D is #FF3333 (or #F33).

RGB color model

#F04A2D color RGB value is (240,74,45).

RGB: (240,74,45) (94%, 29%, 18%)

RGB channels and saturation

R 240 of 255 = 94%
G 74 of 255 = 29%
B 45 of 255 = 18%

240
74
45

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

Portions of RGB colors in percentages

R + G + B = 240 + 74 + 45 = 359 (100%)
R 240 of 359 ~ 66.85%
G 74 of 359 ~ 20.61%
B 45 of 359 ~ 12.53'%

%66.85
%20.61
%12.53

CMYK color model

#F04A2D color CMYK value is (0,69,81,6).

  • cyan value is 0.00%
  • magenta value is 69.17%
  • yellow value is 81.25%
  • key color value is 5.88%

CMYK: (0,69,81,6)
C0M69Y81K6 (0%, 69%, 81%, 6%)
(0.00 / 0.69 / 0.81 / 0.06)

CMYK percentages

%0
%69.17
%81.25
%5.88

Codes

Color #F04A2D in popluar color models

F0 4A 2D
RGB 240 74 45
HSL 86.67% 55.88%
HSB/HSV 81.25% 94.12%
CMYK 0.00% 69.17% 81.25%
5.88%

Color #F04A2D in popluar number systems.

HEX F0 4A 2D
Decimal 240 74 45
Binary 11110000 1001010 101101
Octal 360 112 55

Shades and tints

Shades of #F04A2D

#F04A2D
(240,74,45)
#DB4429
(219,68,41)
#C63E25
(198,62,37)
#B13821
(177,56,33)
#9C321D
(156,50,29)
#872C19
(135,44,25)
#722615
(114,38,21)
#5D2011
(93,32,17)
#481A0D
(72,26,13)
#331409
(51,20,9)
#1E0E05
(30,14,5)
#000000
(0,0,0)

Tints of #F04A2D

#F04A2D
(240,74,45)
#F15A40
(241,90,64)
#F26A53
(242,106,83)
#F37A66
(243,122,102)
#F48A79
(244,138,121)
#F59A8C
(245,154,140)
#F6AA9F
(246,170,159)
#F7BAB2
(247,186,178)
#F8CAC5
(248,202,197)
#F9DAD8
(249,218,216)
#FAEAEB
(250,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F04A2D; }

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

This text font color is #F04A2D.

Background Color

.myBgColor { background-color: #F04A2D; }

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

This div background color is #F04A2D.

Border color

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

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

This div border color is #F04A2D.

Opacity

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

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

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

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

This text has shadow with #F04A2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F04A2D.

Preview

Color preview on black background

This text has color #F04A2D on black background.


Color preview on white background

This text has color #F04A2D on white background.


Black color preview on #F04A2D background

This text has black color on #F04A2D background.


White color preview on #F04A2D background

This text has white color on #F04A2D background.


Related colors

Complementary color

Complementary color for #hex is #0FB5D2.


I love getcolorcode.com

Triadic colors

1 #2DF04A and #4A2DF0 with #F04A2D are triadic colors.

2 #2D4AF0 and #4AF02D with #F04A2D are triadic colors.