COLOR #F0B44C

HEX: #F0B44C
RGB: (240,180,76)

Renk bilgisi

#F0B44C contains mainly red color. #F0B44C ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.

RGB renk modeli

#F0B44C color RGB value is (240,180,76).

  • kırmız ton 240;
  • yeşil ton 180;
  • mavi ton 76.
RGB:
(240,180,76)
(94%,71%,30%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 180 of 255 = 71%
B 76 of 255 = 30%

240
180
76

R + G + B ~ 65%. #F0B44C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 180 + 76 = 496 (100%)
R 240 of 496 ~ 48.39%
G 180 of 496 ~ 36.29%
B 76 of 496 ~ 15.32%

%48.39
%36.29
%15.32

CMYK RENK MODELİ

#F0B44C rengi CMYK tonu (0,25,68,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.00%
  • sarı tonu 68.33%
  • ana renk tonu 5.88%
CMYK:
(0,25,68,6)
C0M25Y68K6 
(0%,25%,68%,6%)
(0.00/0.25/0.68/0.06)	

CMYK yüzdeleri

%0
%25
%68.33
%5.88

Codes

Color #F0B44C in popluar color models

F0B44C
RGB24018076
HSL38°84.54%61.96%
HSB/HSV38°68.33%94.12%
CMYK0.00%25.00%68.33%
5.88%

Color #F0B44C in popluar number systems.

HEXF0B44C
Decimal24018076
Binary11110000101101001001100
Octal360264114

Shades and tints

Shades of #F0B44C

#F0B44C
(240,180,76)
#DBA446
(219,164,70)
#C69440
(198,148,64)
#B1843A
(177,132,58)
#9C7434
(156,116,52)
#87642E
(135,100,46)
#725428
(114,84,40)
#5D4422
(93,68,34)
#48341C
(72,52,28)
#332416
(51,36,22)
#1E1410
(30,20,16)
#000000
(0,0,0)

Tints of #F0B44C

#F0B44C
(240,180,76)
#F1BA5C
(241,186,92)
#F2C06C
(242,192,108)
#F3C67C
(243,198,124)
#F4CC8C
(244,204,140)
#F5D29C
(245,210,156)
#F6D8AC
(246,216,172)
#F7DEBC
(247,222,188)
#F8E4CC
(248,228,204)
#F9EADC
(249,234,220)
#FAF0EC
(250,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B44C color. Also use rgb(240,180,76) instead hex code.

Text Font Color

.myTextColor { color: #F0B44C; }

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

This text font color is #F0B44C.


Background Color

.myBgColor { background-color: #F0B44C; }

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

This div background color is #F0B44C.


Border color

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

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

This div border color is #F0B44C.


Opacity

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

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

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

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

This text has shadow with #F0B44C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B44C on black background.


Color preview on white background

This text has color #F0B44C on white background.



Black color preview on #F0B44C background

This text has black color on #F0B44C background.


White color preview on #F0B44C background

This text has white color on #F0B44C background.