COLOR #F0990E

HEX: #F0990E RGB: (240,153,14)

Color info

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

RGB color model

#F0990E color RGB value is (240,153,14).

RGB: (240,153,14) (94%, 60%, 5%)

RGB channels and saturation

R 240 of 255 = 94%
G 153 of 255 = 60%
B 14 of 255 = 5%

240
153
14

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

Portions of RGB colors in percentages

R + G + B = 240 + 153 + 14 = 407 (100%)
R 240 of 407 ~ 58.97%
G 153 of 407 ~ 37.59%
B 14 of 407 ~ 3.44'%

%58.97
%37.59

CMYK color model

#F0990E color CMYK value is (0,36,94,6).

  • cyan value is 0.00%
  • magenta value is 36.25%
  • yellow value is 94.17%
  • key color value is 5.88%

CMYK: (0,36,94,6)
C0M36Y94K6 (0%, 36%, 94%, 6%)
(0.00 / 0.36 / 0.94 / 0.06)

CMYK percentages

%0
%36.25
%94.17
%5.88

Codes

Color #F0990E in popluar color models

F0 99 0E
RGB 240 153 14
HSL 37° 88.98% 49.80%
HSB/HSV 37° 94.17% 94.12%
CMYK 0.00% 36.25% 94.17%
5.88%

Color #F0990E in popluar number systems.

HEX F0 99 0E
Decimal 240 153 14
Binary 11110000 10011001 1110
Octal 360 231 16

Shades and tints

Shades of #F0990E

#F0990E
(240,153,14)
#DB8C0D
(219,140,13)
#C67F0C
(198,127,12)
#B1720B
(177,114,11)
#9C650A
(156,101,10)
#875809
(135,88,9)
#724B08
(114,75,8)
#5D3E07
(93,62,7)
#483106
(72,49,6)
#332405
(51,36,5)
#1E1704
(30,23,4)
#000000
(0,0,0)

Tints of #F0990E

#F0990E
(240,153,14)
#F1A223
(241,162,35)
#F2AB38
(242,171,56)
#F3B44D
(243,180,77)
#F4BD62
(244,189,98)
#F5C677
(245,198,119)
#F6CF8C
(246,207,140)
#F7D8A1
(247,216,161)
#F8E1B6
(248,225,182)
#F9EACB
(249,234,203)
#FAF3E0
(250,243,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0990E color. Also use rgb(240,153,14) instead hex code.

Text Font Color

.myTextColor { color: #F0990E; }

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

This text font color is #F0990E.

Background Color

.myBgColor { background-color: #F0990E; }

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

This div background color is #F0990E.

Border color

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

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

This div border color is #F0990E.

Opacity

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

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

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

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

This text has shadow with #F0990E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0990E.

Preview

Color preview on black background

This text has color #F0990E on black background.


Color preview on white background

This text has color #F0990E on white background.


Black color preview on #F0990E background

This text has black color on #F0990E background.


White color preview on #F0990E background

This text has white color on #F0990E background.


Related colors

Complementary color

Complementary color for #hex is #0F66F1.


I love getcolorcode.com

Triadic colors

1 #0EF099 and #990EF0 with #F0990E are triadic colors.

2 #0E99F0 and #99F00E with #F0990E are triadic colors.