COLOR #F6EF74

HEX: #F6EF74
RGB: (246,239,116)

Renk bilgisi

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

RGB renk modeli

#F6EF74 color RGB value is (246,239,116).

  • kırmız ton 246;
  • yeşil ton 239;
  • mavi ton 116.
RGB:
(246,239,116)
(96%,94%,45%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 239 of 255 = 94%
B 116 of 255 = 45%

246
239
116

R + G + B ~ 78%. #F6EF74 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 239 + 116 = 601 (100%)
R 246 of 601 ~ 40.93%
G 239 of 601 ~ 39.77%
B 116 of 601 ~ 19.3%

%40.93
%39.77
%19.3

CMYK RENK MODELİ

#F6EF74 rengi CMYK tonu (0,3,53,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.85%
  • sarı tonu 52.85%
  • ana renk tonu 3.53%
CMYK:
(0,3,53,4)
C0M3Y53K4 
(0%,3%,53%,4%)
(0.00/0.03/0.53/0.04)	

CMYK yüzdeleri

%0
%2.85
%52.85
%3.53

Codes

Color #F6EF74 in popluar color models

F6EF74
RGB246239116
HSL57°87.84%70.98%
HSB/HSV57°52.85%96.47%
CMYK0.00%2.85%52.85%
3.53%

Color #F6EF74 in popluar number systems.

HEXF6EF74
Decimal246239116
Binary11110110111011111110100
Octal366357164

Shades and tints

Shades of #F6EF74

#F6EF74
(246,239,116)
#E0DA6A
(224,218,106)
#CAC560
(202,197,96)
#B4B056
(180,176,86)
#9E9B4C
(158,155,76)
#888642
(136,134,66)
#727138
(114,113,56)
#5C5C2E
(92,92,46)
#464724
(70,71,36)
#30321A
(48,50,26)
#1A1D10
(26,29,16)
#000000
(0,0,0)

Tints of #F6EF74

#F6EF74
(246,239,116)
#F6F080
(246,240,128)
#F6F18C
(246,241,140)
#F6F298
(246,242,152)
#F6F3A4
(246,243,164)
#F6F4B0
(246,244,176)
#F6F5BC
(246,245,188)
#F6F6C8
(246,246,200)
#F6F7D4
(246,247,212)
#F6F8E0
(246,248,224)
#F6F9EC
(246,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6EF74 color. Also use rgb(246,239,116) instead hex code.

Text Font Color

.myTextColor { color: #F6EF74; }

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

This text font color is #F6EF74.


Background Color

.myBgColor { background-color: #F6EF74; }

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

This div background color is #F6EF74.


Border color

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

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

This div border color is #F6EF74.


Opacity

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

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

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

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

This text has shadow with #F6EF74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EF74 on black background.


Color preview on white background

This text has color #F6EF74 on white background.



Black color preview on #F6EF74 background

This text has black color on #F6EF74 background.


White color preview on #F6EF74 background

This text has white color on #F6EF74 background.