COLOR #F4A216

HEX: #F4A216
RGB: (244,162,22)

Color info

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

RGB color model

#F4A216 color RGB value is (244,162,22).

  • red value is 244;
  • green value is 162;
  • blue value is 22.
RGB:
(244,162,22)
(96%,64%,9%)

RGB channels and saturation

R 244 of 255 = 96%
G 162 of 255 = 64%
B 22 of 255 = 9%

244
162
22

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

Portions of RGB colors in percentages

R + G + B =
244 + 162 + 22 = 428 (100%)
R 244 of 428 ~ 57.01%
G 162 of 428 ~ 37.85%
B 22 of 428 ~ 5.14%

%57.01
%37.85

CMYK color model

#F4A216 color CMYK value is (0,34,91,4).

  • cyan value is 0.00%
  • magenta value is 33.61%
  • yellow value is 90.98%
  • key color value is 4.31%
CMYK:
(0,34,91,4)
C0M34Y91K4 
(0%,34%,91%,4%)
(0.00/0.34/0.91/0.04)	

CMYK percentages

%0
%33.61
%90.98
%4.31

Codes

Color #F4A216 in popluar color models

F4A216
RGB24416222
HSL38°90.98%52.16%
HSB/HSV38°90.98%95.69%
CMYK0.00%33.61%90.98%
4.31%

Color #F4A216 in popluar number systems.

HEXF4A216
Decimal24416222
Binary111101001010001010110
Octal36424226

Shades and tints

Shades of #F4A216

#F4A216
(244,162,22)
#DE9414
(222,148,20)
#C88612
(200,134,18)
#B27810
(178,120,16)
#9C6A0E
(156,106,14)
#865C0C
(134,92,12)
#704E0A
(112,78,10)
#5A4008
(90,64,8)
#443206
(68,50,6)
#2E2404
(46,36,4)
#181602
(24,22,2)
#000000
(0,0,0)

Tints of #F4A216

#F4A216
(244,162,22)
#F5AA2B
(245,170,43)
#F6B240
(246,178,64)
#F7BA55
(247,186,85)
#F8C26A
(248,194,106)
#F9CA7F
(249,202,127)
#FAD294
(250,210,148)
#FBDAA9
(251,218,169)
#FCE2BE
(252,226,190)
#FDEAD3
(253,234,211)
#FEF2E8
(254,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4A216 color. Also use rgb(244,162,22) instead hex code.

Text Font Color

.myTextColor { color: #F4A216; }

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

This text font color is #F4A216.


Background Color

.myBgColor { background-color: #F4A216; }

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

This div background color is #F4A216.


Border color

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

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

This div border color is #F4A216.


Opacity

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

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

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

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

This text has shadow with #F4A216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4A216 on black background.


Color preview on white background

This text has color #F4A216 on white background.



Black color preview on #F4A216 background

This text has black color on #F4A216 background.


White color preview on #F4A216 background

This text has white color on #F4A216 background.