COLOR #F5DA27

HEX: #F5DA27
RGB: (245,218,39)

Renk bilgisi

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

RGB renk modeli

#F5DA27 color RGB value is (245,218,39).

  • kırmız ton 245;
  • yeşil ton 218;
  • mavi ton 39.
RGB:
(245,218,39)
(96%,85%,15%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 218 of 255 = 85%
B 39 of 255 = 15%

245
218
39

R + G + B ~ 65%. #F5DA27 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 218 + 39 = 502 (100%)
R 245 of 502 ~ 48.8%
G 218 of 502 ~ 43.43%
B 39 of 502 ~ 7.77%

%48.8
%43.43

CMYK RENK MODELİ

#F5DA27 rengi CMYK tonu (0,11,84,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.02%
  • sarı tonu 84.08%
  • ana renk tonu 3.92%
CMYK:
(0,11,84,4)
C0M11Y84K4 
(0%,11%,84%,4%)
(0.00/0.11/0.84/0.04)	

CMYK yüzdeleri

%0
%11.02
%84.08
%3.92

Codes

Color #F5DA27 in popluar color models

F5DA27
RGB24521839
HSL52°91.15%55.69%
HSB/HSV52°84.08%96.08%
CMYK0.00%11.02%84.08%
3.92%

Color #F5DA27 in popluar number systems.

HEXF5DA27
Decimal24521839
Binary1111010111011010100111
Octal36533247

Shades and tints

Shades of #F5DA27

#F5DA27
(245,218,39)
#DFC724
(223,199,36)
#C9B421
(201,180,33)
#B3A11E
(179,161,30)
#9D8E1B
(157,142,27)
#877B18
(135,123,24)
#716815
(113,104,21)
#5B5512
(91,85,18)
#45420F
(69,66,15)
#2F2F0C
(47,47,12)
#191C09
(25,28,9)
#000000
(0,0,0)

Tints of #F5DA27

#F5DA27
(245,218,39)
#F5DD3A
(245,221,58)
#F5E04D
(245,224,77)
#F5E360
(245,227,96)
#F5E673
(245,230,115)
#F5E986
(245,233,134)
#F5EC99
(245,236,153)
#F5EFAC
(245,239,172)
#F5F2BF
(245,242,191)
#F5F5D2
(245,245,210)
#F5F8E5
(245,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DA27 color. Also use rgb(245,218,39) instead hex code.

Text Font Color

.myTextColor { color: #F5DA27; }

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

This text font color is #F5DA27.


Background Color

.myBgColor { background-color: #F5DA27; }

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

This div background color is #F5DA27.


Border color

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

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

This div border color is #F5DA27.


Opacity

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

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

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

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

This text has shadow with #F5DA27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DA27 on black background.


Color preview on white background

This text has color #F5DA27 on white background.



Black color preview on #F5DA27 background

This text has black color on #F5DA27 background.


White color preview on #F5DA27 background

This text has white color on #F5DA27 background.