COLOR #FFCC00

HEX: #FFCC00
RGB: (255,204,0)

Renk bilgisi

#FFCC00 contains only red and green colors. #FFCC00 color is web safe color. It maybe written shortly as #FC0.

RGB renk modeli

#FFCC00 color RGB value is (255,204,0).

  • kırmız ton 255;
  • yeşil ton 204;
  • mavi ton 0.
RGB:
(255,204,0)
(100%,80%,0%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 204 of 255 = 80%
B 0 of 255 = 0%

255
204
0

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

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 204 + 0 = 459 (100%)
R 255 of 459 ~ 55.56%
G 204 of 459 ~ 44.44%
B 0 of 459 ~ 0%

%55.56
%44.44

CMYK RENK MODELİ

#FFCC00 rengi CMYK tonu (0,20,100,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.00%
  • sarı tonu 100.00%
  • ana renk tonu 0.00%
CMYK:
(0,20,100,0)
C0M20Y100K0 
(0%,20%,100%,0%)
(0.00/0.20/1.00/0.00)	

CMYK yüzdeleri

%0
%20
%100
%0

Codes

Color #FFCC00 in popluar color models

FFCC00
RGB2552040
HSL48°100.00%50.00%
HSB/HSV48°100.00%100.00%
CMYK0.00%20.00%100.00%
0.00%

Color #FFCC00 in popluar number systems.

HEXFFCC00
Decimal2552040
Binary11111111110011000
Octal3773140

Shades and tints

Shades of #FFCC00

#FFCC00
(255,204,0)
#E8BA00
(232,186,0)
#D1A800
(209,168,0)
#BA9600
(186,150,0)
#A38400
(163,132,0)
#8C7200
(140,114,0)
#756000
(117,96,0)
#5E4E00
(94,78,0)
#473C00
(71,60,0)
#302A00
(48,42,0)
#191800
(25,24,0)
#000000
(0,0,0)

Tints of #FFCC00

#FFCC00
(255,204,0)
#FFD017
(255,208,23)
#FFD42E
(255,212,46)
#FFD845
(255,216,69)
#FFDC5C
(255,220,92)
#FFE073
(255,224,115)
#FFE48A
(255,228,138)
#FFE8A1
(255,232,161)
#FFECB8
(255,236,184)
#FFF0CF
(255,240,207)
#FFF4E6
(255,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFCC00 color. Also use rgb(255,204,0) instead hex code.

Text Font Color

.myTextColor { color: #FFCC00; }

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

This text font color is #FFCC00.


Background Color

.myBgColor { background-color: #FFCC00; }

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

This div background color is #FFCC00.


Border color

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

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

This div border color is #FFCC00.


Opacity

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

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

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

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

This text has shadow with #FFCC00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCC00 on black background.


Color preview on white background

This text has color #FFCC00 on white background.



Black color preview on #FFCC00 background

This text has black color on #FFCC00 background.


White color preview on #FFCC00 background

This text has white color on #FFCC00 background.