COLOR #F5BE15

HEX: #F5BE15
RGB: (245,190,21)

Color info

#F5BE15 contains mainly red and green colors. Web safe color of #F5BE15 is #FFCC00 (or #FC0).

RGB color model

#F5BE15 color RGB value is (245,190,21).

  • red value is 245;
  • green value is 190;
  • blue value is 21.
RGB:
(245,190,21)
(96%,75%,8%)

RGB channels and saturation

R 245 of 255 = 96%
G 190 of 255 = 75%
B 21 of 255 = 8%

245
190
21

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

Portions of RGB colors in percentages

R + G + B =
245 + 190 + 21 = 456 (100%)
R 245 of 456 ~ 53.73%
G 190 of 456 ~ 41.67%
B 21 of 456 ~ 4.61%

%53.73
%41.67

CMYK color model

#F5BE15 color CMYK value is (0,22,91,4).

  • cyan value is 0.00%
  • magenta value is 22.45%
  • yellow value is 91.43%
  • key color value is 3.92%
CMYK:
(0,22,91,4)
C0M22Y91K4 
(0%,22%,91%,4%)
(0.00/0.22/0.91/0.04)	

CMYK percentages

%0
%22.45
%91.43
%3.92

Codes

Color #F5BE15 in popluar color models

F5BE15
RGB24519021
HSL45°91.80%52.16%
HSB/HSV45°91.43%96.08%
CMYK0.00%22.45%91.43%
3.92%

Color #F5BE15 in popluar number systems.

HEXF5BE15
Decimal24519021
Binary111101011011111010101
Octal36527625

Shades and tints

Shades of #F5BE15

#F5BE15
(245,190,21)
#DFAD14
(223,173,20)
#C99C13
(201,156,19)
#B38B12
(179,139,18)
#9D7A11
(157,122,17)
#876910
(135,105,16)
#71580F
(113,88,15)
#5B470E
(91,71,14)
#45360D
(69,54,13)
#2F250C
(47,37,12)
#19140B
(25,20,11)
#000000
(0,0,0)

Tints of #F5BE15

#F5BE15
(245,190,21)
#F5C32A
(245,195,42)
#F5C83F
(245,200,63)
#F5CD54
(245,205,84)
#F5D269
(245,210,105)
#F5D77E
(245,215,126)
#F5DC93
(245,220,147)
#F5E1A8
(245,225,168)
#F5E6BD
(245,230,189)
#F5EBD2
(245,235,210)
#F5F0E7
(245,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5BE15 color. Also use rgb(245,190,21) instead hex code.

Text Font Color

.myTextColor { color: #F5BE15; }

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

This text font color is #F5BE15.


Background Color

.myBgColor { background-color: #F5BE15; }

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

This div background color is #F5BE15.


Border color

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

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

This div border color is #F5BE15.


Opacity

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

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

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

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

This text has shadow with #F5BE15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5BE15 on black background.


Color preview on white background

This text has color #F5BE15 on white background.



Black color preview on #F5BE15 background

This text has black color on #F5BE15 background.


White color preview on #F5BE15 background

This text has white color on #F5BE15 background.