COLOR #F6E483

HEX: #F6E483
RGB: (246,228,131)

Renk bilgisi

#F6E483 contains mainly red and green colors. #F6E483 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#F6E483 color RGB value is (246,228,131).

  • kırmız ton 246;
  • yeşil ton 228;
  • mavi ton 131.
RGB:
(246,228,131)
(96%,89%,51%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 228 of 255 = 89%
B 131 of 255 = 51%

246
228
131

R + G + B ~ 79%. #F6E483 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 228 + 131 = 605 (100%)
R 246 of 605 ~ 40.66%
G 228 of 605 ~ 37.69%
B 131 of 605 ~ 21.65%

%40.66
%37.69
%21.65

CMYK RENK MODELİ

#F6E483 rengi CMYK tonu (0,7,47,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.32%
  • sarı tonu 46.75%
  • ana renk tonu 3.53%
CMYK:
(0,7,47,4)
C0M7Y47K4 
(0%,7%,47%,4%)
(0.00/0.07/0.47/0.04)	

CMYK yüzdeleri

%0
%7.32
%46.75
%3.53

Codes

Color #F6E483 in popluar color models

F6E483
RGB246228131
HSL51°86.47%73.92%
HSB/HSV51°46.75%96.47%
CMYK0.00%7.32%46.75%
3.53%

Color #F6E483 in popluar number systems.

HEXF6E483
Decimal246228131
Binary111101101110010010000011
Octal366344203

Shades and tints

Shades of #F6E483

#F6E483
(246,228,131)
#E0D078
(224,208,120)
#CABC6D
(202,188,109)
#B4A862
(180,168,98)
#9E9457
(158,148,87)
#88804C
(136,128,76)
#726C41
(114,108,65)
#5C5836
(92,88,54)
#46442B
(70,68,43)
#303020
(48,48,32)
#1A1C15
(26,28,21)
#000000
(0,0,0)

Tints of #F6E483

#F6E483
(246,228,131)
#F6E68E
(246,230,142)
#F6E899
(246,232,153)
#F6EAA4
(246,234,164)
#F6ECAF
(246,236,175)
#F6EEBA
(246,238,186)
#F6F0C5
(246,240,197)
#F6F2D0
(246,242,208)
#F6F4DB
(246,244,219)
#F6F6E6
(246,246,230)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E483 color. Also use rgb(246,228,131) instead hex code.

Text Font Color

.myTextColor { color: #F6E483; }

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

This text font color is #F6E483.


Background Color

.myBgColor { background-color: #F6E483; }

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

This div background color is #F6E483.


Border color

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

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

This div border color is #F6E483.


Opacity

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

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

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

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

This text has shadow with #F6E483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E483 on black background.


Color preview on white background

This text has color #F6E483 on white background.



Black color preview on #F6E483 background

This text has black color on #F6E483 background.


White color preview on #F6E483 background

This text has white color on #F6E483 background.