COLOR #F09058

HEX: #F09058
RGB: (240,144,88)

Renk bilgisi

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

RGB renk modeli

#F09058 color RGB value is (240,144,88).

  • kırmız ton 240;
  • yeşil ton 144;
  • mavi ton 88.
RGB:
(240,144,88)
(94%,56%,35%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 144 of 255 = 56%
B 88 of 255 = 35%

240
144
88

R + G + B ~ 62%. #F09058 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 144 + 88 = 472 (100%)
R 240 of 472 ~ 50.85%
G 144 of 472 ~ 30.51%
B 88 of 472 ~ 18.64%

%50.85
%30.51
%18.64

CMYK RENK MODELİ

#F09058 rengi CMYK tonu (0,40,63,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.00%
  • sarı tonu 63.33%
  • ana renk tonu 5.88%
CMYK:
(0,40,63,6)
C0M40Y63K6 
(0%,40%,63%,6%)
(0.00/0.40/0.63/0.06)	

CMYK yüzdeleri

%0
%40
%63.33
%5.88

Codes

Color #F09058 in popluar color models

F09058
RGB24014488
HSL22°83.52%64.31%
HSB/HSV22°63.33%94.12%
CMYK0.00%40.00%63.33%
5.88%

Color #F09058 in popluar number systems.

HEXF09058
Decimal24014488
Binary11110000100100001011000
Octal360220130

Shades and tints

Shades of #F09058

#F09058
(240,144,88)
#DB8350
(219,131,80)
#C67648
(198,118,72)
#B16940
(177,105,64)
#9C5C38
(156,92,56)
#874F30
(135,79,48)
#724228
(114,66,40)
#5D3520
(93,53,32)
#482818
(72,40,24)
#331B10
(51,27,16)
#1E0E08
(30,14,8)
#000000
(0,0,0)

Tints of #F09058

#F09058
(240,144,88)
#F19A67
(241,154,103)
#F2A476
(242,164,118)
#F3AE85
(243,174,133)
#F4B894
(244,184,148)
#F5C2A3
(245,194,163)
#F6CCB2
(246,204,178)
#F7D6C1
(247,214,193)
#F8E0D0
(248,224,208)
#F9EADF
(249,234,223)
#FAF4EE
(250,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F09058 color. Also use rgb(240,144,88) instead hex code.

Text Font Color

.myTextColor { color: #F09058; }

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

This text font color is #F09058.


Background Color

.myBgColor { background-color: #F09058; }

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

This div background color is #F09058.


Border color

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

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

This div border color is #F09058.


Opacity

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

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

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

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

This text has shadow with #F09058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F09058 on black background.


Color preview on white background

This text has color #F09058 on white background.



Black color preview on #F09058 background

This text has black color on #F09058 background.


White color preview on #F09058 background

This text has white color on #F09058 background.