COLOR #F1E63B

HEX: #F1E63B
RGB: (241,230,59)

Color info

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

RGB color model

#F1E63B color RGB value is (241,230,59).

  • red value is 241;
  • green value is 230;
  • blue value is 59.
RGB:
(241,230,59)
(95%,90%,23%)

RGB channels and saturation

R 241 of 255 = 95%
G 230 of 255 = 90%
B 59 of 255 = 23%

241
230
59

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

Portions of RGB colors in percentages

R + G + B =
241 + 230 + 59 = 530 (100%)
R 241 of 530 ~ 45.47%
G 230 of 530 ~ 43.4%
B 59 of 530 ~ 11.13%

%45.47
%43.4
%11.13

CMYK color model

#F1E63B color CMYK value is (0,5,76,5).

  • cyan value is 0.00%
  • magenta value is 4.56%
  • yellow value is 75.52%
  • key color value is 5.49%
CMYK:
(0,5,76,5)
C0M5Y76K5 
(0%,5%,76%,5%)
(0.00/0.05/0.76/0.05)	

CMYK percentages

%0
%4.56
%75.52
%5.49

Codes

Color #F1E63B in popluar color models

F1E63B
RGB24123059
HSL56°86.67%58.82%
HSB/HSV56°75.52%94.51%
CMYK0.00%4.56%75.52%
5.49%

Color #F1E63B in popluar number systems.

HEXF1E63B
Decimal24123059
Binary1111000111100110111011
Octal36134673

Shades and tints

Shades of #F1E63B

#F1E63B
(241,230,59)
#DCD236
(220,210,54)
#C7BE31
(199,190,49)
#B2AA2C
(178,170,44)
#9D9627
(157,150,39)
#888222
(136,130,34)
#736E1D
(115,110,29)
#5E5A18
(94,90,24)
#494613
(73,70,19)
#34320E
(52,50,14)
#1F1E09
(31,30,9)
#000000
(0,0,0)

Tints of #F1E63B

#F1E63B
(241,230,59)
#F2E84C
(242,232,76)
#F3EA5D
(243,234,93)
#F4EC6E
(244,236,110)
#F5EE7F
(245,238,127)
#F6F090
(246,240,144)
#F7F2A1
(247,242,161)
#F8F4B2
(248,244,178)
#F9F6C3
(249,246,195)
#FAF8D4
(250,248,212)
#FBFAE5
(251,250,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E63B color. Also use rgb(241,230,59) instead hex code.

Text Font Color

.myTextColor { color: #F1E63B; }

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

This text font color is #F1E63B.


Background Color

.myBgColor { background-color: #F1E63B; }

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

This div background color is #F1E63B.


Border color

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

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

This div border color is #F1E63B.


Opacity

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

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

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

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

This text has shadow with #F1E63B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E63B on black background.


Color preview on white background

This text has color #F1E63B on white background.



Black color preview on #F1E63B background

This text has black color on #F1E63B background.


White color preview on #F1E63B background

This text has white color on #F1E63B background.