COLOR #F4E492

HEX: #F4E492
RGB: (244,228,146)

Renk bilgisi

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

RGB renk modeli

#F4E492 color RGB value is (244,228,146).

  • kırmız ton 244;
  • yeşil ton 228;
  • mavi ton 146.
RGB:
(244,228,146)
(96%,89%,57%)

RGB bağlantıları ve doygunluk

R 244 of 255 = 96%
G 228 of 255 = 89%
B 146 of 255 = 57%

244
228
146

R + G + B ~ 81%. #F4E492 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
244 + 228 + 146 = 618 (100%)
R 244 of 618 ~ 39.48%
G 228 of 618 ~ 36.89%
B 146 of 618 ~ 23.62%

%39.48
%36.89
%23.62

CMYK RENK MODELİ

#F4E492 rengi CMYK tonu (0,7,40,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.56%
  • sarı tonu 40.16%
  • ana renk tonu 4.31%
CMYK:
(0,7,40,4)
C0M7Y40K4 
(0%,7%,40%,4%)
(0.00/0.07/0.40/0.04)	

CMYK yüzdeleri

%0
%6.56
%40.16
%4.31

Codes

Color #F4E492 in popluar color models

F4E492
RGB244228146
HSL50°81.67%76.47%
HSB/HSV50°40.16%95.69%
CMYK0.00%6.56%40.16%
4.31%

Color #F4E492 in popluar number systems.

HEXF4E492
Decimal244228146
Binary111101001110010010010010
Octal364344222

Shades and tints

Shades of #F4E492

#F4E492
(244,228,146)
#DED085
(222,208,133)
#C8BC78
(200,188,120)
#B2A86B
(178,168,107)
#9C945E
(156,148,94)
#868051
(134,128,81)
#706C44
(112,108,68)
#5A5837
(90,88,55)
#44442A
(68,68,42)
#2E301D
(46,48,29)
#181C10
(24,28,16)
#000000
(0,0,0)

Tints of #F4E492

#F4E492
(244,228,146)
#F5E69B
(245,230,155)
#F6E8A4
(246,232,164)
#F7EAAD
(247,234,173)
#F8ECB6
(248,236,182)
#F9EEBF
(249,238,191)
#FAF0C8
(250,240,200)
#FBF2D1
(251,242,209)
#FCF4DA
(252,244,218)
#FDF6E3
(253,246,227)
#FEF8EC
(254,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E492 color. Also use rgb(244,228,146) instead hex code.

Text Font Color

.myTextColor { color: #F4E492; }

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

This text font color is #F4E492.


Background Color

.myBgColor { background-color: #F4E492; }

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

This div background color is #F4E492.


Border color

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

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

This div border color is #F4E492.


Opacity

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

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

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

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

This text has shadow with #F4E492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E492 on black background.


Color preview on white background

This text has color #F4E492 on white background.



Black color preview on #F4E492 background

This text has black color on #F4E492 background.


White color preview on #F4E492 background

This text has white color on #F4E492 background.