COLOR #F1CA49

HEX: #F1CA49
RGB: (241,202,73)

Renk bilgisi

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

RGB renk modeli

#F1CA49 color RGB value is (241,202,73).

  • kırmız ton 241;
  • yeşil ton 202;
  • mavi ton 73.
RGB:
(241,202,73)
(95%,79%,29%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 202 of 255 = 79%
B 73 of 255 = 29%

241
202
73

R + G + B ~ 68%. #F1CA49 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 202 + 73 = 516 (100%)
R 241 of 516 ~ 46.71%
G 202 of 516 ~ 39.15%
B 73 of 516 ~ 14.15%

%46.71
%39.15
%14.15

CMYK RENK MODELİ

#F1CA49 rengi CMYK tonu (0,16,70,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.18%
  • sarı tonu 69.71%
  • ana renk tonu 5.49%
CMYK:
(0,16,70,5)
C0M16Y70K5 
(0%,16%,70%,5%)
(0.00/0.16/0.70/0.05)	

CMYK yüzdeleri

%0
%16.18
%69.71
%5.49

Codes

Color #F1CA49 in popluar color models

F1CA49
RGB24120273
HSL46°85.71%61.57%
HSB/HSV46°69.71%94.51%
CMYK0.00%16.18%69.71%
5.49%

Color #F1CA49 in popluar number systems.

HEXF1CA49
Decimal24120273
Binary11110001110010101001001
Octal361312111

Shades and tints

Shades of #F1CA49

#F1CA49
(241,202,73)
#DCB843
(220,184,67)
#C7A63D
(199,166,61)
#B29437
(178,148,55)
#9D8231
(157,130,49)
#88702B
(136,112,43)
#735E25
(115,94,37)
#5E4C1F
(94,76,31)
#493A19
(73,58,25)
#342813
(52,40,19)
#1F160D
(31,22,13)
#000000
(0,0,0)

Tints of #F1CA49

#F1CA49
(241,202,73)
#F2CE59
(242,206,89)
#F3D269
(243,210,105)
#F4D679
(244,214,121)
#F5DA89
(245,218,137)
#F6DE99
(246,222,153)
#F7E2A9
(247,226,169)
#F8E6B9
(248,230,185)
#F9EAC9
(249,234,201)
#FAEED9
(250,238,217)
#FBF2E9
(251,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1CA49 color. Also use rgb(241,202,73) instead hex code.

Text Font Color

.myTextColor { color: #F1CA49; }

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

This text font color is #F1CA49.


Background Color

.myBgColor { background-color: #F1CA49; }

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

This div background color is #F1CA49.


Border color

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

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

This div border color is #F1CA49.


Opacity

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

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

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

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

This text has shadow with #F1CA49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CA49 on black background.


Color preview on white background

This text has color #F1CA49 on white background.



Black color preview on #F1CA49 background

This text has black color on #F1CA49 background.


White color preview on #F1CA49 background

This text has white color on #F1CA49 background.