COLOR #F8E69C

HEX: #F8E69C
RGB: (248,230,156)

Renk bilgisi

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

RGB renk modeli

#F8E69C color RGB value is (248,230,156).

  • kırmız ton 248;
  • yeşil ton 230;
  • mavi ton 156.
RGB:
(248,230,156)
(97%,90%,61%)

RGB bağlantıları ve doygunluk

R 248 of 255 = 97%
G 230 of 255 = 90%
B 156 of 255 = 61%

248
230
156

R + G + B ~ 83%. #F8E69C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
248 + 230 + 156 = 634 (100%)
R 248 of 634 ~ 39.12%
G 230 of 634 ~ 36.28%
B 156 of 634 ~ 24.61%

%39.12
%36.28
%24.61

CMYK RENK MODELİ

#F8E69C rengi CMYK tonu (0,7,37,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.26%
  • sarı tonu 37.10%
  • ana renk tonu 2.75%
CMYK:
(0,7,37,3)
C0M7Y37K3 
(0%,7%,37%,3%)
(0.00/0.07/0.37/0.03)	

CMYK yüzdeleri

%0
%7.26
%37.1
%2.75

Codes

Color #F8E69C in popluar color models

F8E69C
RGB248230156
HSL48°86.79%79.22%
HSB/HSV48°37.10%97.25%
CMYK0.00%7.26%37.10%
2.75%

Color #F8E69C in popluar number systems.

HEXF8E69C
Decimal248230156
Binary111110001110011010011100
Octal370346234

Shades and tints

Shades of #F8E69C

#F8E69C
(248,230,156)
#E2D28E
(226,210,142)
#CCBE80
(204,190,128)
#B6AA72
(182,170,114)
#A09664
(160,150,100)
#8A8256
(138,130,86)
#746E48
(116,110,72)
#5E5A3A
(94,90,58)
#48462C
(72,70,44)
#32321E
(50,50,30)
#1C1E10
(28,30,16)
#000000
(0,0,0)

Tints of #F8E69C

#F8E69C
(248,230,156)
#F8E8A5
(248,232,165)
#F8EAAE
(248,234,174)
#F8ECB7
(248,236,183)
#F8EEC0
(248,238,192)
#F8F0C9
(248,240,201)
#F8F2D2
(248,242,210)
#F8F4DB
(248,244,219)
#F8F6E4
(248,246,228)
#F8F8ED
(248,248,237)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E69C color. Also use rgb(248,230,156) instead hex code.

Text Font Color

.myTextColor { color: #F8E69C; }

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

This text font color is #F8E69C.


Background Color

.myBgColor { background-color: #F8E69C; }

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

This div background color is #F8E69C.


Border color

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

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

This div border color is #F8E69C.


Opacity

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

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

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

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

This text has shadow with #F8E69C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E69C on black background.


Color preview on white background

This text has color #F8E69C on white background.



Black color preview on #F8E69C background

This text has black color on #F8E69C background.


White color preview on #F8E69C background

This text has white color on #F8E69C background.