COLOR #F8E58F

HEX: #F8E58F
RGB: (248,229,143)

Renk bilgisi

#F8E58F contains mainly red and green colors. #F8E58F ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#F8E58F color RGB value is (248,229,143).

  • kırmız ton 248;
  • yeşil ton 229;
  • mavi ton 143.
RGB:
(248,229,143)
(97%,90%,56%)

RGB bağlantıları ve doygunluk

R 248 of 255 = 97%
G 229 of 255 = 90%
B 143 of 255 = 56%

248
229
143

R + G + B ~ 81%. #F8E58F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
248 + 229 + 143 = 620 (100%)
R 248 of 620 ~ 40%
G 229 of 620 ~ 36.94%
B 143 of 620 ~ 23.06%

%40
%36.94
%23.06

CMYK RENK MODELİ

#F8E58F rengi CMYK tonu (0,8,42,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.66%
  • sarı tonu 42.34%
  • ana renk tonu 2.75%
CMYK:
(0,8,42,3)
C0M8Y42K3 
(0%,8%,42%,3%)
(0.00/0.08/0.42/0.03)	

CMYK yüzdeleri

%0
%7.66
%42.34
%2.75

Codes

Color #F8E58F in popluar color models

F8E58F
RGB248229143
HSL49°88.24%76.67%
HSB/HSV49°42.34%97.25%
CMYK0.00%7.66%42.34%
2.75%

Color #F8E58F in popluar number systems.

HEXF8E58F
Decimal248229143
Binary111110001110010110001111
Octal370345217

Shades and tints

Shades of #F8E58F

#F8E58F
(248,229,143)
#E2D182
(226,209,130)
#CCBD75
(204,189,117)
#B6A968
(182,169,104)
#A0955B
(160,149,91)
#8A814E
(138,129,78)
#746D41
(116,109,65)
#5E5934
(94,89,52)
#484527
(72,69,39)
#32311A
(50,49,26)
#1C1D0D
(28,29,13)
#000000
(0,0,0)

Tints of #F8E58F

#F8E58F
(248,229,143)
#F8E799
(248,231,153)
#F8E9A3
(248,233,163)
#F8EBAD
(248,235,173)
#F8EDB7
(248,237,183)
#F8EFC1
(248,239,193)
#F8F1CB
(248,241,203)
#F8F3D5
(248,243,213)
#F8F5DF
(248,245,223)
#F8F7E9
(248,247,233)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E58F color. Also use rgb(248,229,143) instead hex code.

Text Font Color

.myTextColor { color: #F8E58F; }

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

This text font color is #F8E58F.


Background Color

.myBgColor { background-color: #F8E58F; }

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

This div background color is #F8E58F.


Border color

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

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

This div border color is #F8E58F.


Opacity

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

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

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

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

This text has shadow with #F8E58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E58F on black background.


Color preview on white background

This text has color #F8E58F on white background.



Black color preview on #F8E58F background

This text has black color on #F8E58F background.


White color preview on #F8E58F background

This text has white color on #F8E58F background.