COLOR #F6EB6A

HEX: #F6EB6A
RGB: (246,235,106)

Renk bilgisi

#F6EB6A contains mainly red and green colors. #F6EB6A ‘ nin web güvenlik rengi #FFFF66 (ya da #FF6) dir.

RGB renk modeli

#F6EB6A color RGB value is (246,235,106).

  • kırmız ton 246;
  • yeşil ton 235;
  • mavi ton 106.
RGB:
(246,235,106)
(96%,92%,42%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 235 of 255 = 92%
B 106 of 255 = 42%

246
235
106

R + G + B ~ 77%. #F6EB6A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 235 + 106 = 587 (100%)
R 246 of 587 ~ 41.91%
G 235 of 587 ~ 40.03%
B 106 of 587 ~ 18.06%

%41.91
%40.03
%18.06

CMYK RENK MODELİ

#F6EB6A rengi CMYK tonu (0,4,57,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.47%
  • sarı tonu 56.91%
  • ana renk tonu 3.53%
CMYK:
(0,4,57,4)
C0M4Y57K4 
(0%,4%,57%,4%)
(0.00/0.04/0.57/0.04)	

CMYK yüzdeleri

%0
%4.47
%56.91
%3.53

Codes

Color #F6EB6A in popluar color models

F6EB6A
RGB246235106
HSL55°88.61%69.02%
HSB/HSV55°56.91%96.47%
CMYK0.00%4.47%56.91%
3.53%

Color #F6EB6A in popluar number systems.

HEXF6EB6A
Decimal246235106
Binary11110110111010111101010
Octal366353152

Shades and tints

Shades of #F6EB6A

#F6EB6A
(246,235,106)
#E0D661
(224,214,97)
#CAC158
(202,193,88)
#B4AC4F
(180,172,79)
#9E9746
(158,151,70)
#88823D
(136,130,61)
#726D34
(114,109,52)
#5C582B
(92,88,43)
#464322
(70,67,34)
#302E19
(48,46,25)
#1A1910
(26,25,16)
#000000
(0,0,0)

Tints of #F6EB6A

#F6EB6A
(246,235,106)
#F6EC77
(246,236,119)
#F6ED84
(246,237,132)
#F6EE91
(246,238,145)
#F6EF9E
(246,239,158)
#F6F0AB
(246,240,171)
#F6F1B8
(246,241,184)
#F6F2C5
(246,242,197)
#F6F3D2
(246,243,210)
#F6F4DF
(246,244,223)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6EB6A color. Also use rgb(246,235,106) instead hex code.

Text Font Color

.myTextColor { color: #F6EB6A; }

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

This text font color is #F6EB6A.


Background Color

.myBgColor { background-color: #F6EB6A; }

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

This div background color is #F6EB6A.


Border color

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

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

This div border color is #F6EB6A.


Opacity

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

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

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

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

This text has shadow with #F6EB6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EB6A on black background.


Color preview on white background

This text has color #F6EB6A on white background.



Black color preview on #F6EB6A background

This text has black color on #F6EB6A background.


White color preview on #F6EB6A background

This text has white color on #F6EB6A background.