COLOR #F6BA30

HEX: #F6BA30
RGB: (246,186,48)

Renk bilgisi

#F6BA30 contains mainly red color. #F6BA30 ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.

RGB renk modeli

#F6BA30 color RGB value is (246,186,48).

  • kırmız ton 246;
  • yeşil ton 186;
  • mavi ton 48.
RGB:
(246,186,48)
(96%,73%,19%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 186 of 255 = 73%
B 48 of 255 = 19%

246
186
48

R + G + B ~ 63%. #F6BA30 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 186 + 48 = 480 (100%)
R 246 of 480 ~ 51.25%
G 186 of 480 ~ 38.75%
B 48 of 480 ~ 10%

%51.25
%38.75
%10

CMYK RENK MODELİ

#F6BA30 rengi CMYK tonu (0,24,80,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.39%
  • sarı tonu 80.49%
  • ana renk tonu 3.53%
CMYK:
(0,24,80,4)
C0M24Y80K4 
(0%,24%,80%,4%)
(0.00/0.24/0.80/0.04)	

CMYK yüzdeleri

%0
%24.39
%80.49
%3.53

Codes

Color #F6BA30 in popluar color models

F6BA30
RGB24618648
HSL42°91.67%57.65%
HSB/HSV42°80.49%96.47%
CMYK0.00%24.39%80.49%
3.53%

Color #F6BA30 in popluar number systems.

HEXF6BA30
Decimal24618648
Binary1111011010111010110000
Octal36627260

Shades and tints

Shades of #F6BA30

#F6BA30
(246,186,48)
#E0AA2C
(224,170,44)
#CA9A28
(202,154,40)
#B48A24
(180,138,36)
#9E7A20
(158,122,32)
#886A1C
(136,106,28)
#725A18
(114,90,24)
#5C4A14
(92,74,20)
#463A10
(70,58,16)
#302A0C
(48,42,12)
#1A1A08
(26,26,8)
#000000
(0,0,0)

Tints of #F6BA30

#F6BA30
(246,186,48)
#F6C042
(246,192,66)
#F6C654
(246,198,84)
#F6CC66
(246,204,102)
#F6D278
(246,210,120)
#F6D88A
(246,216,138)
#F6DE9C
(246,222,156)
#F6E4AE
(246,228,174)
#F6EAC0
(246,234,192)
#F6F0D2
(246,240,210)
#F6F6E4
(246,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6BA30 color. Also use rgb(246,186,48) instead hex code.

Text Font Color

.myTextColor { color: #F6BA30; }

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

This text font color is #F6BA30.


Background Color

.myBgColor { background-color: #F6BA30; }

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

This div background color is #F6BA30.


Border color

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

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

This div border color is #F6BA30.


Opacity

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

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

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

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

This text has shadow with #F6BA30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BA30 on black background.


Color preview on white background

This text has color #F6BA30 on white background.



Black color preview on #F6BA30 background

This text has black color on #F6BA30 background.


White color preview on #F6BA30 background

This text has white color on #F6BA30 background.