COLOR #F2A644

HEX: #F2A644
RGB: (242,166,68)

Color info

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

RGB color model

#F2A644 color RGB value is (242,166,68).

  • red value is 242;
  • green value is 166;
  • blue value is 68.
RGB:
(242,166,68)
(95%,65%,27%)

RGB channels and saturation

R 242 of 255 = 95%
G 166 of 255 = 65%
B 68 of 255 = 27%

242
166
68

R + G + B ~ 62%. #F2A644 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 166 + 68 = 476 (100%)
R 242 of 476 ~ 50.84%
G 166 of 476 ~ 34.87%
B 68 of 476 ~ 14.29%

%50.84
%34.87
%14.29

CMYK color model

#F2A644 color CMYK value is (0,31,72,5).

  • cyan value is 0.00%
  • magenta value is 31.40%
  • yellow value is 71.90%
  • key color value is 5.10%
CMYK:
(0,31,72,5)
C0M31Y72K5 
(0%,31%,72%,5%)
(0.00/0.31/0.72/0.05)	

CMYK percentages

%0
%31.4
%71.9
%5.1

Codes

Color #F2A644 in popluar color models

F2A644
RGB24216668
HSL34°87.00%60.78%
HSB/HSV34°71.90%94.90%
CMYK0.00%31.40%71.90%
5.10%

Color #F2A644 in popluar number systems.

HEXF2A644
Decimal24216668
Binary11110010101001101000100
Octal362246104

Shades and tints

Shades of #F2A644

#F2A644
(242,166,68)
#DC973E
(220,151,62)
#C68838
(198,136,56)
#B07932
(176,121,50)
#9A6A2C
(154,106,44)
#845B26
(132,91,38)
#6E4C20
(110,76,32)
#583D1A
(88,61,26)
#422E14
(66,46,20)
#2C1F0E
(44,31,14)
#161008
(22,16,8)
#000000
(0,0,0)

Tints of #F2A644

#F2A644
(242,166,68)
#F3AE55
(243,174,85)
#F4B666
(244,182,102)
#F5BE77
(245,190,119)
#F6C688
(246,198,136)
#F7CE99
(247,206,153)
#F8D6AA
(248,214,170)
#F9DEBB
(249,222,187)
#FAE6CC
(250,230,204)
#FBEEDD
(251,238,221)
#FCF6EE
(252,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2A644 color. Also use rgb(242,166,68) instead hex code.

Text Font Color

.myTextColor { color: #F2A644; }

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

This text font color is #F2A644.


Background Color

.myBgColor { background-color: #F2A644; }

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

This div background color is #F2A644.


Border color

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

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

This div border color is #F2A644.


Opacity

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

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

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

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

This text has shadow with #F2A644 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2A644 on black background.


Color preview on white background

This text has color #F2A644 on white background.



Black color preview on #F2A644 background

This text has black color on #F2A644 background.


White color preview on #F2A644 background

This text has white color on #F2A644 background.