COLOR #F1C337

HEX: #F1C337
RGB: (241,195,55)

Color info

#F1C337 contains mainly red and green colors. Web safe color of #F1C337 is #FFCC33 (or #FC3).

RGB color model

#F1C337 color RGB value is (241,195,55).

  • red value is 241;
  • green value is 195;
  • blue value is 55.
RGB:
(241,195,55)
(95%,76%,22%)

RGB channels and saturation

R 241 of 255 = 95%
G 195 of 255 = 76%
B 55 of 255 = 22%

241
195
55

R + G + B ~ 64%. #F1C337 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 195 + 55 = 491 (100%)
R 241 of 491 ~ 49.08%
G 195 of 491 ~ 39.71%
B 55 of 491 ~ 11.2%

%49.08
%39.71
%11.2

CMYK color model

#F1C337 color CMYK value is (0,19,77,5).

  • cyan value is 0.00%
  • magenta value is 19.09%
  • yellow value is 77.18%
  • key color value is 5.49%
CMYK:
(0,19,77,5)
C0M19Y77K5 
(0%,19%,77%,5%)
(0.00/0.19/0.77/0.05)	

CMYK percentages

%0
%19.09
%77.18
%5.49

Codes

Color #F1C337 in popluar color models

F1C337
RGB24119555
HSL45°86.92%58.04%
HSB/HSV45°77.18%94.51%
CMYK0.00%19.09%77.18%
5.49%

Color #F1C337 in popluar number systems.

HEXF1C337
Decimal24119555
Binary1111000111000011110111
Octal36130367

Shades and tints

Shades of #F1C337

#F1C337
(241,195,55)
#DCB232
(220,178,50)
#C7A12D
(199,161,45)
#B29028
(178,144,40)
#9D7F23
(157,127,35)
#886E1E
(136,110,30)
#735D19
(115,93,25)
#5E4C14
(94,76,20)
#493B0F
(73,59,15)
#342A0A
(52,42,10)
#1F1905
(31,25,5)
#000000
(0,0,0)

Tints of #F1C337

#F1C337
(241,195,55)
#F2C849
(242,200,73)
#F3CD5B
(243,205,91)
#F4D26D
(244,210,109)
#F5D77F
(245,215,127)
#F6DC91
(246,220,145)
#F7E1A3
(247,225,163)
#F8E6B5
(248,230,181)
#F9EBC7
(249,235,199)
#FAF0D9
(250,240,217)
#FBF5EB
(251,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C337 color. Also use rgb(241,195,55) instead hex code.

Text Font Color

.myTextColor { color: #F1C337; }

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

This text font color is #F1C337.


Background Color

.myBgColor { background-color: #F1C337; }

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

This div background color is #F1C337.


Border color

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

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

This div border color is #F1C337.


Opacity

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

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

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

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

This text has shadow with #F1C337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C337 on black background.


Color preview on white background

This text has color #F1C337 on white background.



Black color preview on #F1C337 background

This text has black color on #F1C337 background.


White color preview on #F1C337 background

This text has white color on #F1C337 background.