COLOR #F1B270

HEX: #F1B270
RGB: (241,178,112)

Color info

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

RGB color model

#F1B270 color RGB value is (241,178,112).

  • red value is 241;
  • green value is 178;
  • blue value is 112.
RGB:
(241,178,112)
(95%,70%,44%)

RGB channels and saturation

R 241 of 255 = 95%
G 178 of 255 = 70%
B 112 of 255 = 44%

241
178
112

R + G + B ~ 70%. #F1B270 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 178 + 112 = 531 (100%)
R 241 of 531 ~ 45.39%
G 178 of 531 ~ 33.52%
B 112 of 531 ~ 21.09%

%45.39
%33.52
%21.09

CMYK color model

#F1B270 color CMYK value is (0,26,54,5).

  • cyan value is 0.00%
  • magenta value is 26.14%
  • yellow value is 53.53%
  • key color value is 5.49%
CMYK:
(0,26,54,5)
C0M26Y54K5 
(0%,26%,54%,5%)
(0.00/0.26/0.54/0.05)	

CMYK percentages

%0
%26.14
%53.53
%5.49

Codes

Color #F1B270 in popluar color models

F1B270
RGB241178112
HSL31°82.17%69.22%
HSB/HSV31°53.53%94.51%
CMYK0.00%26.14%53.53%
5.49%

Color #F1B270 in popluar number systems.

HEXF1B270
Decimal241178112
Binary11110001101100101110000
Octal361262160

Shades and tints

Shades of #F1B270

#F1B270
(241,178,112)
#DCA266
(220,162,102)
#C7925C
(199,146,92)
#B28252
(178,130,82)
#9D7248
(157,114,72)
#88623E
(136,98,62)
#735234
(115,82,52)
#5E422A
(94,66,42)
#493220
(73,50,32)
#342216
(52,34,22)
#1F120C
(31,18,12)
#000000
(0,0,0)

Tints of #F1B270

#F1B270
(241,178,112)
#F2B97D
(242,185,125)
#F3C08A
(243,192,138)
#F4C797
(244,199,151)
#F5CEA4
(245,206,164)
#F6D5B1
(246,213,177)
#F7DCBE
(247,220,190)
#F8E3CB
(248,227,203)
#F9EAD8
(249,234,216)
#FAF1E5
(250,241,229)
#FBF8F2
(251,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1B270 color. Also use rgb(241,178,112) instead hex code.

Text Font Color

.myTextColor { color: #F1B270; }

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

This text font color is #F1B270.


Background Color

.myBgColor { background-color: #F1B270; }

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

This div background color is #F1B270.


Border color

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

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

This div border color is #F1B270.


Opacity

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

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

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

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

This text has shadow with #F1B270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B270 on black background.


Color preview on white background

This text has color #F1B270 on white background.



Black color preview on #F1B270 background

This text has black color on #F1B270 background.


White color preview on #F1B270 background

This text has white color on #F1B270 background.