COLOR #F09800

HEX: #F09800
RGB: (240,152,0)

Color info

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

RGB color model

#F09800 color RGB value is (240,152,0).

  • red value is 240;
  • green value is 152;
  • blue value is 0.
RGB:
(240,152,0)
(94%,60%,0%)

RGB channels and saturation

R 240 of 255 = 94%
G 152 of 255 = 60%
B 0 of 255 = 0%

240
152
0

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

Portions of RGB colors in percentages

R + G + B =
240 + 152 + 0 = 392 (100%)
R 240 of 392 ~ 61.22%
G 152 of 392 ~ 38.78%
B 0 of 392 ~ 0%

%61.22
%38.78

CMYK color model

#F09800 color CMYK value is (0,37,100,6).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 100.00%
  • key color value is 5.88%
CMYK:
(0,37,100,6)
C0M37Y100K6 
(0%,37%,100%,6%)
(0.00/0.37/1.00/0.06)	

CMYK percentages

%0
%36.67
%100
%5.88

Codes

Color #F09800 in popluar color models

F09800
RGB2401520
HSL38°100.00%47.06%
HSB/HSV38°100.00%94.12%
CMYK0.00%36.67%100.00%
5.88%

Color #F09800 in popluar number systems.

HEXF09800
Decimal2401520
Binary11110000100110000
Octal3602300

Shades and tints

Shades of #F09800

#F09800
(240,152,0)
#DB8B00
(219,139,0)
#C67E00
(198,126,0)
#B17100
(177,113,0)
#9C6400
(156,100,0)
#875700
(135,87,0)
#724A00
(114,74,0)
#5D3D00
(93,61,0)
#483000
(72,48,0)
#332300
(51,35,0)
#1E1600
(30,22,0)
#000000
(0,0,0)

Tints of #F09800

#F09800
(240,152,0)
#F1A117
(241,161,23)
#F2AA2E
(242,170,46)
#F3B345
(243,179,69)
#F4BC5C
(244,188,92)
#F5C573
(245,197,115)
#F6CE8A
(246,206,138)
#F7D7A1
(247,215,161)
#F8E0B8
(248,224,184)
#F9E9CF
(249,233,207)
#FAF2E6
(250,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F09800 color. Also use rgb(240,152,0) instead hex code.

Text Font Color

.myTextColor { color: #F09800; }

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

This text font color is #F09800.


Background Color

.myBgColor { background-color: #F09800; }

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

This div background color is #F09800.


Border color

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

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

This div border color is #F09800.


Opacity

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

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

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

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

This text has shadow with #F09800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F09800 on black background.


Color preview on white background

This text has color #F09800 on white background.



Black color preview on #F09800 background

This text has black color on #F09800 background.


White color preview on #F09800 background

This text has white color on #F09800 background.