COLOR #F8E476

HEX: #F8E476
RGB: (248,228,118)

Renk bilgisi

#F8E476 contains mainly red and green colors. #F8E476 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#F8E476 color RGB value is (248,228,118).

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

RGB bağlantıları ve doygunluk

R 248 of 255 = 97%
G 228 of 255 = 89%
B 118 of 255 = 46%

248
228
118

R + G + B ~ 77%. #F8E476 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
248 + 228 + 118 = 594 (100%)
R 248 of 594 ~ 41.75%
G 228 of 594 ~ 38.38%
B 118 of 594 ~ 19.87%

%41.75
%38.38
%19.87

CMYK RENK MODELİ

#F8E476 rengi CMYK tonu (0,8,52,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.06%
  • sarı tonu 52.42%
  • ana renk tonu 2.75%
CMYK:
(0,8,52,3)
C0M8Y52K3 
(0%,8%,52%,3%)
(0.00/0.08/0.52/0.03)	

CMYK yüzdeleri

%0
%8.06
%52.42
%2.75

Codes

Color #F8E476 in popluar color models

F8E476
RGB248228118
HSL51°90.28%71.76%
HSB/HSV51°52.42%97.25%
CMYK0.00%8.06%52.42%
2.75%

Color #F8E476 in popluar number systems.

HEXF8E476
Decimal248228118
Binary11111000111001001110110
Octal370344166

Shades and tints

Shades of #F8E476

#F8E476
(248,228,118)
#E2D06C
(226,208,108)
#CCBC62
(204,188,98)
#B6A858
(182,168,88)
#A0944E
(160,148,78)
#8A8044
(138,128,68)
#746C3A
(116,108,58)
#5E5830
(94,88,48)
#484426
(72,68,38)
#32301C
(50,48,28)
#1C1C12
(28,28,18)
#000000
(0,0,0)

Tints of #F8E476

#F8E476
(248,228,118)
#F8E682
(248,230,130)
#F8E88E
(248,232,142)
#F8EA9A
(248,234,154)
#F8ECA6
(248,236,166)
#F8EEB2
(248,238,178)
#F8F0BE
(248,240,190)
#F8F2CA
(248,242,202)
#F8F4D6
(248,244,214)
#F8F6E2
(248,246,226)
#F8F8EE
(248,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8E476; }

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

This text font color is #F8E476.


Background Color

.myBgColor { background-color: #F8E476; }

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

This div background color is #F8E476.


Border color

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

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

This div border color is #F8E476.


Opacity

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

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

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

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

This text has shadow with #F8E476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E476 on black background.


Color preview on white background

This text has color #F8E476 on white background.



Black color preview on #F8E476 background

This text has black color on #F8E476 background.


White color preview on #F8E476 background

This text has white color on #F8E476 background.