COLOR #F1F018

HEX: #F1F018
RGB: (241,240,24)

Renk bilgisi

#F1F018 contains mainly red and green colors. #F1F018 ‘ nin web güvenlik rengi #FFFF00 (ya da #FF0) dir.

RGB renk modeli

#F1F018 color RGB value is (241,240,24).

  • kırmız ton 241;
  • yeşil ton 240;
  • mavi ton 24.
RGB:
(241,240,24)
(95%,94%,9%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 240 of 255 = 94%
B 24 of 255 = 9%

241
240
24

R + G + B ~ 66%. #F1F018 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 240 + 24 = 505 (100%)
R 241 of 505 ~ 47.72%
G 240 of 505 ~ 47.52%
B 24 of 505 ~ 4.75%

%47.72
%47.52

CMYK RENK MODELİ

#F1F018 rengi CMYK tonu (0,0,90,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.41%
  • sarı tonu 90.04%
  • ana renk tonu 5.49%
CMYK:
(0,0,90,5)
C0M0Y90K5 
(0%,0%,90%,5%)
(0.00/0.00/0.90/0.05)	

CMYK yüzdeleri

%0
%0.41
%90.04
%5.49

Codes

Color #F1F018 in popluar color models

F1F018
RGB24124024
HSL60°88.57%51.96%
HSB/HSV60°90.04%94.51%
CMYK0.00%0.41%90.04%
5.49%

Color #F1F018 in popluar number systems.

HEXF1F018
Decimal24124024
Binary111100011111000011000
Octal36136030

Shades and tints

Shades of #F1F018

#F1F018
(241,240,24)
#DCDB16
(220,219,22)
#C7C614
(199,198,20)
#B2B112
(178,177,18)
#9D9C10
(157,156,16)
#88870E
(136,135,14)
#73720C
(115,114,12)
#5E5D0A
(94,93,10)
#494808
(73,72,8)
#343306
(52,51,6)
#1F1E04
(31,30,4)
#000000
(0,0,0)

Tints of #F1F018

#F1F018
(241,240,24)
#F2F12D
(242,241,45)
#F3F242
(243,242,66)
#F4F357
(244,243,87)
#F5F46C
(245,244,108)
#F6F581
(246,245,129)
#F7F696
(247,246,150)
#F8F7AB
(248,247,171)
#F9F8C0
(249,248,192)
#FAF9D5
(250,249,213)
#FBFAEA
(251,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1F018 color. Also use rgb(241,240,24) instead hex code.

Text Font Color

.myTextColor { color: #F1F018; }

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

This text font color is #F1F018.


Background Color

.myBgColor { background-color: #F1F018; }

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

This div background color is #F1F018.


Border color

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

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

This div border color is #F1F018.


Opacity

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

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

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

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

This text has shadow with #F1F018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F018 on black background.


Color preview on white background

This text has color #F1F018 on white background.



Black color preview on #F1F018 background

This text has black color on #F1F018 background.


White color preview on #F1F018 background

This text has white color on #F1F018 background.