COLOR #F29518

HEX: #F29518
RGB: (242,149,24)

Color info

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

RGB color model

#F29518 color RGB value is (242,149,24).

  • red value is 242;
  • green value is 149;
  • blue value is 24.
RGB:
(242,149,24)
(95%,58%,9%)

RGB channels and saturation

R 242 of 255 = 95%
G 149 of 255 = 58%
B 24 of 255 = 9%

242
149
24

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

Portions of RGB colors in percentages

R + G + B =
242 + 149 + 24 = 415 (100%)
R 242 of 415 ~ 58.31%
G 149 of 415 ~ 35.9%
B 24 of 415 ~ 5.78%

%58.31
%35.9

CMYK color model

#F29518 color CMYK value is (0,38,90,5).

  • cyan value is 0.00%
  • magenta value is 38.43%
  • yellow value is 90.08%
  • key color value is 5.10%
CMYK:
(0,38,90,5)
C0M38Y90K5 
(0%,38%,90%,5%)
(0.00/0.38/0.90/0.05)	

CMYK percentages

%0
%38.43
%90.08
%5.1

Codes

Color #F29518 in popluar color models

F29518
RGB24214924
HSL34°89.34%52.16%
HSB/HSV34°90.08%94.90%
CMYK0.00%38.43%90.08%
5.10%

Color #F29518 in popluar number systems.

HEXF29518
Decimal24214924
Binary111100101001010111000
Octal36222530

Shades and tints

Shades of #F29518

#F29518
(242,149,24)
#DC8816
(220,136,22)
#C67B14
(198,123,20)
#B06E12
(176,110,18)
#9A6110
(154,97,16)
#84540E
(132,84,14)
#6E470C
(110,71,12)
#583A0A
(88,58,10)
#422D08
(66,45,8)
#2C2006
(44,32,6)
#161304
(22,19,4)
#000000
(0,0,0)

Tints of #F29518

#F29518
(242,149,24)
#F39E2D
(243,158,45)
#F4A742
(244,167,66)
#F5B057
(245,176,87)
#F6B96C
(246,185,108)
#F7C281
(247,194,129)
#F8CB96
(248,203,150)
#F9D4AB
(249,212,171)
#FADDC0
(250,221,192)
#FBE6D5
(251,230,213)
#FCEFEA
(252,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F29518 color. Also use rgb(242,149,24) instead hex code.

Text Font Color

.myTextColor { color: #F29518; }

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

This text font color is #F29518.


Background Color

.myBgColor { background-color: #F29518; }

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

This div background color is #F29518.


Border color

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

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

This div border color is #F29518.


Opacity

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

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

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

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

This text has shadow with #F29518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F29518 on black background.


Color preview on white background

This text has color #F29518 on white background.



Black color preview on #F29518 background

This text has black color on #F29518 background.


White color preview on #F29518 background

This text has white color on #F29518 background.