COLOR #F1C25A

HEX: #F1C25A
RGB: (241,194,90)

Color info

#F1C25A contains mainly red and green colors. Web safe color of #F1C25A is #FFCC66 (or #FC6).

RGB color model

#F1C25A color RGB value is (241,194,90).

  • red value is 241;
  • green value is 194;
  • blue value is 90.
RGB:
(241,194,90)
(95%,76%,35%)

RGB channels and saturation

R 241 of 255 = 95%
G 194 of 255 = 76%
B 90 of 255 = 35%

241
194
90

R + G + B ~ 69%. #F1C25A is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 194 + 90 = 525 (100%)
R 241 of 525 ~ 45.9%
G 194 of 525 ~ 36.95%
B 90 of 525 ~ 17.14%

%45.9
%36.95
%17.14

CMYK color model

#F1C25A color CMYK value is (0,20,63,5).

  • cyan value is 0.00%
  • magenta value is 19.50%
  • yellow value is 62.66%
  • key color value is 5.49%
CMYK:
(0,20,63,5)
C0M20Y63K5 
(0%,20%,63%,5%)
(0.00/0.20/0.63/0.05)	

CMYK percentages

%0
%19.5
%62.66
%5.49

Codes

Color #F1C25A in popluar color models

F1C25A
RGB24119490
HSL41°84.36%64.90%
HSB/HSV41°62.66%94.51%
CMYK0.00%19.50%62.66%
5.49%

Color #F1C25A in popluar number systems.

HEXF1C25A
Decimal24119490
Binary11110001110000101011010
Octal361302132

Shades and tints

Shades of #F1C25A

#F1C25A
(241,194,90)
#DCB152
(220,177,82)
#C7A04A
(199,160,74)
#B28F42
(178,143,66)
#9D7E3A
(157,126,58)
#886D32
(136,109,50)
#735C2A
(115,92,42)
#5E4B22
(94,75,34)
#493A1A
(73,58,26)
#342912
(52,41,18)
#1F180A
(31,24,10)
#000000
(0,0,0)

Tints of #F1C25A

#F1C25A
(241,194,90)
#F2C769
(242,199,105)
#F3CC78
(243,204,120)
#F4D187
(244,209,135)
#F5D696
(245,214,150)
#F6DBA5
(246,219,165)
#F7E0B4
(247,224,180)
#F8E5C3
(248,229,195)
#F9EAD2
(249,234,210)
#FAEFE1
(250,239,225)
#FBF4F0
(251,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C25A color. Also use rgb(241,194,90) instead hex code.

Text Font Color

.myTextColor { color: #F1C25A; }

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

This text font color is #F1C25A.


Background Color

.myBgColor { background-color: #F1C25A; }

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

This div background color is #F1C25A.


Border color

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

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

This div border color is #F1C25A.


Opacity

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

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

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

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

This text has shadow with #F1C25A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C25A on black background.


Color preview on white background

This text has color #F1C25A on white background.



Black color preview on #F1C25A background

This text has black color on #F1C25A background.


White color preview on #F1C25A background

This text has white color on #F1C25A background.