COLOR #F6AC61

HEX: #F6AC61
RGB: (246,172,97)

Renk bilgisi

#F6AC61 contains mainly red color. #F6AC61 ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#F6AC61 color RGB value is (246,172,97).

  • kırmız ton 246;
  • yeşil ton 172;
  • mavi ton 97.
RGB:
(246,172,97)
(96%,67%,38%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 172 of 255 = 67%
B 97 of 255 = 38%

246
172
97

R + G + B ~ 67%. #F6AC61 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 172 + 97 = 515 (100%)
R 246 of 515 ~ 47.77%
G 172 of 515 ~ 33.4%
B 97 of 515 ~ 18.83%

%47.77
%33.4
%18.83

CMYK RENK MODELİ

#F6AC61 rengi CMYK tonu (0,30,61,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.08%
  • sarı tonu 60.57%
  • ana renk tonu 3.53%
CMYK:
(0,30,61,4)
C0M30Y61K4 
(0%,30%,61%,4%)
(0.00/0.30/0.61/0.04)	

CMYK yüzdeleri

%0
%30.08
%60.57
%3.53

Codes

Color #F6AC61 in popluar color models

F6AC61
RGB24617297
HSL30°89.22%67.25%
HSB/HSV30°60.57%96.47%
CMYK0.00%30.08%60.57%
3.53%

Color #F6AC61 in popluar number systems.

HEXF6AC61
Decimal24617297
Binary11110110101011001100001
Octal366254141

Shades and tints

Shades of #F6AC61

#F6AC61
(246,172,97)
#E09D59
(224,157,89)
#CA8E51
(202,142,81)
#B47F49
(180,127,73)
#9E7041
(158,112,65)
#886139
(136,97,57)
#725231
(114,82,49)
#5C4329
(92,67,41)
#463421
(70,52,33)
#302519
(48,37,25)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #F6AC61

#F6AC61
(246,172,97)
#F6B36F
(246,179,111)
#F6BA7D
(246,186,125)
#F6C18B
(246,193,139)
#F6C899
(246,200,153)
#F6CFA7
(246,207,167)
#F6D6B5
(246,214,181)
#F6DDC3
(246,221,195)
#F6E4D1
(246,228,209)
#F6EBDF
(246,235,223)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6AC61 color. Also use rgb(246,172,97) instead hex code.

Text Font Color

.myTextColor { color: #F6AC61; }

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

This text font color is #F6AC61.


Background Color

.myBgColor { background-color: #F6AC61; }

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

This div background color is #F6AC61.


Border color

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

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

This div border color is #F6AC61.


Opacity

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

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

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

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

This text has shadow with #F6AC61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6AC61 on black background.


Color preview on white background

This text has color #F6AC61 on white background.



Black color preview on #F6AC61 background

This text has black color on #F6AC61 background.


White color preview on #F6AC61 background

This text has white color on #F6AC61 background.