COLOR #F0910A

HEX: #F0910A
RGB: (240,145,10)

Color info

#F0910A contains mainly red color. Web safe color of #F0910A is #FF9900 (or #F90).

RGB color model

#F0910A color RGB value is (240,145,10).

  • red value is 240;
  • green value is 145;
  • blue value is 10.
RGB:
(240,145,10)
(94%,57%,4%)

RGB channels and saturation

R 240 of 255 = 94%
G 145 of 255 = 57%
B 10 of 255 = 4%

240
145
10

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

Portions of RGB colors in percentages

R + G + B =
240 + 145 + 10 = 395 (100%)
R 240 of 395 ~ 60.76%
G 145 of 395 ~ 36.71%
B 10 of 395 ~ 2.53%

%60.76
%36.71

CMYK color model

#F0910A color CMYK value is (0,40,96,6).

  • cyan value is 0.00%
  • magenta value is 39.58%
  • yellow value is 95.83%
  • key color value is 5.88%
CMYK:
(0,40,96,6)
C0M40Y96K6 
(0%,40%,96%,6%)
(0.00/0.40/0.96/0.06)	

CMYK percentages

%0
%39.58
%95.83
%5.88

Codes

Color #F0910A in popluar color models

F0910A
RGB24014510
HSL35°92.00%49.02%
HSB/HSV35°95.83%94.12%
CMYK0.00%39.58%95.83%
5.88%

Color #F0910A in popluar number systems.

HEXF0910A
Decimal24014510
Binary11110000100100011010
Octal36022112

Shades and tints

Shades of #F0910A

#F0910A
(240,145,10)
#DB840A
(219,132,10)
#C6770A
(198,119,10)
#B16A0A
(177,106,10)
#9C5D0A
(156,93,10)
#87500A
(135,80,10)
#72430A
(114,67,10)
#5D360A
(93,54,10)
#48290A
(72,41,10)
#331C0A
(51,28,10)
#1E0F0A
(30,15,10)
#000000
(0,0,0)

Tints of #F0910A

#F0910A
(240,145,10)
#F19B20
(241,155,32)
#F2A536
(242,165,54)
#F3AF4C
(243,175,76)
#F4B962
(244,185,98)
#F5C378
(245,195,120)
#F6CD8E
(246,205,142)
#F7D7A4
(247,215,164)
#F8E1BA
(248,225,186)
#F9EBD0
(249,235,208)
#FAF5E6
(250,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0910A color. Also use rgb(240,145,10) instead hex code.

Text Font Color

.myTextColor { color: #F0910A; }

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

This text font color is #F0910A.


Background Color

.myBgColor { background-color: #F0910A; }

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

This div background color is #F0910A.


Border color

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

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

This div border color is #F0910A.


Opacity

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

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

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

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

This text has shadow with #F0910A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0910A on black background.


Color preview on white background

This text has color #F0910A on white background.



Black color preview on #F0910A background

This text has black color on #F0910A background.


White color preview on #F0910A background

This text has white color on #F0910A background.