COLOR #F1C084

HEX: #F1C084
RGB: (241,192,132)

Color info

#F1C084 contains mainly red and green colors. Web safe color of #F1C084 is #FFCC99 (or #FC9).

RGB color model

#F1C084 color RGB value is (241,192,132).

  • red value is 241;
  • green value is 192;
  • blue value is 132.
RGB:
(241,192,132)
(95%,75%,52%)

RGB channels and saturation

R 241 of 255 = 95%
G 192 of 255 = 75%
B 132 of 255 = 52%

241
192
132

R + G + B ~ 74%. #F1C084 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 192 + 132 = 565 (100%)
R 241 of 565 ~ 42.65%
G 192 of 565 ~ 33.98%
B 132 of 565 ~ 23.36%

%42.65
%33.98
%23.36

CMYK color model

#F1C084 color CMYK value is (0,20,45,5).

  • cyan value is 0.00%
  • magenta value is 20.33%
  • yellow value is 45.23%
  • key color value is 5.49%
CMYK:
(0,20,45,5)
C0M20Y45K5 
(0%,20%,45%,5%)
(0.00/0.20/0.45/0.05)	

CMYK percentages

%0
%20.33
%45.23
%5.49

Codes

Color #F1C084 in popluar color models

F1C084
RGB241192132
HSL33°79.56%73.14%
HSB/HSV33°45.23%94.51%
CMYK0.00%20.33%45.23%
5.49%

Color #F1C084 in popluar number systems.

HEXF1C084
Decimal241192132
Binary111100011100000010000100
Octal361300204

Shades and tints

Shades of #F1C084

#F1C084
(241,192,132)
#DCAF78
(220,175,120)
#C79E6C
(199,158,108)
#B28D60
(178,141,96)
#9D7C54
(157,124,84)
#886B48
(136,107,72)
#735A3C
(115,90,60)
#5E4930
(94,73,48)
#493824
(73,56,36)
#342718
(52,39,24)
#1F160C
(31,22,12)
#000000
(0,0,0)

Tints of #F1C084

#F1C084
(241,192,132)
#F2C58F
(242,197,143)
#F3CA9A
(243,202,154)
#F4CFA5
(244,207,165)
#F5D4B0
(245,212,176)
#F6D9BB
(246,217,187)
#F7DEC6
(247,222,198)
#F8E3D1
(248,227,209)
#F9E8DC
(249,232,220)
#FAEDE7
(250,237,231)
#FBF2F2
(251,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C084 color. Also use rgb(241,192,132) instead hex code.

Text Font Color

.myTextColor { color: #F1C084; }

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

This text font color is #F1C084.


Background Color

.myBgColor { background-color: #F1C084; }

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

This div background color is #F1C084.


Border color

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

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

This div border color is #F1C084.


Opacity

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

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

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

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

This text has shadow with #F1C084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C084 on black background.


Color preview on white background

This text has color #F1C084 on white background.



Black color preview on #F1C084 background

This text has black color on #F1C084 background.


White color preview on #F1C084 background

This text has white color on #F1C084 background.