COLOR #F0C800

HEX: #F0C800
RGB: (240,200,0)

Renk bilgisi

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

RGB renk modeli

#F0C800 color RGB value is (240,200,0).

  • kırmız ton 240;
  • yeşil ton 200;
  • mavi ton 0.
RGB:
(240,200,0)
(94%,78%,0%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 200 of 255 = 78%
B 0 of 255 = 0%

240
200
0

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 200 + 0 = 440 (100%)
R 240 of 440 ~ 54.55%
G 200 of 440 ~ 45.45%
B 0 of 440 ~ 0%

%54.55
%45.45

CMYK RENK MODELİ

#F0C800 rengi CMYK tonu (0,17,100,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.67%
  • sarı tonu 100.00%
  • ana renk tonu 5.88%
CMYK:
(0,17,100,6)
C0M17Y100K6 
(0%,17%,100%,6%)
(0.00/0.17/1.00/0.06)	

CMYK yüzdeleri

%0
%16.67
%100
%5.88

Codes

Color #F0C800 in popluar color models

F0C800
RGB2402000
HSL50°100.00%47.06%
HSB/HSV50°100.00%94.12%
CMYK0.00%16.67%100.00%
5.88%

Color #F0C800 in popluar number systems.

HEXF0C800
Decimal2402000
Binary11110000110010000
Octal3603100

Shades and tints

Shades of #F0C800

#F0C800
(240,200,0)
#DBB600
(219,182,0)
#C6A400
(198,164,0)
#B19200
(177,146,0)
#9C8000
(156,128,0)
#876E00
(135,110,0)
#725C00
(114,92,0)
#5D4A00
(93,74,0)
#483800
(72,56,0)
#332600
(51,38,0)
#1E1400
(30,20,0)
#000000
(0,0,0)

Tints of #F0C800

#F0C800
(240,200,0)
#F1CD17
(241,205,23)
#F2D22E
(242,210,46)
#F3D745
(243,215,69)
#F4DC5C
(244,220,92)
#F5E173
(245,225,115)
#F6E68A
(246,230,138)
#F7EBA1
(247,235,161)
#F8F0B8
(248,240,184)
#F9F5CF
(249,245,207)
#FAFAE6
(250,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C800 color. Also use rgb(240,200,0) instead hex code.

Text Font Color

.myTextColor { color: #F0C800; }

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

This text font color is #F0C800.


Background Color

.myBgColor { background-color: #F0C800; }

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

This div background color is #F0C800.


Border color

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

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

This div border color is #F0C800.


Opacity

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

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

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

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

This text has shadow with #F0C800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C800 on black background.


Color preview on white background

This text has color #F0C800 on white background.



Black color preview on #F0C800 background

This text has black color on #F0C800 background.


White color preview on #F0C800 background

This text has white color on #F0C800 background.