COLOR #F5CC06

HEX: #F5CC06
RGB: (245,204,6)

Renk bilgisi

#F5CC06 contains mainly red and green colors. #F5CC06 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#F5CC06 color RGB value is (245,204,6).

  • kırmız ton 245;
  • yeşil ton 204;
  • mavi ton 6.
RGB:
(245,204,6)
(96%,80%,2%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 204 of 255 = 80%
B 6 of 255 = 2%

245
204
6

R + G + B ~ 59%. #F5CC06 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 204 + 6 = 455 (100%)
R 245 of 455 ~ 53.85%
G 204 of 455 ~ 44.84%
B 6 of 455 ~ 1.32%

%53.85
%44.84

CMYK RENK MODELİ

#F5CC06 rengi CMYK tonu (0,17,98,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.73%
  • sarı tonu 97.55%
  • ana renk tonu 3.92%
CMYK:
(0,17,98,4)
C0M17Y98K4 
(0%,17%,98%,4%)
(0.00/0.17/0.98/0.04)	

CMYK yüzdeleri

%0
%16.73
%97.55
%3.92

Codes

Color #F5CC06 in popluar color models

F5CC06
RGB2452046
HSL50°95.22%49.22%
HSB/HSV50°97.55%96.08%
CMYK0.00%16.73%97.55%
3.92%

Color #F5CC06 in popluar number systems.

HEXF5CC06
Decimal2452046
Binary1111010111001100110
Octal3653146

Shades and tints

Shades of #F5CC06

#F5CC06
(245,204,6)
#DFBA06
(223,186,6)
#C9A806
(201,168,6)
#B39606
(179,150,6)
#9D8406
(157,132,6)
#877206
(135,114,6)
#716006
(113,96,6)
#5B4E06
(91,78,6)
#453C06
(69,60,6)
#2F2A06
(47,42,6)
#191806
(25,24,6)
#000000
(0,0,0)

Tints of #F5CC06

#F5CC06
(245,204,6)
#F5D01C
(245,208,28)
#F5D432
(245,212,50)
#F5D848
(245,216,72)
#F5DC5E
(245,220,94)
#F5E074
(245,224,116)
#F5E48A
(245,228,138)
#F5E8A0
(245,232,160)
#F5ECB6
(245,236,182)
#F5F0CC
(245,240,204)
#F5F4E2
(245,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CC06 color. Also use rgb(245,204,6) instead hex code.

Text Font Color

.myTextColor { color: #F5CC06; }

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

This text font color is #F5CC06.


Background Color

.myBgColor { background-color: #F5CC06; }

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

This div background color is #F5CC06.


Border color

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

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

This div border color is #F5CC06.


Opacity

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

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

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

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

This text has shadow with #F5CC06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CC06 on black background.


Color preview on white background

This text has color #F5CC06 on white background.



Black color preview on #F5CC06 background

This text has black color on #F5CC06 background.


White color preview on #F5CC06 background

This text has white color on #F5CC06 background.