COLOR #F1A54F

HEX: #F1A54F
RGB: (241,165,79)

Color info

#F1A54F contains mainly red color. Web safe color of #F1A54F is #FF9966 (or #F96).

RGB color model

#F1A54F color RGB value is (241,165,79).

  • red value is 241;
  • green value is 165;
  • blue value is 79.
RGB:
(241,165,79)
(95%,65%,31%)

RGB channels and saturation

R 241 of 255 = 95%
G 165 of 255 = 65%
B 79 of 255 = 31%

241
165
79

R + G + B ~ 64%. #F1A54F is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 165 + 79 = 485 (100%)
R 241 of 485 ~ 49.69%
G 165 of 485 ~ 34.02%
B 79 of 485 ~ 16.29%

%49.69
%34.02
%16.29

CMYK color model

#F1A54F color CMYK value is (0,32,67,5).

  • cyan value is 0.00%
  • magenta value is 31.54%
  • yellow value is 67.22%
  • key color value is 5.49%
CMYK:
(0,32,67,5)
C0M32Y67K5 
(0%,32%,67%,5%)
(0.00/0.32/0.67/0.05)	

CMYK percentages

%0
%31.54
%67.22
%5.49

Codes

Color #F1A54F in popluar color models

F1A54F
RGB24116579
HSL32°85.26%62.75%
HSB/HSV32°67.22%94.51%
CMYK0.00%31.54%67.22%
5.49%

Color #F1A54F in popluar number systems.

HEXF1A54F
Decimal24116579
Binary11110001101001011001111
Octal361245117

Shades and tints

Shades of #F1A54F

#F1A54F
(241,165,79)
#DC9648
(220,150,72)
#C78741
(199,135,65)
#B2783A
(178,120,58)
#9D6933
(157,105,51)
#885A2C
(136,90,44)
#734B25
(115,75,37)
#5E3C1E
(94,60,30)
#492D17
(73,45,23)
#341E10
(52,30,16)
#1F0F09
(31,15,9)
#000000
(0,0,0)

Tints of #F1A54F

#F1A54F
(241,165,79)
#F2AD5F
(242,173,95)
#F3B56F
(243,181,111)
#F4BD7F
(244,189,127)
#F5C58F
(245,197,143)
#F6CD9F
(246,205,159)
#F7D5AF
(247,213,175)
#F8DDBF
(248,221,191)
#F9E5CF
(249,229,207)
#FAEDDF
(250,237,223)
#FBF5EF
(251,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A54F color. Also use rgb(241,165,79) instead hex code.

Text Font Color

.myTextColor { color: #F1A54F; }

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

This text font color is #F1A54F.


Background Color

.myBgColor { background-color: #F1A54F; }

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

This div background color is #F1A54F.


Border color

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

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

This div border color is #F1A54F.


Opacity

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

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

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

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

This text has shadow with #F1A54F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1A54F on black background.


Color preview on white background

This text has color #F1A54F on white background.



Black color preview on #F1A54F background

This text has black color on #F1A54F background.


White color preview on #F1A54F background

This text has white color on #F1A54F background.