COLOR #F1C317

HEX: #F1C317
RGB: (241,195,23)

Renk bilgisi

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

RGB renk modeli

#F1C317 color RGB value is (241,195,23).

  • kırmız ton 241;
  • yeşil ton 195;
  • mavi ton 23.
RGB:
(241,195,23)
(95%,76%,9%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 195 of 255 = 76%
B 23 of 255 = 9%

241
195
23

R + G + B ~ 60%. #F1C317 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 195 + 23 = 459 (100%)
R 241 of 459 ~ 52.51%
G 195 of 459 ~ 42.48%
B 23 of 459 ~ 5.01%

%52.51
%42.48

CMYK RENK MODELİ

#F1C317 rengi CMYK tonu (0,19,90,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.09%
  • sarı tonu 90.46%
  • ana renk tonu 5.49%
CMYK:
(0,19,90,5)
C0M19Y90K5 
(0%,19%,90%,5%)
(0.00/0.19/0.90/0.05)	

CMYK yüzdeleri

%0
%19.09
%90.46
%5.49

Codes

Color #F1C317 in popluar color models

F1C317
RGB24119523
HSL47°88.62%51.76%
HSB/HSV47°90.46%94.51%
CMYK0.00%19.09%90.46%
5.49%

Color #F1C317 in popluar number systems.

HEXF1C317
Decimal24119523
Binary111100011100001110111
Octal36130327

Shades and tints

Shades of #F1C317

#F1C317
(241,195,23)
#DCB215
(220,178,21)
#C7A113
(199,161,19)
#B29011
(178,144,17)
#9D7F0F
(157,127,15)
#886E0D
(136,110,13)
#735D0B
(115,93,11)
#5E4C09
(94,76,9)
#493B07
(73,59,7)
#342A05
(52,42,5)
#1F1903
(31,25,3)
#000000
(0,0,0)

Tints of #F1C317

#F1C317
(241,195,23)
#F2C82C
(242,200,44)
#F3CD41
(243,205,65)
#F4D256
(244,210,86)
#F5D76B
(245,215,107)
#F6DC80
(246,220,128)
#F7E195
(247,225,149)
#F8E6AA
(248,230,170)
#F9EBBF
(249,235,191)
#FAF0D4
(250,240,212)
#FBF5E9
(251,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C317 color. Also use rgb(241,195,23) instead hex code.

Text Font Color

.myTextColor { color: #F1C317; }

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

This text font color is #F1C317.


Background Color

.myBgColor { background-color: #F1C317; }

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

This div background color is #F1C317.


Border color

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

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

This div border color is #F1C317.


Opacity

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

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

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

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

This text has shadow with #F1C317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C317 on black background.


Color preview on white background

This text has color #F1C317 on white background.



Black color preview on #F1C317 background

This text has black color on #F1C317 background.


White color preview on #F1C317 background

This text has white color on #F1C317 background.