COLOR #F1F563

HEX: #F1F563
RGB: (241,245,99)

Color info

#F1F563 contains mainly red and green colors. Web safe color of #F1F563 is #FFFF66 (or #FF6).

RGB color model

#F1F563 color RGB value is (241,245,99).

  • red value is 241;
  • green value is 245;
  • blue value is 99.
RGB:
(241,245,99)
(95%,96%,39%)

RGB channels and saturation

R 241 of 255 = 95%
G 245 of 255 = 96%
B 99 of 255 = 39%

241
245
99

R + G + B ~ 77%. #F1F563 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 245 + 99 = 585 (100%)
R 241 of 585 ~ 41.2%
G 245 of 585 ~ 41.88%
B 99 of 585 ~ 16.92%

%41.2
%41.88
%16.92

CMYK color model

#F1F563 color CMYK value is (2,0,60,4).

  • cyan value is 1.63%
  • magenta value is 0.00%
  • yellow value is 59.59%
  • key color value is 3.92%
CMYK:
(2,0,60,4)
C2M0Y60K4 
(2%,0%,60%,4%)
(0.02/0.00/0.60/0.04)	

CMYK percentages

%1.63
%0
%59.59
%3.92

Codes

Color #F1F563 in popluar color models

F1F563
RGB24124599
HSL62°87.95%67.45%
HSB/HSV62°59.59%96.08%
CMYK1.63%0.00%59.59%
3.92%

Color #F1F563 in popluar number systems.

HEXF1F563
Decimal24124599
Binary11110001111101011100011
Octal361365143

Shades and tints

Shades of #F1F563

#F1F563
(241,245,99)
#DCDF5A
(220,223,90)
#C7C951
(199,201,81)
#B2B348
(178,179,72)
#9D9D3F
(157,157,63)
#888736
(136,135,54)
#73712D
(115,113,45)
#5E5B24
(94,91,36)
#49451B
(73,69,27)
#342F12
(52,47,18)
#1F1909
(31,25,9)
#000000
(0,0,0)

Tints of #F1F563

#F1F563
(241,245,99)
#F2F571
(242,245,113)
#F3F57F
(243,245,127)
#F4F58D
(244,245,141)
#F5F59B
(245,245,155)
#F6F5A9
(246,245,169)
#F7F5B7
(247,245,183)
#F8F5C5
(248,245,197)
#F9F5D3
(249,245,211)
#FAF5E1
(250,245,225)
#FBF5EF
(251,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1F563 color. Also use rgb(241,245,99) instead hex code.

Text Font Color

.myTextColor { color: #F1F563; }

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

This text font color is #F1F563.


Background Color

.myBgColor { background-color: #F1F563; }

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

This div background color is #F1F563.


Border color

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

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

This div border color is #F1F563.


Opacity

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

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

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

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

This text has shadow with #F1F563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F563 on black background.


Color preview on white background

This text has color #F1F563 on white background.



Black color preview on #F1F563 background

This text has black color on #F1F563 background.


White color preview on #F1F563 background

This text has white color on #F1F563 background.