COLOR #F09B1D

HEX: #F09B1D
RGB: (240,155,29)

Color info

#F09B1D contains mainly red color. Web safe color of #F09B1D is #FF9933 (or #F93).

RGB color model

#F09B1D color RGB value is (240,155,29).

  • red value is 240;
  • green value is 155;
  • blue value is 29.
RGB:
(240,155,29)
(94%,61%,11%)

RGB channels and saturation

R 240 of 255 = 94%
G 155 of 255 = 61%
B 29 of 255 = 11%

240
155
29

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

Portions of RGB colors in percentages

R + G + B =
240 + 155 + 29 = 424 (100%)
R 240 of 424 ~ 56.6%
G 155 of 424 ~ 36.56%
B 29 of 424 ~ 6.84%

%56.6
%36.56

CMYK color model

#F09B1D color CMYK value is (0,35,88,6).

  • cyan value is 0.00%
  • magenta value is 35.42%
  • yellow value is 87.92%
  • key color value is 5.88%
CMYK:
(0,35,88,6)
C0M35Y88K6 
(0%,35%,88%,6%)
(0.00/0.35/0.88/0.06)	

CMYK percentages

%0
%35.42
%87.92
%5.88

Codes

Color #F09B1D in popluar color models

F09B1D
RGB24015529
HSL36°87.55%52.75%
HSB/HSV36°87.92%94.12%
CMYK0.00%35.42%87.92%
5.88%

Color #F09B1D in popluar number systems.

HEXF09B1D
Decimal24015529
Binary111100001001101111101
Octal36023335

Shades and tints

Shades of #F09B1D

#F09B1D
(240,155,29)
#DB8D1B
(219,141,27)
#C67F19
(198,127,25)
#B17117
(177,113,23)
#9C6315
(156,99,21)
#875513
(135,85,19)
#724711
(114,71,17)
#5D390F
(93,57,15)
#482B0D
(72,43,13)
#331D0B
(51,29,11)
#1E0F09
(30,15,9)
#000000
(0,0,0)

Tints of #F09B1D

#F09B1D
(240,155,29)
#F1A431
(241,164,49)
#F2AD45
(242,173,69)
#F3B659
(243,182,89)
#F4BF6D
(244,191,109)
#F5C881
(245,200,129)
#F6D195
(246,209,149)
#F7DAA9
(247,218,169)
#F8E3BD
(248,227,189)
#F9ECD1
(249,236,209)
#FAF5E5
(250,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F09B1D color. Also use rgb(240,155,29) instead hex code.

Text Font Color

.myTextColor { color: #F09B1D; }

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

This text font color is #F09B1D.


Background Color

.myBgColor { background-color: #F09B1D; }

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

This div background color is #F09B1D.


Border color

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

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

This div border color is #F09B1D.


Opacity

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

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

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

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

This text has shadow with #F09B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F09B1D on black background.


Color preview on white background

This text has color #F09B1D on white background.



Black color preview on #F09B1D background

This text has black color on #F09B1D background.


White color preview on #F09B1D background

This text has white color on #F09B1D background.