COLOR #F9E0AF

HEX: #F9E0AF
RGB: (249,224,175)

Renk bilgisi

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

RGB renk modeli

#F9E0AF color RGB value is (249,224,175).

  • kırmız ton 249;
  • yeşil ton 224;
  • mavi ton 175.
RGB:
(249,224,175)
(98%,88%,69%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 224 of 255 = 88%
B 175 of 255 = 69%

249
224
175

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 224 + 175 = 648 (100%)
R 249 of 648 ~ 38.43%
G 224 of 648 ~ 34.57%
B 175 of 648 ~ 27.01%

%38.43
%34.57
%27.01

CMYK RENK MODELİ

#F9E0AF rengi CMYK tonu (0,10,30,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.04%
  • sarı tonu 29.72%
  • ana renk tonu 2.35%
CMYK:
(0,10,30,2)
C0M10Y30K2 
(0%,10%,30%,2%)
(0.00/0.10/0.30/0.02)	

CMYK yüzdeleri

%0
%10.04
%29.72
%2.35

Codes

Color #F9E0AF in popluar color models

F9E0AF
RGB249224175
HSL40°86.05%83.14%
HSB/HSV40°29.72%97.65%
CMYK0.00%10.04%29.72%
2.35%

Color #F9E0AF in popluar number systems.

HEXF9E0AF
Decimal249224175
Binary111110011110000010101111
Octal371340257

Shades and tints

Shades of #F9E0AF

#F9E0AF
(249,224,175)
#E3CCA0
(227,204,160)
#CDB891
(205,184,145)
#B7A482
(183,164,130)
#A19073
(161,144,115)
#8B7C64
(139,124,100)
#756855
(117,104,85)
#5F5446
(95,84,70)
#494037
(73,64,55)
#332C28
(51,44,40)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #F9E0AF

#F9E0AF
(249,224,175)
#F9E2B6
(249,226,182)
#F9E4BD
(249,228,189)
#F9E6C4
(249,230,196)
#F9E8CB
(249,232,203)
#F9EAD2
(249,234,210)
#F9ECD9
(249,236,217)
#F9EEE0
(249,238,224)
#F9F0E7
(249,240,231)
#F9F2EE
(249,242,238)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E0AF color. Also use rgb(249,224,175) instead hex code.

Text Font Color

.myTextColor { color: #F9E0AF; }

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

This text font color is #F9E0AF.


Background Color

.myBgColor { background-color: #F9E0AF; }

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

This div background color is #F9E0AF.


Border color

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

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

This div border color is #F9E0AF.


Opacity

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

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

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

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

This text has shadow with #F9E0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E0AF on black background.


Color preview on white background

This text has color #F9E0AF on white background.



Black color preview on #F9E0AF background

This text has black color on #F9E0AF background.


White color preview on #F9E0AF background

This text has white color on #F9E0AF background.