COLOR #F1AB1E

HEX: #F1AB1E
RGB: (241,171,30)

Color info

#F1AB1E contains mainly red color. Web safe color of #F1AB1E is #FF9933 (or #F93).

RGB color model

#F1AB1E color RGB value is (241,171,30).

  • red value is 241;
  • green value is 171;
  • blue value is 30.
RGB:
(241,171,30)
(95%,67%,12%)

RGB channels and saturation

R 241 of 255 = 95%
G 171 of 255 = 67%
B 30 of 255 = 12%

241
171
30

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

Portions of RGB colors in percentages

R + G + B =
241 + 171 + 30 = 442 (100%)
R 241 of 442 ~ 54.52%
G 171 of 442 ~ 38.69%
B 30 of 442 ~ 6.79%

%54.52
%38.69

CMYK color model

#F1AB1E color CMYK value is (0,29,88,5).

  • cyan value is 0.00%
  • magenta value is 29.05%
  • yellow value is 87.55%
  • key color value is 5.49%
CMYK:
(0,29,88,5)
C0M29Y88K5 
(0%,29%,88%,5%)
(0.00/0.29/0.88/0.05)	

CMYK percentages

%0
%29.05
%87.55
%5.49

Codes

Color #F1AB1E in popluar color models

F1AB1E
RGB24117130
HSL40°88.28%53.14%
HSB/HSV40°87.55%94.51%
CMYK0.00%29.05%87.55%
5.49%

Color #F1AB1E in popluar number systems.

HEXF1AB1E
Decimal24117130
Binary111100011010101111110
Octal36125336

Shades and tints

Shades of #F1AB1E

#F1AB1E
(241,171,30)
#DC9C1C
(220,156,28)
#C78D1A
(199,141,26)
#B27E18
(178,126,24)
#9D6F16
(157,111,22)
#886014
(136,96,20)
#735112
(115,81,18)
#5E4210
(94,66,16)
#49330E
(73,51,14)
#34240C
(52,36,12)
#1F150A
(31,21,10)
#000000
(0,0,0)

Tints of #F1AB1E

#F1AB1E
(241,171,30)
#F2B232
(242,178,50)
#F3B946
(243,185,70)
#F4C05A
(244,192,90)
#F5C76E
(245,199,110)
#F6CE82
(246,206,130)
#F7D596
(247,213,150)
#F8DCAA
(248,220,170)
#F9E3BE
(249,227,190)
#FAEAD2
(250,234,210)
#FBF1E6
(251,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1AB1E color. Also use rgb(241,171,30) instead hex code.

Text Font Color

.myTextColor { color: #F1AB1E; }

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

This text font color is #F1AB1E.


Background Color

.myBgColor { background-color: #F1AB1E; }

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

This div background color is #F1AB1E.


Border color

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

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

This div border color is #F1AB1E.


Opacity

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

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

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

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

This text has shadow with #F1AB1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1AB1E on black background.


Color preview on white background

This text has color #F1AB1E on white background.



Black color preview on #F1AB1E background

This text has black color on #F1AB1E background.


White color preview on #F1AB1E background

This text has white color on #F1AB1E background.