COLOR #F29714

HEX: #F29714
RGB: (242,151,20)

Color info

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

RGB color model

#F29714 color RGB value is (242,151,20).

  • red value is 242;
  • green value is 151;
  • blue value is 20.
RGB:
(242,151,20)
(95%,59%,8%)

RGB channels and saturation

R 242 of 255 = 95%
G 151 of 255 = 59%
B 20 of 255 = 8%

242
151
20

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

Portions of RGB colors in percentages

R + G + B =
242 + 151 + 20 = 413 (100%)
R 242 of 413 ~ 58.6%
G 151 of 413 ~ 36.56%
B 20 of 413 ~ 4.84%

%58.6
%36.56

CMYK color model

#F29714 color CMYK value is (0,38,92,5).

  • cyan value is 0.00%
  • magenta value is 37.60%
  • yellow value is 91.74%
  • key color value is 5.10%
CMYK:
(0,38,92,5)
C0M38Y92K5 
(0%,38%,92%,5%)
(0.00/0.38/0.92/0.05)	

CMYK percentages

%0
%37.6
%91.74
%5.1

Codes

Color #F29714 in popluar color models

F29714
RGB24215120
HSL35°89.52%51.37%
HSB/HSV35°91.74%94.90%
CMYK0.00%37.60%91.74%
5.10%

Color #F29714 in popluar number systems.

HEXF29714
Decimal24215120
Binary111100101001011110100
Octal36222724

Shades and tints

Shades of #F29714

#F29714
(242,151,20)
#DC8A13
(220,138,19)
#C67D12
(198,125,18)
#B07011
(176,112,17)
#9A6310
(154,99,16)
#84560F
(132,86,15)
#6E490E
(110,73,14)
#583C0D
(88,60,13)
#422F0C
(66,47,12)
#2C220B
(44,34,11)
#16150A
(22,21,10)
#000000
(0,0,0)

Tints of #F29714

#F29714
(242,151,20)
#F3A029
(243,160,41)
#F4A93E
(244,169,62)
#F5B253
(245,178,83)
#F6BB68
(246,187,104)
#F7C47D
(247,196,125)
#F8CD92
(248,205,146)
#F9D6A7
(249,214,167)
#FADFBC
(250,223,188)
#FBE8D1
(251,232,209)
#FCF1E6
(252,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F29714 color. Also use rgb(242,151,20) instead hex code.

Text Font Color

.myTextColor { color: #F29714; }

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

This text font color is #F29714.


Background Color

.myBgColor { background-color: #F29714; }

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

This div background color is #F29714.


Border color

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

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

This div border color is #F29714.


Opacity

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

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

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

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

This text has shadow with #F29714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F29714 on black background.


Color preview on white background

This text has color #F29714 on white background.



Black color preview on #F29714 background

This text has black color on #F29714 background.


White color preview on #F29714 background

This text has white color on #F29714 background.