COLOR #F6F385

HEX: #F6F385
RGB: (246,243,133)

Renk bilgisi

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

RGB renk modeli

#F6F385 color RGB value is (246,243,133).

  • kırmız ton 246;
  • yeşil ton 243;
  • mavi ton 133.
RGB:
(246,243,133)
(96%,95%,52%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 243 of 255 = 95%
B 133 of 255 = 52%

246
243
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 243 + 133 = 622 (100%)
R 246 of 622 ~ 39.55%
G 243 of 622 ~ 39.07%
B 133 of 622 ~ 21.38%

%39.55
%39.07
%21.38

CMYK RENK MODELİ

#F6F385 rengi CMYK tonu (0,1,46,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.22%
  • sarı tonu 45.93%
  • ana renk tonu 3.53%
CMYK:
(0,1,46,4)
C0M1Y46K4 
(0%,1%,46%,4%)
(0.00/0.01/0.46/0.04)	

CMYK yüzdeleri

%0
%1.22
%45.93
%3.53

Codes

Color #F6F385 in popluar color models

F6F385
RGB246243133
HSL58°86.26%74.31%
HSB/HSV58°45.93%96.47%
CMYK0.00%1.22%45.93%
3.53%

Color #F6F385 in popluar number systems.

HEXF6F385
Decimal246243133
Binary111101101111001110000101
Octal366363205

Shades and tints

Shades of #F6F385

#F6F385
(246,243,133)
#E0DD79
(224,221,121)
#CAC76D
(202,199,109)
#B4B161
(180,177,97)
#9E9B55
(158,155,85)
#888549
(136,133,73)
#726F3D
(114,111,61)
#5C5931
(92,89,49)
#464325
(70,67,37)
#302D19
(48,45,25)
#1A170D
(26,23,13)
#000000
(0,0,0)

Tints of #F6F385

#F6F385
(246,243,133)
#F6F490
(246,244,144)
#F6F59B
(246,245,155)
#F6F6A6
(246,246,166)
#F6F7B1
(246,247,177)
#F6F8BC
(246,248,188)
#F6F9C7
(246,249,199)
#F6FAD2
(246,250,210)
#F6FBDD
(246,251,221)
#F6FCE8
(246,252,232)
#F6FDF3
(246,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6F385 color. Also use rgb(246,243,133) instead hex code.

Text Font Color

.myTextColor { color: #F6F385; }

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

This text font color is #F6F385.


Background Color

.myBgColor { background-color: #F6F385; }

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

This div background color is #F6F385.


Border color

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

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

This div border color is #F6F385.


Opacity

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

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

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

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

This text has shadow with #F6F385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F385 on black background.


Color preview on white background

This text has color #F6F385 on white background.



Black color preview on #F6F385 background

This text has black color on #F6F385 background.


White color preview on #F6F385 background

This text has white color on #F6F385 background.