COLOR #F0581B

HEX: #F0581B
RGB: (240,88,27)

Color info

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

RGB color model

#F0581B color RGB value is (240,88,27).

  • red value is 240;
  • green value is 88;
  • blue value is 27.
RGB:
(240,88,27)
(94%,35%,11%)

RGB channels and saturation

R 240 of 255 = 94%
G 88 of 255 = 35%
B 27 of 255 = 11%

240
88
27

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

Portions of RGB colors in percentages

R + G + B =
240 + 88 + 27 = 355 (100%)
R 240 of 355 ~ 67.61%
G 88 of 355 ~ 24.79%
B 27 of 355 ~ 7.61%

%67.61
%24.79

CMYK color model

#F0581B color CMYK value is (0,63,89,6).

  • cyan value is 0.00%
  • magenta value is 63.33%
  • yellow value is 88.75%
  • key color value is 5.88%
CMYK:
(0,63,89,6)
C0M63Y89K6 
(0%,63%,89%,6%)
(0.00/0.63/0.89/0.06)	

CMYK percentages

%0
%63.33
%88.75
%5.88

Codes

Color #F0581B in popluar color models

F0581B
RGB2408827
HSL17°87.65%52.35%
HSB/HSV17°88.75%94.12%
CMYK0.00%63.33%88.75%
5.88%

Color #F0581B in popluar number systems.

HEXF0581B
Decimal2408827
Binary11110000101100011011
Octal36013033

Shades and tints

Shades of #F0581B

#F0581B
(240,88,27)
#DB5019
(219,80,25)
#C64817
(198,72,23)
#B14015
(177,64,21)
#9C3813
(156,56,19)
#873011
(135,48,17)
#72280F
(114,40,15)
#5D200D
(93,32,13)
#48180B
(72,24,11)
#331009
(51,16,9)
#1E0807
(30,8,7)
#000000
(0,0,0)

Tints of #F0581B

#F0581B
(240,88,27)
#F1672F
(241,103,47)
#F27643
(242,118,67)
#F38557
(243,133,87)
#F4946B
(244,148,107)
#F5A37F
(245,163,127)
#F6B293
(246,178,147)
#F7C1A7
(247,193,167)
#F8D0BB
(248,208,187)
#F9DFCF
(249,223,207)
#FAEEE3
(250,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0581B color. Also use rgb(240,88,27) instead hex code.

Text Font Color

.myTextColor { color: #F0581B; }

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

This text font color is #F0581B.


Background Color

.myBgColor { background-color: #F0581B; }

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

This div background color is #F0581B.


Border color

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

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

This div border color is #F0581B.


Opacity

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

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

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

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

This text has shadow with #F0581B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0581B on black background.


Color preview on white background

This text has color #F0581B on white background.



Black color preview on #F0581B background

This text has black color on #F0581B background.


White color preview on #F0581B background

This text has white color on #F0581B background.