COLOR #F29F3D

HEX: #F29F3D
RGB: (242,159,61)

Color info

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

RGB color model

#F29F3D color RGB value is (242,159,61).

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

RGB channels and saturation

R 242 of 255 = 95%
G 159 of 255 = 62%
B 61 of 255 = 24%

242
159
61

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

Portions of RGB colors in percentages

R + G + B =
242 + 159 + 61 = 462 (100%)
R 242 of 462 ~ 52.38%
G 159 of 462 ~ 34.42%
B 61 of 462 ~ 13.2%

%52.38
%34.42
%13.2

CMYK color model

#F29F3D color CMYK value is (0,34,75,5).

  • cyan value is 0.00%
  • magenta value is 34.30%
  • yellow value is 74.79%
  • key color value is 5.10%
CMYK:
(0,34,75,5)
C0M34Y75K5 
(0%,34%,75%,5%)
(0.00/0.34/0.75/0.05)	

CMYK percentages

%0
%34.3
%74.79
%5.1

Codes

Color #F29F3D in popluar color models

F29F3D
RGB24215961
HSL32°87.44%59.41%
HSB/HSV32°74.79%94.90%
CMYK0.00%34.30%74.79%
5.10%

Color #F29F3D in popluar number systems.

HEXF29F3D
Decimal24215961
Binary1111001010011111111101
Octal36223775

Shades and tints

Shades of #F29F3D

#F29F3D
(242,159,61)
#DC9138
(220,145,56)
#C68333
(198,131,51)
#B0752E
(176,117,46)
#9A6729
(154,103,41)
#845924
(132,89,36)
#6E4B1F
(110,75,31)
#583D1A
(88,61,26)
#422F15
(66,47,21)
#2C2110
(44,33,16)
#16130B
(22,19,11)
#000000
(0,0,0)

Tints of #F29F3D

#F29F3D
(242,159,61)
#F3A74E
(243,167,78)
#F4AF5F
(244,175,95)
#F5B770
(245,183,112)
#F6BF81
(246,191,129)
#F7C792
(247,199,146)
#F8CFA3
(248,207,163)
#F9D7B4
(249,215,180)
#FADFC5
(250,223,197)
#FBE7D6
(251,231,214)
#FCEFE7
(252,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F29F3D color. Also use rgb(242,159,61) instead hex code.

Text Font Color

.myTextColor { color: #F29F3D; }

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

This text font color is #F29F3D.


Background Color

.myBgColor { background-color: #F29F3D; }

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

This div background color is #F29F3D.


Border color

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

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

This div border color is #F29F3D.


Opacity

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

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

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

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

This text has shadow with #F29F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F29F3D on black background.


Color preview on white background

This text has color #F29F3D on white background.



Black color preview on #F29F3D background

This text has black color on #F29F3D background.


White color preview on #F29F3D background

This text has white color on #F29F3D background.