COLOR #F8F139

HEX: #F8F139
RGB: (248,241,57)

Color info

#F8F139 contains mainly red and green colors. Web safe color of #F8F139 is #FFFF33 (or #FF3).

RGB color model

#F8F139 color RGB value is (248,241,57).

  • red value is 248;
  • green value is 241;
  • blue value is 57.
RGB:
(248,241,57)
(97%,95%,22%)

RGB channels and saturation

R 248 of 255 = 97%
G 241 of 255 = 95%
B 57 of 255 = 22%

248
241
57

R + G + B ~ 71%. #F8F139 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 241 + 57 = 546 (100%)
R 248 of 546 ~ 45.42%
G 241 of 546 ~ 44.14%
B 57 of 546 ~ 10.44%

%45.42
%44.14
%10.44

CMYK color model

#F8F139 color CMYK value is (0,3,77,3).

  • cyan value is 0.00%
  • magenta value is 2.82%
  • yellow value is 77.02%
  • key color value is 2.75%
CMYK:
(0,3,77,3)
C0M3Y77K3 
(0%,3%,77%,3%)
(0.00/0.03/0.77/0.03)	

CMYK percentages

%0
%2.82
%77.02
%2.75

Codes

Color #F8F139 in popluar color models

F8F139
RGB24824157
HSL58°93.17%59.80%
HSB/HSV58°77.02%97.25%
CMYK0.00%2.82%77.02%
2.75%

Color #F8F139 in popluar number systems.

HEXF8F139
Decimal24824157
Binary1111100011110001111001
Octal37036171

Shades and tints

Shades of #F8F139

#F8F139
(248,241,57)
#E2DC34
(226,220,52)
#CCC72F
(204,199,47)
#B6B22A
(182,178,42)
#A09D25
(160,157,37)
#8A8820
(138,136,32)
#74731B
(116,115,27)
#5E5E16
(94,94,22)
#484911
(72,73,17)
#32340C
(50,52,12)
#1C1F07
(28,31,7)
#000000
(0,0,0)

Tints of #F8F139

#F8F139
(248,241,57)
#F8F24B
(248,242,75)
#F8F35D
(248,243,93)
#F8F46F
(248,244,111)
#F8F581
(248,245,129)
#F8F693
(248,246,147)
#F8F7A5
(248,247,165)
#F8F8B7
(248,248,183)
#F8F9C9
(248,249,201)
#F8FADB
(248,250,219)
#F8FBED
(248,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8F139 color. Also use rgb(248,241,57) instead hex code.

Text Font Color

.myTextColor { color: #F8F139; }

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

This text font color is #F8F139.


Background Color

.myBgColor { background-color: #F8F139; }

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

This div background color is #F8F139.


Border color

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

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

This div border color is #F8F139.


Opacity

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

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

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

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

This text has shadow with #F8F139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8F139 on black background.


Color preview on white background

This text has color #F8F139 on white background.



Black color preview on #F8F139 background

This text has black color on #F8F139 background.


White color preview on #F8F139 background

This text has white color on #F8F139 background.