COLOR #F6F59D

HEX: #F6F59D
RGB: (246,245,157)

Renk bilgisi

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

RGB renk modeli

#F6F59D color RGB value is (246,245,157).

  • kırmız ton 246;
  • yeşil ton 245;
  • mavi ton 157.
RGB:
(246,245,157)
(96%,96%,62%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 245 of 255 = 96%
B 157 of 255 = 62%

246
245
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 245 + 157 = 648 (100%)
R 246 of 648 ~ 37.96%
G 245 of 648 ~ 37.81%
B 157 of 648 ~ 24.23%

%37.96
%37.81
%24.23

CMYK RENK MODELİ

#F6F59D rengi CMYK tonu (0,0,36,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.41%
  • sarı tonu 36.18%
  • ana renk tonu 3.53%
CMYK:
(0,0,36,4)
C0M0Y36K4 
(0%,0%,36%,4%)
(0.00/0.00/0.36/0.04)	

CMYK yüzdeleri

%0
%0.41
%36.18
%3.53

Codes

Color #F6F59D in popluar color models

F6F59D
RGB246245157
HSL59°83.18%79.02%
HSB/HSV59°36.18%96.47%
CMYK0.00%0.41%36.18%
3.53%

Color #F6F59D in popluar number systems.

HEXF6F59D
Decimal246245157
Binary111101101111010110011101
Octal366365235

Shades and tints

Shades of #F6F59D

#F6F59D
(246,245,157)
#E0DF8F
(224,223,143)
#CAC981
(202,201,129)
#B4B373
(180,179,115)
#9E9D65
(158,157,101)
#888757
(136,135,87)
#727149
(114,113,73)
#5C5B3B
(92,91,59)
#46452D
(70,69,45)
#302F1F
(48,47,31)
#1A1911
(26,25,17)
#000000
(0,0,0)

Tints of #F6F59D

#F6F59D
(246,245,157)
#F6F5A5
(246,245,165)
#F6F5AD
(246,245,173)
#F6F5B5
(246,245,181)
#F6F5BD
(246,245,189)
#F6F5C5
(246,245,197)
#F6F5CD
(246,245,205)
#F6F5D5
(246,245,213)
#F6F5DD
(246,245,221)
#F6F5E5
(246,245,229)
#F6F5ED
(246,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6F59D color. Also use rgb(246,245,157) instead hex code.

Text Font Color

.myTextColor { color: #F6F59D; }

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

This text font color is #F6F59D.


Background Color

.myBgColor { background-color: #F6F59D; }

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

This div background color is #F6F59D.


Border color

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

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

This div border color is #F6F59D.


Opacity

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

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

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

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

This text has shadow with #F6F59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F59D on black background.


Color preview on white background

This text has color #F6F59D on white background.



Black color preview on #F6F59D background

This text has black color on #F6F59D background.


White color preview on #F6F59D background

This text has white color on #F6F59D background.