COLOR #F5A15B

HEX: #F5A15B
RGB: (245,161,91)

Color info

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

RGB color model

#F5A15B color RGB value is (245,161,91).

  • red value is 245;
  • green value is 161;
  • blue value is 91.
RGB:
(245,161,91)
(96%,63%,36%)

RGB channels and saturation

R 245 of 255 = 96%
G 161 of 255 = 63%
B 91 of 255 = 36%

245
161
91

R + G + B ~ 65%. #F5A15B is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 161 + 91 = 497 (100%)
R 245 of 497 ~ 49.3%
G 161 of 497 ~ 32.39%
B 91 of 497 ~ 18.31%

%49.3
%32.39
%18.31

CMYK color model

#F5A15B color CMYK value is (0,34,63,4).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 62.86%
  • key color value is 3.92%
CMYK:
(0,34,63,4)
C0M34Y63K4 
(0%,34%,63%,4%)
(0.00/0.34/0.63/0.04)	

CMYK percentages

%0
%34.29
%62.86
%3.92

Codes

Color #F5A15B in popluar color models

F5A15B
RGB24516191
HSL27°88.51%65.88%
HSB/HSV27°62.86%96.08%
CMYK0.00%34.29%62.86%
3.92%

Color #F5A15B in popluar number systems.

HEXF5A15B
Decimal24516191
Binary11110101101000011011011
Octal365241133

Shades and tints

Shades of #F5A15B

#F5A15B
(245,161,91)
#DF9353
(223,147,83)
#C9854B
(201,133,75)
#B37743
(179,119,67)
#9D693B
(157,105,59)
#875B33
(135,91,51)
#714D2B
(113,77,43)
#5B3F23
(91,63,35)
#45311B
(69,49,27)
#2F2313
(47,35,19)
#19150B
(25,21,11)
#000000
(0,0,0)

Tints of #F5A15B

#F5A15B
(245,161,91)
#F5A969
(245,169,105)
#F5B177
(245,177,119)
#F5B985
(245,185,133)
#F5C193
(245,193,147)
#F5C9A1
(245,201,161)
#F5D1AF
(245,209,175)
#F5D9BD
(245,217,189)
#F5E1CB
(245,225,203)
#F5E9D9
(245,233,217)
#F5F1E7
(245,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5A15B color. Also use rgb(245,161,91) instead hex code.

Text Font Color

.myTextColor { color: #F5A15B; }

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

This text font color is #F5A15B.


Background Color

.myBgColor { background-color: #F5A15B; }

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

This div background color is #F5A15B.


Border color

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

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

This div border color is #F5A15B.


Opacity

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

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

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

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

This text has shadow with #F5A15B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5A15B on black background.


Color preview on white background

This text has color #F5A15B on white background.



Black color preview on #F5A15B background

This text has black color on #F5A15B background.


White color preview on #F5A15B background

This text has white color on #F5A15B background.