COLOR #F0A764

HEX: #F0A764
RGB: (240,167,100)

Renk bilgisi

#F0A764 contains mainly red color. #F0A764 ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#F0A764 color RGB value is (240,167,100).

  • kırmız ton 240;
  • yeşil ton 167;
  • mavi ton 100.
RGB:
(240,167,100)
(94%,65%,39%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 167 of 255 = 65%
B 100 of 255 = 39%

240
167
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 167 + 100 = 507 (100%)
R 240 of 507 ~ 47.34%
G 167 of 507 ~ 32.94%
B 100 of 507 ~ 19.72%

%47.34
%32.94
%19.72

CMYK RENK MODELİ

#F0A764 rengi CMYK tonu (0,30,58,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.42%
  • sarı tonu 58.33%
  • ana renk tonu 5.88%
CMYK:
(0,30,58,6)
C0M30Y58K6 
(0%,30%,58%,6%)
(0.00/0.30/0.58/0.06)	

CMYK yüzdeleri

%0
%30.42
%58.33
%5.88

Codes

Color #F0A764 in popluar color models

F0A764
RGB240167100
HSL29°82.35%66.67%
HSB/HSV29°58.33%94.12%
CMYK0.00%30.42%58.33%
5.88%

Color #F0A764 in popluar number systems.

HEXF0A764
Decimal240167100
Binary11110000101001111100100
Octal360247144

Shades and tints

Shades of #F0A764

#F0A764
(240,167,100)
#DB985B
(219,152,91)
#C68952
(198,137,82)
#B17A49
(177,122,73)
#9C6B40
(156,107,64)
#875C37
(135,92,55)
#724D2E
(114,77,46)
#5D3E25
(93,62,37)
#482F1C
(72,47,28)
#332013
(51,32,19)
#1E110A
(30,17,10)
#000000
(0,0,0)

Tints of #F0A764

#F0A764
(240,167,100)
#F1AF72
(241,175,114)
#F2B780
(242,183,128)
#F3BF8E
(243,191,142)
#F4C79C
(244,199,156)
#F5CFAA
(245,207,170)
#F6D7B8
(246,215,184)
#F7DFC6
(247,223,198)
#F8E7D4
(248,231,212)
#F9EFE2
(249,239,226)
#FAF7F0
(250,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0A764 color. Also use rgb(240,167,100) instead hex code.

Text Font Color

.myTextColor { color: #F0A764; }

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

This text font color is #F0A764.


Background Color

.myBgColor { background-color: #F0A764; }

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

This div background color is #F0A764.


Border color

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

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

This div border color is #F0A764.


Opacity

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

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

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

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

This text has shadow with #F0A764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0A764 on black background.


Color preview on white background

This text has color #F0A764 on white background.



Black color preview on #F0A764 background

This text has black color on #F0A764 background.


White color preview on #F0A764 background

This text has white color on #F0A764 background.