COLOR #F5F80B

HEX: #F5F80B
RGB: (245,248,11)

Color info

#F5F80B contains mainly red and green colors. Web safe color of #F5F80B is #FFFF00 (or #FF0).

RGB color model

#F5F80B color RGB value is (245,248,11).

  • red value is 245;
  • green value is 248;
  • blue value is 11.
RGB:
(245,248,11)
(96%,97%,4%)

RGB channels and saturation

R 245 of 255 = 96%
G 248 of 255 = 97%
B 11 of 255 = 4%

245
248
11

R + G + B ~ 66%. #F5F80B is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 248 + 11 = 504 (100%)
R 245 of 504 ~ 48.61%
G 248 of 504 ~ 49.21%
B 11 of 504 ~ 2.18%

%48.61
%49.21

CMYK color model

#F5F80B color CMYK value is (1,0,96,3).

  • cyan value is 1.21%
  • magenta value is 0.00%
  • yellow value is 95.56%
  • key color value is 2.75%
CMYK:
(1,0,96,3)
C1M0Y96K3 
(1%,0%,96%,3%)
(0.01/0.00/0.96/0.03)	

CMYK percentages

%1.21
%0
%95.56
%2.75

Codes

Color #F5F80B in popluar color models

F5F80B
RGB24524811
HSL61°94.42%50.78%
HSB/HSV61°95.56%97.25%
CMYK1.21%0.00%95.56%
2.75%

Color #F5F80B in popluar number systems.

HEXF5F80B
Decimal24524811
Binary11110101111110001011
Octal36537013

Shades and tints

Shades of #F5F80B

#F5F80B
(245,248,11)
#DFE20A
(223,226,10)
#C9CC09
(201,204,9)
#B3B608
(179,182,8)
#9DA007
(157,160,7)
#878A06
(135,138,6)
#717405
(113,116,5)
#5B5E04
(91,94,4)
#454803
(69,72,3)
#2F3202
(47,50,2)
#191C01
(25,28,1)
#000000
(0,0,0)

Tints of #F5F80B

#F5F80B
(245,248,11)
#F5F821
(245,248,33)
#F5F837
(245,248,55)
#F5F84D
(245,248,77)
#F5F863
(245,248,99)
#F5F879
(245,248,121)
#F5F88F
(245,248,143)
#F5F8A5
(245,248,165)
#F5F8BB
(245,248,187)
#F5F8D1
(245,248,209)
#F5F8E7
(245,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5F80B color. Also use rgb(245,248,11) instead hex code.

Text Font Color

.myTextColor { color: #F5F80B; }

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

This text font color is #F5F80B.


Background Color

.myBgColor { background-color: #F5F80B; }

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

This div background color is #F5F80B.


Border color

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

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

This div border color is #F5F80B.


Opacity

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

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

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

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

This text has shadow with #F5F80B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F80B on black background.


Color preview on white background

This text has color #F5F80B on white background.



Black color preview on #F5F80B background

This text has black color on #F5F80B background.


White color preview on #F5F80B background

This text has white color on #F5F80B background.