COLOR #F2F90B

HEX: #F2F90B
RGB: (242,249,11)

Renk bilgisi

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

RGB renk modeli

#F2F90B color RGB value is (242,249,11).

  • kırmız ton 242;
  • yeşil ton 249;
  • mavi ton 11.
RGB:
(242,249,11)
(95%,98%,4%)

RGB bağlantıları ve doygunluk

R 242 of 255 = 95%
G 249 of 255 = 98%
B 11 of 255 = 4%

242
249
11

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

Yüzdelerle RGB renk parçaları

R + G + B =
242 + 249 + 11 = 502 (100%)
R 242 of 502 ~ 48.21%
G 249 of 502 ~ 49.6%
B 11 of 502 ~ 2.19%

%48.21
%49.6

CMYK RENK MODELİ

#F2F90B rengi CMYK tonu (3,0,96,2).

  • camgöbeği tonu 2.81%
  • eflatun tonu 0.00%
  • sarı tonu 95.58%
  • ana renk tonu 2.35%
CMYK:
(3,0,96,2)
C3M0Y96K2 
(3%,0%,96%,2%)
(0.03/0.00/0.96/0.02)	

CMYK yüzdeleri

%2.81
%0
%95.58
%2.35

Codes

Color #F2F90B in popluar color models

F2F90B
RGB24224911
HSL62°95.20%50.98%
HSB/HSV62°95.58%97.65%
CMYK2.81%0.00%95.58%
2.35%

Color #F2F90B in popluar number systems.

HEXF2F90B
Decimal24224911
Binary11110010111110011011
Octal36237113

Shades and tints

Shades of #F2F90B

#F2F90B
(242,249,11)
#DCE30A
(220,227,10)
#C6CD09
(198,205,9)
#B0B708
(176,183,8)
#9AA107
(154,161,7)
#848B06
(132,139,6)
#6E7505
(110,117,5)
#585F04
(88,95,4)
#424903
(66,73,3)
#2C3302
(44,51,2)
#161D01
(22,29,1)
#000000
(0,0,0)

Tints of #F2F90B

#F2F90B
(242,249,11)
#F3F921
(243,249,33)
#F4F937
(244,249,55)
#F5F94D
(245,249,77)
#F6F963
(246,249,99)
#F7F979
(247,249,121)
#F8F98F
(248,249,143)
#F9F9A5
(249,249,165)
#FAF9BB
(250,249,187)
#FBF9D1
(251,249,209)
#FCF9E7
(252,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2F90B color. Also use rgb(242,249,11) instead hex code.

Text Font Color

.myTextColor { color: #F2F90B; }

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

This text font color is #F2F90B.


Background Color

.myBgColor { background-color: #F2F90B; }

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

This div background color is #F2F90B.


Border color

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

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

This div border color is #F2F90B.


Opacity

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

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

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

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

This text has shadow with #F2F90B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2F90B on black background.


Color preview on white background

This text has color #F2F90B on white background.



Black color preview on #F2F90B background

This text has black color on #F2F90B background.


White color preview on #F2F90B background

This text has white color on #F2F90B background.