COLOR #F1A264

HEX: #F1A264
RGB: (241,162,100)

Color info

#F1A264 contains mainly red color. Web safe color of #F1A264 is #FF9966 (or #F96).

RGB color model

#F1A264 color RGB value is (241,162,100).

  • red value is 241;
  • green value is 162;
  • blue value is 100.
RGB:
(241,162,100)
(95%,64%,39%)

RGB channels and saturation

R 241 of 255 = 95%
G 162 of 255 = 64%
B 100 of 255 = 39%

241
162
100

R + G + B ~ 66%. #F1A264 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 162 + 100 = 503 (100%)
R 241 of 503 ~ 47.91%
G 162 of 503 ~ 32.21%
B 100 of 503 ~ 19.88%

%47.91
%32.21
%19.88

CMYK color model

#F1A264 color CMYK value is (0,33,59,5).

  • cyan value is 0.00%
  • magenta value is 32.78%
  • yellow value is 58.51%
  • key color value is 5.49%
CMYK:
(0,33,59,5)
C0M33Y59K5 
(0%,33%,59%,5%)
(0.00/0.33/0.59/0.05)	

CMYK percentages

%0
%32.78
%58.51
%5.49

Codes

Color #F1A264 in popluar color models

F1A264
RGB241162100
HSL26°83.43%66.86%
HSB/HSV26°58.51%94.51%
CMYK0.00%32.78%58.51%
5.49%

Color #F1A264 in popluar number systems.

HEXF1A264
Decimal241162100
Binary11110001101000101100100
Octal361242144

Shades and tints

Shades of #F1A264

#F1A264
(241,162,100)
#DC945B
(220,148,91)
#C78652
(199,134,82)
#B27849
(178,120,73)
#9D6A40
(157,106,64)
#885C37
(136,92,55)
#734E2E
(115,78,46)
#5E4025
(94,64,37)
#49321C
(73,50,28)
#342413
(52,36,19)
#1F160A
(31,22,10)
#000000
(0,0,0)

Tints of #F1A264

#F1A264
(241,162,100)
#F2AA72
(242,170,114)
#F3B280
(243,178,128)
#F4BA8E
(244,186,142)
#F5C29C
(245,194,156)
#F6CAAA
(246,202,170)
#F7D2B8
(247,210,184)
#F8DAC6
(248,218,198)
#F9E2D4
(249,226,212)
#FAEAE2
(250,234,226)
#FBF2F0
(251,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A264 color. Also use rgb(241,162,100) instead hex code.

Text Font Color

.myTextColor { color: #F1A264; }

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

This text font color is #F1A264.


Background Color

.myBgColor { background-color: #F1A264; }

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

This div background color is #F1A264.


Border color

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

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

This div border color is #F1A264.


Opacity

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

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

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

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

This text has shadow with #F1A264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1A264 on black background.


Color preview on white background

This text has color #F1A264 on white background.



Black color preview on #F1A264 background

This text has black color on #F1A264 background.


White color preview on #F1A264 background

This text has white color on #F1A264 background.