COLOR #F0C123

HEX: #F0C123
RGB: (240,193,35)

Renk bilgisi

#F0C123 contains mainly red and green colors. #F0C123 ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.

RGB renk modeli

#F0C123 color RGB value is (240,193,35).

  • kırmız ton 240;
  • yeşil ton 193;
  • mavi ton 35.
RGB:
(240,193,35)
(94%,76%,14%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 193 of 255 = 76%
B 35 of 255 = 14%

240
193
35

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 193 + 35 = 468 (100%)
R 240 of 468 ~ 51.28%
G 193 of 468 ~ 41.24%
B 35 of 468 ~ 7.48%

%51.28
%41.24

CMYK RENK MODELİ

#F0C123 rengi CMYK tonu (0,20,85,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.58%
  • sarı tonu 85.42%
  • ana renk tonu 5.88%
CMYK:
(0,20,85,6)
C0M20Y85K6 
(0%,20%,85%,6%)
(0.00/0.20/0.85/0.06)	

CMYK yüzdeleri

%0
%19.58
%85.42
%5.88

Codes

Color #F0C123 in popluar color models

F0C123
RGB24019335
HSL46°87.23%53.92%
HSB/HSV46°85.42%94.12%
CMYK0.00%19.58%85.42%
5.88%

Color #F0C123 in popluar number systems.

HEXF0C123
Decimal24019335
Binary1111000011000001100011
Octal36030143

Shades and tints

Shades of #F0C123

#F0C123
(240,193,35)
#DBB020
(219,176,32)
#C69F1D
(198,159,29)
#B18E1A
(177,142,26)
#9C7D17
(156,125,23)
#876C14
(135,108,20)
#725B11
(114,91,17)
#5D4A0E
(93,74,14)
#48390B
(72,57,11)
#332808
(51,40,8)
#1E1705
(30,23,5)
#000000
(0,0,0)

Tints of #F0C123

#F0C123
(240,193,35)
#F1C637
(241,198,55)
#F2CB4B
(242,203,75)
#F3D05F
(243,208,95)
#F4D573
(244,213,115)
#F5DA87
(245,218,135)
#F6DF9B
(246,223,155)
#F7E4AF
(247,228,175)
#F8E9C3
(248,233,195)
#F9EED7
(249,238,215)
#FAF3EB
(250,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C123 color. Also use rgb(240,193,35) instead hex code.

Text Font Color

.myTextColor { color: #F0C123; }

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

This text font color is #F0C123.


Background Color

.myBgColor { background-color: #F0C123; }

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

This div background color is #F0C123.


Border color

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

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

This div border color is #F0C123.


Opacity

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

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

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

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

This text has shadow with #F0C123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C123 on black background.


Color preview on white background

This text has color #F0C123 on white background.



Black color preview on #F0C123 background

This text has black color on #F0C123 background.


White color preview on #F0C123 background

This text has white color on #F0C123 background.