COLOR #F9F775

HEX: #F9F775
RGB: (249,247,117)

Renk bilgisi

#F9F775 contains mainly red and green colors. #F9F775 ‘ nin web güvenlik rengi #FFFF66 (ya da #FF6) dir.

RGB renk modeli

#F9F775 color RGB value is (249,247,117).

  • kırmız ton 249;
  • yeşil ton 247;
  • mavi ton 117.
RGB:
(249,247,117)
(98%,97%,46%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 247 of 255 = 97%
B 117 of 255 = 46%

249
247
117

R + G + B ~ 80%. #F9F775 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 247 + 117 = 613 (100%)
R 249 of 613 ~ 40.62%
G 247 of 613 ~ 40.29%
B 117 of 613 ~ 19.09%

%40.62
%40.29
%19.09

CMYK RENK MODELİ

#F9F775 rengi CMYK tonu (0,1,53,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.80%
  • sarı tonu 53.01%
  • ana renk tonu 2.35%
CMYK:
(0,1,53,2)
C0M1Y53K2 
(0%,1%,53%,2%)
(0.00/0.01/0.53/0.02)	

CMYK yüzdeleri

%0
%0.8
%53.01
%2.35

Codes

Color #F9F775 in popluar color models

F9F775
RGB249247117
HSL59°91.67%71.76%
HSB/HSV59°53.01%97.65%
CMYK0.00%0.80%53.01%
2.35%

Color #F9F775 in popluar number systems.

HEXF9F775
Decimal249247117
Binary11111001111101111110101
Octal371367165

Shades and tints

Shades of #F9F775

#F9F775
(249,247,117)
#E3E16B
(227,225,107)
#CDCB61
(205,203,97)
#B7B557
(183,181,87)
#A19F4D
(161,159,77)
#8B8943
(139,137,67)
#757339
(117,115,57)
#5F5D2F
(95,93,47)
#494725
(73,71,37)
#33311B
(51,49,27)
#1D1B11
(29,27,17)
#000000
(0,0,0)

Tints of #F9F775

#F9F775
(249,247,117)
#F9F781
(249,247,129)
#F9F78D
(249,247,141)
#F9F799
(249,247,153)
#F9F7A5
(249,247,165)
#F9F7B1
(249,247,177)
#F9F7BD
(249,247,189)
#F9F7C9
(249,247,201)
#F9F7D5
(249,247,213)
#F9F7E1
(249,247,225)
#F9F7ED
(249,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9F775 color. Also use rgb(249,247,117) instead hex code.

Text Font Color

.myTextColor { color: #F9F775; }

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

This text font color is #F9F775.


Background Color

.myBgColor { background-color: #F9F775; }

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

This div background color is #F9F775.


Border color

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

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

This div border color is #F9F775.


Opacity

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

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

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

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

This text has shadow with #F9F775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F775 on black background.


Color preview on white background

This text has color #F9F775 on white background.



Black color preview on #F9F775 background

This text has black color on #F9F775 background.


White color preview on #F9F775 background

This text has white color on #F9F775 background.