COLOR #F0C819

HEX: #F0C819
RGB: (240,200,25)

Renk bilgisi

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

RGB renk modeli

#F0C819 color RGB value is (240,200,25).

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

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 200 of 255 = 78%
B 25 of 255 = 10%

240
200
25

R + G + B ~ 61%. #F0C819 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 200 + 25 = 465 (100%)
R 240 of 465 ~ 51.61%
G 200 of 465 ~ 43.01%
B 25 of 465 ~ 5.38%

%51.61
%43.01

CMYK RENK MODELİ

#F0C819 rengi CMYK tonu (0,17,90,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.67%
  • sarı tonu 89.58%
  • ana renk tonu 5.88%
CMYK:
(0,17,90,6)
C0M17Y90K6 
(0%,17%,90%,6%)
(0.00/0.17/0.90/0.06)	

CMYK yüzdeleri

%0
%16.67
%89.58
%5.88

Codes

Color #F0C819 in popluar color models

F0C819
RGB24020025
HSL49°87.76%51.96%
HSB/HSV49°89.58%94.12%
CMYK0.00%16.67%89.58%
5.88%

Color #F0C819 in popluar number systems.

HEXF0C819
Decimal24020025
Binary111100001100100011001
Octal36031031

Shades and tints

Shades of #F0C819

#F0C819
(240,200,25)
#DBB617
(219,182,23)
#C6A415
(198,164,21)
#B19213
(177,146,19)
#9C8011
(156,128,17)
#876E0F
(135,110,15)
#725C0D
(114,92,13)
#5D4A0B
(93,74,11)
#483809
(72,56,9)
#332607
(51,38,7)
#1E1405
(30,20,5)
#000000
(0,0,0)

Tints of #F0C819

#F0C819
(240,200,25)
#F1CD2D
(241,205,45)
#F2D241
(242,210,65)
#F3D755
(243,215,85)
#F4DC69
(244,220,105)
#F5E17D
(245,225,125)
#F6E691
(246,230,145)
#F7EBA5
(247,235,165)
#F8F0B9
(248,240,185)
#F9F5CD
(249,245,205)
#FAFAE1
(250,250,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C819; }

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

This text font color is #F0C819.


Background Color

.myBgColor { background-color: #F0C819; }

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

This div background color is #F0C819.


Border color

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

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

This div border color is #F0C819.


Opacity

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

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

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

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

This text has shadow with #F0C819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C819 on black background.


Color preview on white background

This text has color #F0C819 on white background.



Black color preview on #F0C819 background

This text has black color on #F0C819 background.


White color preview on #F0C819 background

This text has white color on #F0C819 background.