COLOR #F5F996

HEX: #F5F996
RGB: (245,249,150)

Renk bilgisi

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

RGB renk modeli

#F5F996 color RGB value is (245,249,150).

  • kırmız ton 245;
  • yeşil ton 249;
  • mavi ton 150.
RGB:
(245,249,150)
(96%,98%,59%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 249 of 255 = 98%
B 150 of 255 = 59%

245
249
150

R + G + B ~ 84%. #F5F996 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 249 + 150 = 644 (100%)
R 245 of 644 ~ 38.04%
G 249 of 644 ~ 38.66%
B 150 of 644 ~ 23.29%

%38.04
%38.66
%23.29

CMYK RENK MODELİ

#F5F996 rengi CMYK tonu (2,0,40,2).

  • camgöbeği tonu 1.61%
  • eflatun tonu 0.00%
  • sarı tonu 39.76%
  • ana renk tonu 2.35%
CMYK:
(2,0,40,2)
C2M0Y40K2 
(2%,0%,40%,2%)
(0.02/0.00/0.40/0.02)	

CMYK yüzdeleri

%1.61
%0
%39.76
%2.35

Codes

Color #F5F996 in popluar color models

F5F996
RGB245249150
HSL62°89.19%78.24%
HSB/HSV62°39.76%97.65%
CMYK1.61%0.00%39.76%
2.35%

Color #F5F996 in popluar number systems.

HEXF5F996
Decimal245249150
Binary111101011111100110010110
Octal365371226

Shades and tints

Shades of #F5F996

#F5F996
(245,249,150)
#DFE389
(223,227,137)
#C9CD7C
(201,205,124)
#B3B76F
(179,183,111)
#9DA162
(157,161,98)
#878B55
(135,139,85)
#717548
(113,117,72)
#5B5F3B
(91,95,59)
#45492E
(69,73,46)
#2F3321
(47,51,33)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #F5F996

#F5F996
(245,249,150)
#F5F99F
(245,249,159)
#F5F9A8
(245,249,168)
#F5F9B1
(245,249,177)
#F5F9BA
(245,249,186)
#F5F9C3
(245,249,195)
#F5F9CC
(245,249,204)
#F5F9D5
(245,249,213)
#F5F9DE
(245,249,222)
#F5F9E7
(245,249,231)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5F996 color. Also use rgb(245,249,150) instead hex code.

Text Font Color

.myTextColor { color: #F5F996; }

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

This text font color is #F5F996.


Background Color

.myBgColor { background-color: #F5F996; }

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

This div background color is #F5F996.


Border color

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

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

This div border color is #F5F996.


Opacity

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

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

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

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

This text has shadow with #F5F996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F996 on black background.


Color preview on white background

This text has color #F5F996 on white background.



Black color preview on #F5F996 background

This text has black color on #F5F996 background.


White color preview on #F5F996 background

This text has white color on #F5F996 background.