COLOR #F5CF50

HEX: #F5CF50
RGB: (245,207,80)

Renk bilgisi

#F5CF50 contains mainly red and green colors. #F5CF50 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#F5CF50 color RGB value is (245,207,80).

  • kırmız ton 245;
  • yeşil ton 207;
  • mavi ton 80.
RGB:
(245,207,80)
(96%,81%,31%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 207 of 255 = 81%
B 80 of 255 = 31%

245
207
80

R + G + B ~ 69%. #F5CF50 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 207 + 80 = 532 (100%)
R 245 of 532 ~ 46.05%
G 207 of 532 ~ 38.91%
B 80 of 532 ~ 15.04%

%46.05
%38.91
%15.04

CMYK RENK MODELİ

#F5CF50 rengi CMYK tonu (0,16,67,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.51%
  • sarı tonu 67.35%
  • ana renk tonu 3.92%
CMYK:
(0,16,67,4)
C0M16Y67K4 
(0%,16%,67%,4%)
(0.00/0.16/0.67/0.04)	

CMYK yüzdeleri

%0
%15.51
%67.35
%3.92

Codes

Color #F5CF50 in popluar color models

F5CF50
RGB24520780
HSL46°89.19%63.73%
HSB/HSV46°67.35%96.08%
CMYK0.00%15.51%67.35%
3.92%

Color #F5CF50 in popluar number systems.

HEXF5CF50
Decimal24520780
Binary11110101110011111010000
Octal365317120

Shades and tints

Shades of #F5CF50

#F5CF50
(245,207,80)
#DFBD49
(223,189,73)
#C9AB42
(201,171,66)
#B3993B
(179,153,59)
#9D8734
(157,135,52)
#87752D
(135,117,45)
#716326
(113,99,38)
#5B511F
(91,81,31)
#453F18
(69,63,24)
#2F2D11
(47,45,17)
#191B0A
(25,27,10)
#000000
(0,0,0)

Tints of #F5CF50

#F5CF50
(245,207,80)
#F5D35F
(245,211,95)
#F5D76E
(245,215,110)
#F5DB7D
(245,219,125)
#F5DF8C
(245,223,140)
#F5E39B
(245,227,155)
#F5E7AA
(245,231,170)
#F5EBB9
(245,235,185)
#F5EFC8
(245,239,200)
#F5F3D7
(245,243,215)
#F5F7E6
(245,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CF50 color. Also use rgb(245,207,80) instead hex code.

Text Font Color

.myTextColor { color: #F5CF50; }

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

This text font color is #F5CF50.


Background Color

.myBgColor { background-color: #F5CF50; }

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

This div background color is #F5CF50.


Border color

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

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

This div border color is #F5CF50.


Opacity

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

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

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

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

This text has shadow with #F5CF50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CF50 on black background.


Color preview on white background

This text has color #F5CF50 on white background.



Black color preview on #F5CF50 background

This text has black color on #F5CF50 background.


White color preview on #F5CF50 background

This text has white color on #F5CF50 background.