COLOR #F9C38F

HEX: #F9C38F
RGB: (249,195,143)

Renk bilgisi

#F9C38F contains mainly red and green colors. #F9C38F ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#F9C38F color RGB value is (249,195,143).

  • kırmız ton 249;
  • yeşil ton 195;
  • mavi ton 143.
RGB:
(249,195,143)
(98%,76%,56%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 195 of 255 = 76%
B 143 of 255 = 56%

249
195
143

R + G + B ~ 77%. #F9C38F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 195 + 143 = 587 (100%)
R 249 of 587 ~ 42.42%
G 195 of 587 ~ 33.22%
B 143 of 587 ~ 24.36%

%42.42
%33.22
%24.36

CMYK RENK MODELİ

#F9C38F rengi CMYK tonu (0,22,43,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.69%
  • sarı tonu 42.57%
  • ana renk tonu 2.35%
CMYK:
(0,22,43,2)
C0M22Y43K2 
(0%,22%,43%,2%)
(0.00/0.22/0.43/0.02)	

CMYK yüzdeleri

%0
%21.69
%42.57
%2.35

Codes

Color #F9C38F in popluar color models

F9C38F
RGB249195143
HSL29°89.83%76.86%
HSB/HSV29°42.57%97.65%
CMYK0.00%21.69%42.57%
2.35%

Color #F9C38F in popluar number systems.

HEXF9C38F
Decimal249195143
Binary111110011100001110001111
Octal371303217

Shades and tints

Shades of #F9C38F

#F9C38F
(249,195,143)
#E3B282
(227,178,130)
#CDA175
(205,161,117)
#B79068
(183,144,104)
#A17F5B
(161,127,91)
#8B6E4E
(139,110,78)
#755D41
(117,93,65)
#5F4C34
(95,76,52)
#493B27
(73,59,39)
#332A1A
(51,42,26)
#1D190D
(29,25,13)
#000000
(0,0,0)

Tints of #F9C38F

#F9C38F
(249,195,143)
#F9C899
(249,200,153)
#F9CDA3
(249,205,163)
#F9D2AD
(249,210,173)
#F9D7B7
(249,215,183)
#F9DCC1
(249,220,193)
#F9E1CB
(249,225,203)
#F9E6D5
(249,230,213)
#F9EBDF
(249,235,223)
#F9F0E9
(249,240,233)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C38F color. Also use rgb(249,195,143) instead hex code.

Text Font Color

.myTextColor { color: #F9C38F; }

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

This text font color is #F9C38F.


Background Color

.myBgColor { background-color: #F9C38F; }

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

This div background color is #F9C38F.


Border color

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

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

This div border color is #F9C38F.


Opacity

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

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

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

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

This text has shadow with #F9C38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C38F on black background.


Color preview on white background

This text has color #F9C38F on white background.



Black color preview on #F9C38F background

This text has black color on #F9C38F background.


White color preview on #F9C38F background

This text has white color on #F9C38F background.