COLOR #F05F1A

HEX: #F05F1A
RGB: (240,95,26)

Color info

#F05F1A contains mainly red color. Web safe color of #F05F1A is #FF6600 (or #F60).

RGB color model

#F05F1A color RGB value is (240,95,26).

  • red value is 240;
  • green value is 95;
  • blue value is 26.
RGB:
(240,95,26)
(94%,37%,10%)

RGB channels and saturation

R 240 of 255 = 94%
G 95 of 255 = 37%
B 26 of 255 = 10%

240
95
26

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

Portions of RGB colors in percentages

R + G + B =
240 + 95 + 26 = 361 (100%)
R 240 of 361 ~ 66.48%
G 95 of 361 ~ 26.32%
B 26 of 361 ~ 7.2%

%66.48
%26.32

CMYK color model

#F05F1A color CMYK value is (0,60,89,6).

  • cyan value is 0.00%
  • magenta value is 60.42%
  • yellow value is 89.17%
  • key color value is 5.88%
CMYK:
(0,60,89,6)
C0M60Y89K6 
(0%,60%,89%,6%)
(0.00/0.60/0.89/0.06)	

CMYK percentages

%0
%60.42
%89.17
%5.88

Codes

Color #F05F1A in popluar color models

F05F1A
RGB2409526
HSL19°87.70%52.16%
HSB/HSV19°89.17%94.12%
CMYK0.00%60.42%89.17%
5.88%

Color #F05F1A in popluar number systems.

HEXF05F1A
Decimal2409526
Binary11110000101111111010
Octal36013732

Shades and tints

Shades of #F05F1A

#F05F1A
(240,95,26)
#DB5718
(219,87,24)
#C64F16
(198,79,22)
#B14714
(177,71,20)
#9C3F12
(156,63,18)
#873710
(135,55,16)
#722F0E
(114,47,14)
#5D270C
(93,39,12)
#481F0A
(72,31,10)
#331708
(51,23,8)
#1E0F06
(30,15,6)
#000000
(0,0,0)

Tints of #F05F1A

#F05F1A
(240,95,26)
#F16D2E
(241,109,46)
#F27B42
(242,123,66)
#F38956
(243,137,86)
#F4976A
(244,151,106)
#F5A57E
(245,165,126)
#F6B392
(246,179,146)
#F7C1A6
(247,193,166)
#F8CFBA
(248,207,186)
#F9DDCE
(249,221,206)
#FAEBE2
(250,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F05F1A color. Also use rgb(240,95,26) instead hex code.

Text Font Color

.myTextColor { color: #F05F1A; }

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

This text font color is #F05F1A.


Background Color

.myBgColor { background-color: #F05F1A; }

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

This div background color is #F05F1A.


Border color

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

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

This div border color is #F05F1A.


Opacity

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

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

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

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

This text has shadow with #F05F1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F05F1A on black background.


Color preview on white background

This text has color #F05F1A on white background.



Black color preview on #F05F1A background

This text has black color on #F05F1A background.


White color preview on #F05F1A background

This text has white color on #F05F1A background.