COLOR #F29040

HEX: #F29040
RGB: (242,144,64)

Color info

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

RGB color model

#F29040 color RGB value is (242,144,64).

  • red value is 242;
  • green value is 144;
  • blue value is 64.
RGB:
(242,144,64)
(95%,56%,25%)

RGB channels and saturation

R 242 of 255 = 95%
G 144 of 255 = 56%
B 64 of 255 = 25%

242
144
64

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

Portions of RGB colors in percentages

R + G + B =
242 + 144 + 64 = 450 (100%)
R 242 of 450 ~ 53.78%
G 144 of 450 ~ 32%
B 64 of 450 ~ 14.22%

%53.78
%32
%14.22

CMYK color model

#F29040 color CMYK value is (0,40,74,5).

  • cyan value is 0.00%
  • magenta value is 40.50%
  • yellow value is 73.55%
  • key color value is 5.10%
CMYK:
(0,40,74,5)
C0M40Y74K5 
(0%,40%,74%,5%)
(0.00/0.40/0.74/0.05)	

CMYK percentages

%0
%40.5
%73.55
%5.1

Codes

Color #F29040 in popluar color models

F29040
RGB24214464
HSL27°87.25%60.00%
HSB/HSV27°73.55%94.90%
CMYK0.00%40.50%73.55%
5.10%

Color #F29040 in popluar number systems.

HEXF29040
Decimal24214464
Binary11110010100100001000000
Octal362220100

Shades and tints

Shades of #F29040

#F29040
(242,144,64)
#DC833B
(220,131,59)
#C67636
(198,118,54)
#B06931
(176,105,49)
#9A5C2C
(154,92,44)
#844F27
(132,79,39)
#6E4222
(110,66,34)
#58351D
(88,53,29)
#422818
(66,40,24)
#2C1B13
(44,27,19)
#160E0E
(22,14,14)
#000000
(0,0,0)

Tints of #F29040

#F29040
(242,144,64)
#F39A51
(243,154,81)
#F4A462
(244,164,98)
#F5AE73
(245,174,115)
#F6B884
(246,184,132)
#F7C295
(247,194,149)
#F8CCA6
(248,204,166)
#F9D6B7
(249,214,183)
#FAE0C8
(250,224,200)
#FBEAD9
(251,234,217)
#FCF4EA
(252,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F29040 color. Also use rgb(242,144,64) instead hex code.

Text Font Color

.myTextColor { color: #F29040; }

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

This text font color is #F29040.


Background Color

.myBgColor { background-color: #F29040; }

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

This div background color is #F29040.


Border color

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

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

This div border color is #F29040.


Opacity

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

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

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

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

This text has shadow with #F29040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F29040 on black background.


Color preview on white background

This text has color #F29040 on white background.



Black color preview on #F29040 background

This text has black color on #F29040 background.


White color preview on #F29040 background

This text has white color on #F29040 background.