COLOR #F5B106

HEX: #F5B106
RGB: (245,177,6)

Color info

#F5B106 contains mainly red color. Web safe color of #F5B106 is #FF9900 (or #F90).

RGB color model

#F5B106 color RGB value is (245,177,6).

  • red value is 245;
  • green value is 177;
  • blue value is 6.
RGB:
(245,177,6)
(96%,69%,2%)

RGB channels and saturation

R 245 of 255 = 96%
G 177 of 255 = 69%
B 6 of 255 = 2%

245
177
6

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

Portions of RGB colors in percentages

R + G + B =
245 + 177 + 6 = 428 (100%)
R 245 of 428 ~ 57.24%
G 177 of 428 ~ 41.36%
B 6 of 428 ~ 1.4%

%57.24
%41.36

CMYK color model

#F5B106 color CMYK value is (0,28,98,4).

  • cyan value is 0.00%
  • magenta value is 27.76%
  • yellow value is 97.55%
  • key color value is 3.92%
CMYK:
(0,28,98,4)
C0M28Y98K4 
(0%,28%,98%,4%)
(0.00/0.28/0.98/0.04)	

CMYK percentages

%0
%27.76
%97.55
%3.92

Codes

Color #F5B106 in popluar color models

F5B106
RGB2451776
HSL43°95.22%49.22%
HSB/HSV43°97.55%96.08%
CMYK0.00%27.76%97.55%
3.92%

Color #F5B106 in popluar number systems.

HEXF5B106
Decimal2451776
Binary1111010110110001110
Octal3652616

Shades and tints

Shades of #F5B106

#F5B106
(245,177,6)
#DFA106
(223,161,6)
#C99106
(201,145,6)
#B38106
(179,129,6)
#9D7106
(157,113,6)
#876106
(135,97,6)
#715106
(113,81,6)
#5B4106
(91,65,6)
#453106
(69,49,6)
#2F2106
(47,33,6)
#191106
(25,17,6)
#000000
(0,0,0)

Tints of #F5B106

#F5B106
(245,177,6)
#F5B81C
(245,184,28)
#F5BF32
(245,191,50)
#F5C648
(245,198,72)
#F5CD5E
(245,205,94)
#F5D474
(245,212,116)
#F5DB8A
(245,219,138)
#F5E2A0
(245,226,160)
#F5E9B6
(245,233,182)
#F5F0CC
(245,240,204)
#F5F7E2
(245,247,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B106 color. Also use rgb(245,177,6) instead hex code.

Text Font Color

.myTextColor { color: #F5B106; }

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

This text font color is #F5B106.


Background Color

.myBgColor { background-color: #F5B106; }

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

This div background color is #F5B106.


Border color

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

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

This div border color is #F5B106.


Opacity

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

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

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

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

This text has shadow with #F5B106 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B106 on black background.


Color preview on white background

This text has color #F5B106 on white background.



Black color preview on #F5B106 background

This text has black color on #F5B106 background.


White color preview on #F5B106 background

This text has white color on #F5B106 background.