COLOR #F9EA7C

HEX: #F9EA7C
RGB: (249,234,124)

Renk bilgisi

#F9EA7C contains mainly red and green colors. #F9EA7C ‘ nin web güvenlik rengi #FFFF66 (ya da #FF6) dir.

RGB renk modeli

#F9EA7C color RGB value is (249,234,124).

  • kırmız ton 249;
  • yeşil ton 234;
  • mavi ton 124.
RGB:
(249,234,124)
(98%,92%,49%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 234 of 255 = 92%
B 124 of 255 = 49%

249
234
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 234 + 124 = 607 (100%)
R 249 of 607 ~ 41.02%
G 234 of 607 ~ 38.55%
B 124 of 607 ~ 20.43%

%41.02
%38.55
%20.43

CMYK RENK MODELİ

#F9EA7C rengi CMYK tonu (0,6,50,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.02%
  • sarı tonu 50.20%
  • ana renk tonu 2.35%
CMYK:
(0,6,50,2)
C0M6Y50K2 
(0%,6%,50%,2%)
(0.00/0.06/0.50/0.02)	

CMYK yüzdeleri

%0
%6.02
%50.2
%2.35

Codes

Color #F9EA7C in popluar color models

F9EA7C
RGB249234124
HSL53°91.24%73.14%
HSB/HSV53°50.20%97.65%
CMYK0.00%6.02%50.20%
2.35%

Color #F9EA7C in popluar number systems.

HEXF9EA7C
Decimal249234124
Binary11111001111010101111100
Octal371352174

Shades and tints

Shades of #F9EA7C

#F9EA7C
(249,234,124)
#E3D571
(227,213,113)
#CDC066
(205,192,102)
#B7AB5B
(183,171,91)
#A19650
(161,150,80)
#8B8145
(139,129,69)
#756C3A
(117,108,58)
#5F572F
(95,87,47)
#494224
(73,66,36)
#332D19
(51,45,25)
#1D180E
(29,24,14)
#000000
(0,0,0)

Tints of #F9EA7C

#F9EA7C
(249,234,124)
#F9EB87
(249,235,135)
#F9EC92
(249,236,146)
#F9ED9D
(249,237,157)
#F9EEA8
(249,238,168)
#F9EFB3
(249,239,179)
#F9F0BE
(249,240,190)
#F9F1C9
(249,241,201)
#F9F2D4
(249,242,212)
#F9F3DF
(249,243,223)
#F9F4EA
(249,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9EA7C color. Also use rgb(249,234,124) instead hex code.

Text Font Color

.myTextColor { color: #F9EA7C; }

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

This text font color is #F9EA7C.


Background Color

.myBgColor { background-color: #F9EA7C; }

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

This div background color is #F9EA7C.


Border color

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

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

This div border color is #F9EA7C.


Opacity

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

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

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

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

This text has shadow with #F9EA7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EA7C on black background.


Color preview on white background

This text has color #F9EA7C on white background.



Black color preview on #F9EA7C background

This text has black color on #F9EA7C background.


White color preview on #F9EA7C background

This text has white color on #F9EA7C background.