COLOR #F29D18

HEX: #F29D18
RGB: (242,157,24)

Color info

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

RGB color model

#F29D18 color RGB value is (242,157,24).

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

RGB channels and saturation

R 242 of 255 = 95%
G 157 of 255 = 62%
B 24 of 255 = 9%

242
157
24

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

Portions of RGB colors in percentages

R + G + B =
242 + 157 + 24 = 423 (100%)
R 242 of 423 ~ 57.21%
G 157 of 423 ~ 37.12%
B 24 of 423 ~ 5.67%

%57.21
%37.12

CMYK color model

#F29D18 color CMYK value is (0,35,90,5).

  • cyan value is 0.00%
  • magenta value is 35.12%
  • yellow value is 90.08%
  • key color value is 5.10%
CMYK:
(0,35,90,5)
C0M35Y90K5 
(0%,35%,90%,5%)
(0.00/0.35/0.90/0.05)	

CMYK percentages

%0
%35.12
%90.08
%5.1

Codes

Color #F29D18 in popluar color models

F29D18
RGB24215724
HSL37°89.34%52.16%
HSB/HSV37°90.08%94.90%
CMYK0.00%35.12%90.08%
5.10%

Color #F29D18 in popluar number systems.

HEXF29D18
Decimal24215724
Binary111100101001110111000
Octal36223530

Shades and tints

Shades of #F29D18

#F29D18
(242,157,24)
#DC8F16
(220,143,22)
#C68114
(198,129,20)
#B07312
(176,115,18)
#9A6510
(154,101,16)
#84570E
(132,87,14)
#6E490C
(110,73,12)
#583B0A
(88,59,10)
#422D08
(66,45,8)
#2C1F06
(44,31,6)
#161104
(22,17,4)
#000000
(0,0,0)

Tints of #F29D18

#F29D18
(242,157,24)
#F3A52D
(243,165,45)
#F4AD42
(244,173,66)
#F5B557
(245,181,87)
#F6BD6C
(246,189,108)
#F7C581
(247,197,129)
#F8CD96
(248,205,150)
#F9D5AB
(249,213,171)
#FADDC0
(250,221,192)
#FBE5D5
(251,229,213)
#FCEDEA
(252,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F29D18; }

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

This text font color is #F29D18.


Background Color

.myBgColor { background-color: #F29D18; }

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

This div background color is #F29D18.


Border color

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

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

This div border color is #F29D18.


Opacity

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

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

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

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

This text has shadow with #F29D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F29D18 on black background.


Color preview on white background

This text has color #F29D18 on white background.



Black color preview on #F29D18 background

This text has black color on #F29D18 background.


White color preview on #F29D18 background

This text has white color on #F29D18 background.