COLOR #F1A42B

HEX: #F1A42B
RGB: (241,164,43)

Color info

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

RGB color model

#F1A42B color RGB value is (241,164,43).

  • red value is 241;
  • green value is 164;
  • blue value is 43.
RGB:
(241,164,43)
(95%,64%,17%)

RGB channels and saturation

R 241 of 255 = 95%
G 164 of 255 = 64%
B 43 of 255 = 17%

241
164
43

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

Portions of RGB colors in percentages

R + G + B =
241 + 164 + 43 = 448 (100%)
R 241 of 448 ~ 53.79%
G 164 of 448 ~ 36.61%
B 43 of 448 ~ 9.6%

%53.79
%36.61
%9.6

CMYK color model

#F1A42B color CMYK value is (0,32,82,5).

  • cyan value is 0.00%
  • magenta value is 31.95%
  • yellow value is 82.16%
  • key color value is 5.49%
CMYK:
(0,32,82,5)
C0M32Y82K5 
(0%,32%,82%,5%)
(0.00/0.32/0.82/0.05)	

CMYK percentages

%0
%31.95
%82.16
%5.49

Codes

Color #F1A42B in popluar color models

F1A42B
RGB24116443
HSL37°87.61%55.69%
HSB/HSV37°82.16%94.51%
CMYK0.00%31.95%82.16%
5.49%

Color #F1A42B in popluar number systems.

HEXF1A42B
Decimal24116443
Binary1111000110100100101011
Octal36124453

Shades and tints

Shades of #F1A42B

#F1A42B
(241,164,43)
#DC9628
(220,150,40)
#C78825
(199,136,37)
#B27A22
(178,122,34)
#9D6C1F
(157,108,31)
#885E1C
(136,94,28)
#735019
(115,80,25)
#5E4216
(94,66,22)
#493413
(73,52,19)
#342610
(52,38,16)
#1F180D
(31,24,13)
#000000
(0,0,0)

Tints of #F1A42B

#F1A42B
(241,164,43)
#F2AC3E
(242,172,62)
#F3B451
(243,180,81)
#F4BC64
(244,188,100)
#F5C477
(245,196,119)
#F6CC8A
(246,204,138)
#F7D49D
(247,212,157)
#F8DCB0
(248,220,176)
#F9E4C3
(249,228,195)
#FAECD6
(250,236,214)
#FBF4E9
(251,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A42B color. Also use rgb(241,164,43) instead hex code.

Text Font Color

.myTextColor { color: #F1A42B; }

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

This text font color is #F1A42B.


Background Color

.myBgColor { background-color: #F1A42B; }

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

This div background color is #F1A42B.


Border color

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

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

This div border color is #F1A42B.


Opacity

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

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

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

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

This text has shadow with #F1A42B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1A42B on black background.


Color preview on white background

This text has color #F1A42B on white background.



Black color preview on #F1A42B background

This text has black color on #F1A42B background.


White color preview on #F1A42B background

This text has white color on #F1A42B background.