COLOR #F28E09

HEX: #F28E09
RGB: (242,142,9)

Color info

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

RGB color model

#F28E09 color RGB value is (242,142,9).

  • red value is 242;
  • green value is 142;
  • blue value is 9.
RGB:
(242,142,9)
(95%,56%,4%)

RGB channels and saturation

R 242 of 255 = 95%
G 142 of 255 = 56%
B 9 of 255 = 4%

242
142
9

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

Portions of RGB colors in percentages

R + G + B =
242 + 142 + 9 = 393 (100%)
R 242 of 393 ~ 61.58%
G 142 of 393 ~ 36.13%
B 9 of 393 ~ 2.29%

%61.58
%36.13

CMYK color model

#F28E09 color CMYK value is (0,41,96,5).

  • cyan value is 0.00%
  • magenta value is 41.32%
  • yellow value is 96.28%
  • key color value is 5.10%
CMYK:
(0,41,96,5)
C0M41Y96K5 
(0%,41%,96%,5%)
(0.00/0.41/0.96/0.05)	

CMYK percentages

%0
%41.32
%96.28
%5.1

Codes

Color #F28E09 in popluar color models

F28E09
RGB2421429
HSL34°92.83%49.22%
HSB/HSV34°96.28%94.90%
CMYK0.00%41.32%96.28%
5.10%

Color #F28E09 in popluar number systems.

HEXF28E09
Decimal2421429
Binary11110010100011101001
Octal36221611

Shades and tints

Shades of #F28E09

#F28E09
(242,142,9)
#DC8209
(220,130,9)
#C67609
(198,118,9)
#B06A09
(176,106,9)
#9A5E09
(154,94,9)
#845209
(132,82,9)
#6E4609
(110,70,9)
#583A09
(88,58,9)
#422E09
(66,46,9)
#2C2209
(44,34,9)
#161609
(22,22,9)
#000000
(0,0,0)

Tints of #F28E09

#F28E09
(242,142,9)
#F3981F
(243,152,31)
#F4A235
(244,162,53)
#F5AC4B
(245,172,75)
#F6B661
(246,182,97)
#F7C077
(247,192,119)
#F8CA8D
(248,202,141)
#F9D4A3
(249,212,163)
#FADEB9
(250,222,185)
#FBE8CF
(251,232,207)
#FCF2E5
(252,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F28E09 color. Also use rgb(242,142,9) instead hex code.

Text Font Color

.myTextColor { color: #F28E09; }

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

This text font color is #F28E09.


Background Color

.myBgColor { background-color: #F28E09; }

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

This div background color is #F28E09.


Border color

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

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

This div border color is #F28E09.


Opacity

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

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

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

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

This text has shadow with #F28E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F28E09 on black background.


Color preview on white background

This text has color #F28E09 on white background.



Black color preview on #F28E09 background

This text has black color on #F28E09 background.


White color preview on #F28E09 background

This text has white color on #F28E09 background.