COLOR #F8E487

HEX: #F8E487
RGB: (248,228,135)

Renk bilgisi

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

RGB renk modeli

#F8E487 color RGB value is (248,228,135).

  • kırmız ton 248;
  • yeşil ton 228;
  • mavi ton 135.
RGB:
(248,228,135)
(97%,89%,53%)

RGB bağlantıları ve doygunluk

R 248 of 255 = 97%
G 228 of 255 = 89%
B 135 of 255 = 53%

248
228
135

R + G + B ~ 80%. #F8E487 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
248 + 228 + 135 = 611 (100%)
R 248 of 611 ~ 40.59%
G 228 of 611 ~ 37.32%
B 135 of 611 ~ 22.09%

%40.59
%37.32
%22.09

CMYK RENK MODELİ

#F8E487 rengi CMYK tonu (0,8,46,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.06%
  • sarı tonu 45.56%
  • ana renk tonu 2.75%
CMYK:
(0,8,46,3)
C0M8Y46K3 
(0%,8%,46%,3%)
(0.00/0.08/0.46/0.03)	

CMYK yüzdeleri

%0
%8.06
%45.56
%2.75

Codes

Color #F8E487 in popluar color models

F8E487
RGB248228135
HSL49°88.98%75.10%
HSB/HSV49°45.56%97.25%
CMYK0.00%8.06%45.56%
2.75%

Color #F8E487 in popluar number systems.

HEXF8E487
Decimal248228135
Binary111110001110010010000111
Octal370344207

Shades and tints

Shades of #F8E487

#F8E487
(248,228,135)
#E2D07B
(226,208,123)
#CCBC6F
(204,188,111)
#B6A863
(182,168,99)
#A09457
(160,148,87)
#8A804B
(138,128,75)
#746C3F
(116,108,63)
#5E5833
(94,88,51)
#484427
(72,68,39)
#32301B
(50,48,27)
#1C1C0F
(28,28,15)
#000000
(0,0,0)

Tints of #F8E487

#F8E487
(248,228,135)
#F8E691
(248,230,145)
#F8E89B
(248,232,155)
#F8EAA5
(248,234,165)
#F8ECAF
(248,236,175)
#F8EEB9
(248,238,185)
#F8F0C3
(248,240,195)
#F8F2CD
(248,242,205)
#F8F4D7
(248,244,215)
#F8F6E1
(248,246,225)
#F8F8EB
(248,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E487 color. Also use rgb(248,228,135) instead hex code.

Text Font Color

.myTextColor { color: #F8E487; }

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

This text font color is #F8E487.


Background Color

.myBgColor { background-color: #F8E487; }

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

This div background color is #F8E487.


Border color

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

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

This div border color is #F8E487.


Opacity

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

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

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

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

This text has shadow with #F8E487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E487 on black background.


Color preview on white background

This text has color #F8E487 on white background.



Black color preview on #F8E487 background

This text has black color on #F8E487 background.


White color preview on #F8E487 background

This text has white color on #F8E487 background.