COLOR #F9EBA8

HEX: #F9EBA8
RGB: (249,235,168)

Renk bilgisi

#F9EBA8 contains mainly red and green colors. #F9EBA8 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#F9EBA8 color RGB value is (249,235,168).

  • kırmız ton 249;
  • yeşil ton 235;
  • mavi ton 168.
RGB:
(249,235,168)
(98%,92%,66%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 235 of 255 = 92%
B 168 of 255 = 66%

249
235
168

R + G + B ~ 85%. #F9EBA8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 235 + 168 = 652 (100%)
R 249 of 652 ~ 38.19%
G 235 of 652 ~ 36.04%
B 168 of 652 ~ 25.77%

%38.19
%36.04
%25.77

CMYK RENK MODELİ

#F9EBA8 rengi CMYK tonu (0,6,33,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.62%
  • sarı tonu 32.53%
  • ana renk tonu 2.35%
CMYK:
(0,6,33,2)
C0M6Y33K2 
(0%,6%,33%,2%)
(0.00/0.06/0.33/0.02)	

CMYK yüzdeleri

%0
%5.62
%32.53
%2.35

Codes

Color #F9EBA8 in popluar color models

F9EBA8
RGB249235168
HSL50°87.10%81.76%
HSB/HSV50°32.53%97.65%
CMYK0.00%5.62%32.53%
2.35%

Color #F9EBA8 in popluar number systems.

HEXF9EBA8
Decimal249235168
Binary111110011110101110101000
Octal371353250

Shades and tints

Shades of #F9EBA8

#F9EBA8
(249,235,168)
#E3D699
(227,214,153)
#CDC18A
(205,193,138)
#B7AC7B
(183,172,123)
#A1976C
(161,151,108)
#8B825D
(139,130,93)
#756D4E
(117,109,78)
#5F583F
(95,88,63)
#494330
(73,67,48)
#332E21
(51,46,33)
#1D1912
(29,25,18)
#000000
(0,0,0)

Tints of #F9EBA8

#F9EBA8
(249,235,168)
#F9ECAF
(249,236,175)
#F9EDB6
(249,237,182)
#F9EEBD
(249,238,189)
#F9EFC4
(249,239,196)
#F9F0CB
(249,240,203)
#F9F1D2
(249,241,210)
#F9F2D9
(249,242,217)
#F9F3E0
(249,243,224)
#F9F4E7
(249,244,231)
#F9F5EE
(249,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9EBA8 color. Also use rgb(249,235,168) instead hex code.

Text Font Color

.myTextColor { color: #F9EBA8; }

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

This text font color is #F9EBA8.


Background Color

.myBgColor { background-color: #F9EBA8; }

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

This div background color is #F9EBA8.


Border color

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

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

This div border color is #F9EBA8.


Opacity

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

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

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

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

This text has shadow with #F9EBA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EBA8 on black background.


Color preview on white background

This text has color #F9EBA8 on white background.



Black color preview on #F9EBA8 background

This text has black color on #F9EBA8 background.


White color preview on #F9EBA8 background

This text has white color on #F9EBA8 background.