COLOR #F1D498

HEX: #F1D498
RGB: (241,212,152)

Renk bilgisi

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

RGB renk modeli

#F1D498 color RGB value is (241,212,152).

  • kırmız ton 241;
  • yeşil ton 212;
  • mavi ton 152.
RGB:
(241,212,152)
(95%,83%,60%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 212 of 255 = 83%
B 152 of 255 = 60%

241
212
152

R + G + B ~ 79%. #F1D498 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 212 + 152 = 605 (100%)
R 241 of 605 ~ 39.83%
G 212 of 605 ~ 35.04%
B 152 of 605 ~ 25.12%

%39.83
%35.04
%25.12

CMYK RENK MODELİ

#F1D498 rengi CMYK tonu (0,12,37,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.03%
  • sarı tonu 36.93%
  • ana renk tonu 5.49%
CMYK:
(0,12,37,5)
C0M12Y37K5 
(0%,12%,37%,5%)
(0.00/0.12/0.37/0.05)	

CMYK yüzdeleri

%0
%12.03
%36.93
%5.49

Codes

Color #F1D498 in popluar color models

F1D498
RGB241212152
HSL40°76.07%77.06%
HSB/HSV40°36.93%94.51%
CMYK0.00%12.03%36.93%
5.49%

Color #F1D498 in popluar number systems.

HEXF1D498
Decimal241212152
Binary111100011101010010011000
Octal361324230

Shades and tints

Shades of #F1D498

#F1D498
(241,212,152)
#DCC18B
(220,193,139)
#C7AE7E
(199,174,126)
#B29B71
(178,155,113)
#9D8864
(157,136,100)
#887557
(136,117,87)
#73624A
(115,98,74)
#5E4F3D
(94,79,61)
#493C30
(73,60,48)
#342923
(52,41,35)
#1F1616
(31,22,22)
#000000
(0,0,0)

Tints of #F1D498

#F1D498
(241,212,152)
#F2D7A1
(242,215,161)
#F3DAAA
(243,218,170)
#F4DDB3
(244,221,179)
#F5E0BC
(245,224,188)
#F6E3C5
(246,227,197)
#F7E6CE
(247,230,206)
#F8E9D7
(248,233,215)
#F9ECE0
(249,236,224)
#FAEFE9
(250,239,233)
#FBF2F2
(251,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D498 color. Also use rgb(241,212,152) instead hex code.

Text Font Color

.myTextColor { color: #F1D498; }

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

This text font color is #F1D498.


Background Color

.myBgColor { background-color: #F1D498; }

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

This div background color is #F1D498.


Border color

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

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

This div border color is #F1D498.


Opacity

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

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

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

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

This text has shadow with #F1D498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D498 on black background.


Color preview on white background

This text has color #F1D498 on white background.



Black color preview on #F1D498 background

This text has black color on #F1D498 background.


White color preview on #F1D498 background

This text has white color on #F1D498 background.