COLOR #F6CC30

HEX: #F6CC30
RGB: (246,204,48)

Renk bilgisi

#F6CC30 contains mainly red and green colors. #F6CC30 ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.

RGB renk modeli

#F6CC30 color RGB value is (246,204,48).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 204 of 255 = 80%
B 48 of 255 = 19%

246
204
48

R + G + B ~ 65%. #F6CC30 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 204 + 48 = 498 (100%)
R 246 of 498 ~ 49.4%
G 204 of 498 ~ 40.96%
B 48 of 498 ~ 9.64%

%49.4
%40.96
%9.64

CMYK RENK MODELİ

#F6CC30 rengi CMYK tonu (0,17,80,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.07%
  • sarı tonu 80.49%
  • ana renk tonu 3.53%
CMYK:
(0,17,80,4)
C0M17Y80K4 
(0%,17%,80%,4%)
(0.00/0.17/0.80/0.04)	

CMYK yüzdeleri

%0
%17.07
%80.49
%3.53

Codes

Color #F6CC30 in popluar color models

F6CC30
RGB24620448
HSL47°91.67%57.65%
HSB/HSV47°80.49%96.47%
CMYK0.00%17.07%80.49%
3.53%

Color #F6CC30 in popluar number systems.

HEXF6CC30
Decimal24620448
Binary1111011011001100110000
Octal36631460

Shades and tints

Shades of #F6CC30

#F6CC30
(246,204,48)
#E0BA2C
(224,186,44)
#CAA828
(202,168,40)
#B49624
(180,150,36)
#9E8420
(158,132,32)
#88721C
(136,114,28)
#726018
(114,96,24)
#5C4E14
(92,78,20)
#463C10
(70,60,16)
#302A0C
(48,42,12)
#1A1808
(26,24,8)
#000000
(0,0,0)

Tints of #F6CC30

#F6CC30
(246,204,48)
#F6D042
(246,208,66)
#F6D454
(246,212,84)
#F6D866
(246,216,102)
#F6DC78
(246,220,120)
#F6E08A
(246,224,138)
#F6E49C
(246,228,156)
#F6E8AE
(246,232,174)
#F6ECC0
(246,236,192)
#F6F0D2
(246,240,210)
#F6F4E4
(246,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CC30; }

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

This text font color is #F6CC30.


Background Color

.myBgColor { background-color: #F6CC30; }

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

This div background color is #F6CC30.


Border color

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

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

This div border color is #F6CC30.


Opacity

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

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

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

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

This text has shadow with #F6CC30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CC30 on black background.


Color preview on white background

This text has color #F6CC30 on white background.



Black color preview on #F6CC30 background

This text has black color on #F6CC30 background.


White color preview on #F6CC30 background

This text has white color on #F6CC30 background.