COLOR #F5B858

HEX: #F5B858
RGB: (245,184,88)

Renk bilgisi

#F5B858 contains mainly red color. #F5B858 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#F5B858 color RGB value is (245,184,88).

  • kırmız ton 245;
  • yeşil ton 184;
  • mavi ton 88.
RGB:
(245,184,88)
(96%,72%,35%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 184 of 255 = 72%
B 88 of 255 = 35%

245
184
88

R + G + B ~ 68%. #F5B858 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 184 + 88 = 517 (100%)
R 245 of 517 ~ 47.39%
G 184 of 517 ~ 35.59%
B 88 of 517 ~ 17.02%

%47.39
%35.59
%17.02

CMYK RENK MODELİ

#F5B858 rengi CMYK tonu (0,25,64,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.90%
  • sarı tonu 64.08%
  • ana renk tonu 3.92%
CMYK:
(0,25,64,4)
C0M25Y64K4 
(0%,25%,64%,4%)
(0.00/0.25/0.64/0.04)	

CMYK yüzdeleri

%0
%24.9
%64.08
%3.92

Codes

Color #F5B858 in popluar color models

F5B858
RGB24518488
HSL37°88.70%65.29%
HSB/HSV37°64.08%96.08%
CMYK0.00%24.90%64.08%
3.92%

Color #F5B858 in popluar number systems.

HEXF5B858
Decimal24518488
Binary11110101101110001011000
Octal365270130

Shades and tints

Shades of #F5B858

#F5B858
(245,184,88)
#DFA850
(223,168,80)
#C99848
(201,152,72)
#B38840
(179,136,64)
#9D7838
(157,120,56)
#876830
(135,104,48)
#715828
(113,88,40)
#5B4820
(91,72,32)
#453818
(69,56,24)
#2F2810
(47,40,16)
#191808
(25,24,8)
#000000
(0,0,0)

Tints of #F5B858

#F5B858
(245,184,88)
#F5BE67
(245,190,103)
#F5C476
(245,196,118)
#F5CA85
(245,202,133)
#F5D094
(245,208,148)
#F5D6A3
(245,214,163)
#F5DCB2
(245,220,178)
#F5E2C1
(245,226,193)
#F5E8D0
(245,232,208)
#F5EEDF
(245,238,223)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B858 color. Also use rgb(245,184,88) instead hex code.

Text Font Color

.myTextColor { color: #F5B858; }

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

This text font color is #F5B858.


Background Color

.myBgColor { background-color: #F5B858; }

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

This div background color is #F5B858.


Border color

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

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

This div border color is #F5B858.


Opacity

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

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

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

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

This text has shadow with #F5B858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B858 on black background.


Color preview on white background

This text has color #F5B858 on white background.



Black color preview on #F5B858 background

This text has black color on #F5B858 background.


White color preview on #F5B858 background

This text has white color on #F5B858 background.