COLOR #FFC000

HEX: #FFC000
RGB: (255,192,0)

Renk bilgisi

#FFC000 contains mainly red color. #FFC000 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#FFC000 color RGB value is (255,192,0).

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

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 192 of 255 = 75%
B 0 of 255 = 0%

255
192
0

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

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 192 + 0 = 447 (100%)
R 255 of 447 ~ 57.05%
G 192 of 447 ~ 42.95%
B 0 of 447 ~ 0%

%57.05
%42.95

CMYK RENK MODELİ

#FFC000 rengi CMYK tonu (0,25,100,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.71%
  • sarı tonu 100.00%
  • ana renk tonu 0.00%
CMYK:
(0,25,100,0)
C0M25Y100K0 
(0%,25%,100%,0%)
(0.00/0.25/1.00/0.00)	

CMYK yüzdeleri

%0
%24.71
%100
%0

Codes

Color #FFC000 in popluar color models

FFC000
RGB2551920
HSL45°100.00%50.00%
HSB/HSV45°100.00%100.00%
CMYK0.00%24.71%100.00%
0.00%

Color #FFC000 in popluar number systems.

HEXFFC000
Decimal2551920
Binary11111111110000000
Octal3773000

Shades and tints

Shades of #FFC000

#FFC000
(255,192,0)
#E8AF00
(232,175,0)
#D19E00
(209,158,0)
#BA8D00
(186,141,0)
#A37C00
(163,124,0)
#8C6B00
(140,107,0)
#755A00
(117,90,0)
#5E4900
(94,73,0)
#473800
(71,56,0)
#302700
(48,39,0)
#191600
(25,22,0)
#000000
(0,0,0)

Tints of #FFC000

#FFC000
(255,192,0)
#FFC517
(255,197,23)
#FFCA2E
(255,202,46)
#FFCF45
(255,207,69)
#FFD45C
(255,212,92)
#FFD973
(255,217,115)
#FFDE8A
(255,222,138)
#FFE3A1
(255,227,161)
#FFE8B8
(255,232,184)
#FFEDCF
(255,237,207)
#FFF2E6
(255,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC000; }

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

This text font color is #FFC000.


Background Color

.myBgColor { background-color: #FFC000; }

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

This div background color is #FFC000.


Border color

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

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

This div border color is #FFC000.


Opacity

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

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

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

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

This text has shadow with #FFC000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC000 on black background.


Color preview on white background

This text has color #FFC000 on white background.



Black color preview on #FFC000 background

This text has black color on #FFC000 background.


White color preview on #FFC000 background

This text has white color on #FFC000 background.