COLOR #F1BA01

HEX: #F1BA01
RGB: (241,186,1)

Color info

#F1BA01 contains mainly red and green colors. Web safe color of #F1BA01 is #FFCC00 (or #FC0).

RGB color model

#F1BA01 color RGB value is (241,186,1).

  • red value is 241;
  • green value is 186;
  • blue value is 1.
RGB:
(241,186,1)
(95%,73%,0%)

RGB channels and saturation

R 241 of 255 = 95%
G 186 of 255 = 73%
B 1 of 255 = 0%

241
186
1

R + G + B ~ 56%. #F1BA01 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
241 + 186 + 1 = 428 (100%)
R 241 of 428 ~ 56.31%
G 186 of 428 ~ 43.46%
B 1 of 428 ~ 0.23%

%56.31
%43.46

CMYK color model

#F1BA01 color CMYK value is (0,23,100,5).

  • cyan value is 0.00%
  • magenta value is 22.82%
  • yellow value is 99.59%
  • key color value is 5.49%
CMYK:
(0,23,100,5)
C0M23Y100K5 
(0%,23%,100%,5%)
(0.00/0.23/1.00/0.05)	

CMYK percentages

%0
%22.82
%99.59
%5.49

Codes

Color #F1BA01 in popluar color models

F1BA01
RGB2411861
HSL46°99.17%47.45%
HSB/HSV46°99.59%94.51%
CMYK0.00%22.82%99.59%
5.49%

Color #F1BA01 in popluar number systems.

HEXF1BA01
Decimal2411861
Binary11110001101110101
Octal3612721

Shades and tints

Shades of #F1BA01

#F1BA01
(241,186,1)
#DCAA01
(220,170,1)
#C79A01
(199,154,1)
#B28A01
(178,138,1)
#9D7A01
(157,122,1)
#886A01
(136,106,1)
#735A01
(115,90,1)
#5E4A01
(94,74,1)
#493A01
(73,58,1)
#342A01
(52,42,1)
#1F1A01
(31,26,1)
#000000
(0,0,0)

Tints of #F1BA01

#F1BA01
(241,186,1)
#F2C018
(242,192,24)
#F3C62F
(243,198,47)
#F4CC46
(244,204,70)
#F5D25D
(245,210,93)
#F6D874
(246,216,116)
#F7DE8B
(247,222,139)
#F8E4A2
(248,228,162)
#F9EAB9
(249,234,185)
#FAF0D0
(250,240,208)
#FBF6E7
(251,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1BA01 color. Also use rgb(241,186,1) instead hex code.

Text Font Color

.myTextColor { color: #F1BA01; }

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

This text font color is #F1BA01.


Background Color

.myBgColor { background-color: #F1BA01; }

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

This div background color is #F1BA01.


Border color

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

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

This div border color is #F1BA01.


Opacity

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

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

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

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

This text has shadow with #F1BA01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1BA01 on black background.


Color preview on white background

This text has color #F1BA01 on white background.



Black color preview on #F1BA01 background

This text has black color on #F1BA01 background.


White color preview on #F1BA01 background

This text has white color on #F1BA01 background.