COLOR #F1B13D

HEX: #F1B13D
RGB: (241,177,61)

Color info

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

RGB color model

#F1B13D color RGB value is (241,177,61).

  • red value is 241;
  • green value is 177;
  • blue value is 61.
RGB:
(241,177,61)
(95%,69%,24%)

RGB channels and saturation

R 241 of 255 = 95%
G 177 of 255 = 69%
B 61 of 255 = 24%

241
177
61

R + G + B ~ 63%. #F1B13D is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 177 + 61 = 479 (100%)
R 241 of 479 ~ 50.31%
G 177 of 479 ~ 36.95%
B 61 of 479 ~ 12.73%

%50.31
%36.95
%12.73

CMYK color model

#F1B13D color CMYK value is (0,27,75,5).

  • cyan value is 0.00%
  • magenta value is 26.56%
  • yellow value is 74.69%
  • key color value is 5.49%
CMYK:
(0,27,75,5)
C0M27Y75K5 
(0%,27%,75%,5%)
(0.00/0.27/0.75/0.05)	

CMYK percentages

%0
%26.56
%74.69
%5.49

Codes

Color #F1B13D in popluar color models

F1B13D
RGB24117761
HSL39°86.54%59.22%
HSB/HSV39°74.69%94.51%
CMYK0.00%26.56%74.69%
5.49%

Color #F1B13D in popluar number systems.

HEXF1B13D
Decimal24117761
Binary1111000110110001111101
Octal36126175

Shades and tints

Shades of #F1B13D

#F1B13D
(241,177,61)
#DCA138
(220,161,56)
#C79133
(199,145,51)
#B2812E
(178,129,46)
#9D7129
(157,113,41)
#886124
(136,97,36)
#73511F
(115,81,31)
#5E411A
(94,65,26)
#493115
(73,49,21)
#342110
(52,33,16)
#1F110B
(31,17,11)
#000000
(0,0,0)

Tints of #F1B13D

#F1B13D
(241,177,61)
#F2B84E
(242,184,78)
#F3BF5F
(243,191,95)
#F4C670
(244,198,112)
#F5CD81
(245,205,129)
#F6D492
(246,212,146)
#F7DBA3
(247,219,163)
#F8E2B4
(248,226,180)
#F9E9C5
(249,233,197)
#FAF0D6
(250,240,214)
#FBF7E7
(251,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1B13D color. Also use rgb(241,177,61) instead hex code.

Text Font Color

.myTextColor { color: #F1B13D; }

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

This text font color is #F1B13D.


Background Color

.myBgColor { background-color: #F1B13D; }

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

This div background color is #F1B13D.


Border color

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

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

This div border color is #F1B13D.


Opacity

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

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

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

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

This text has shadow with #F1B13D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B13D on black background.


Color preview on white background

This text has color #F1B13D on white background.



Black color preview on #F1B13D background

This text has black color on #F1B13D background.


White color preview on #F1B13D background

This text has white color on #F1B13D background.